OSDN Git Service

libx264: fix setting the H.264 level
[coroid/libav_saccubus.git] / libavformat / rtpproto.c
2011-07-21 Diego Biurrunrtp: remove disabled code
2011-06-23 Martin StorsjöUse av_printf_format to check the usage of printf style...
2011-05-09 Martin Storsjörtpproto: Remove an unused variable
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-04 Anton Khirnovavio: deprecate url_max_packet_size().
2011-04-04 Anton Khirnovavio: make url_get_file_handle() internal.
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-04 Anton Khirnovavio: make url_open() internal.
2011-03-23 Anton Khirnovavio: make udp_set_remote_url/get_local_port internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-15 Nicolas GeorgeUse AVERROR_EXIT with url_interrupt_cb.
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2011-02-17 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-01-28 Luca Barbatoos: replace select with poll
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-06 Martin Storsjörtpproto: Allow specifying the connect option, passed...
2010-10-23 Aurelien Jacobsdrop rtp_get_file_handles() which is not part of public...
2010-10-23 Aurelien Jacobsdrop rtp_get_local_port() which is not part of public...
2010-09-27 Martin Storsjörtpproto: Use a sockaddr_storage instead of a sockaddr_...
2010-08-25 Josh AllmannAdd rtp_get_rtcp_file_handle function
2010-08-25 Josh Allmannrtp: Replace hardcoded RTCP packet types with defines
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-19 Luca BarbatoMake rtp protocol obey rfc3550
2010-03-26 Martin StorsjöDon't report EINTR from select as an error, retry selec...
2010-03-14 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
2010-03-10 Dave YeoUsing struct timeval requires sys/time.h, fixes compila...
2010-03-08 Martin StorsjöReindent
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-05 Martin StorsjöUse ff_url_join for assembling URLs, instead of snprintf
2010-03-05 Martin StorsjöReturn from rtp_read when select returns an error
2010-03-04 Martin StorsjöCheck url_interrupt_cb in rtp_read, wait in select...
2010-02-28 Carl Eugen HoyosInclude rtpdec.h, it contains prototypes for the follow...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-08-14 KurtnoiseSurround '#include <sys/select>' by HAVE_SYS_SELECT_H.
2008-08-12 Michael NiedermayerAdd needed include, make it compile without -D_BSD_SOURCE.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-15 Luca BarbatoCleanup comments and make them doxygen parsable.
2008-04-15 Luca BarbatoExpose max_packet_size from the rtp protocol
2008-04-15 Luca AbeniRemove the "multicast=" tag from UDP and RTP URLs
2007-11-27 Dave YeoAdd #include "os_support.h" to restore OS/2 support.
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-24 Måns Rullgårdremove duplicate #include
2007-06-24 Reimar Döffingermore av_strl* adjustments
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
2007-05-10 Panagiotis IssarisTypos
2007-04-27 Alex Beregszasziuse ff_neterrno() and FF_NETERROR() for networking...
2007-03-18 Diego PettenòRemove parameter unused in format string.
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-04 Ramiro Pollamove networking #includes into separate file
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-08-12 Petr DoubekHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2002-11-25 Fabrice Bellardrenamed libav to libavformat