log

age author description
2007-11-15 lucabe Remove some more duplicated code libavformat
2007-11-15 lucabe Remove the useless variable "my_addr1" libavformat
2007-11-15 lucabe Use the same code to set local_port in the IPv4-only case and in the libavformat
2007-11-15 takis Fix Doxygen parameter libavformat
2007-11-15 takis Fix Doxygen parameter name libavformat
2007-11-15 takis Fix Doxygen parameter name libavformat
2007-11-14 aurel cosmetics: whitespace libavformat
2007-11-14 takis Typo libavformat
2007-11-14 lucabe Remove some useless assignments (the UDPContext is allocated with av_mallocz()) libavformat
2007-11-14 lucabe Simplify set_remote_url(), and remove some code duplication libavformat
2007-11-14 lucabe Use recv() instead of recvfrom() (removes some other differences between libavformat
2007-11-14 lucabe Remove a now unused field libavformat
2007-11-14 lucabe Give better names to multicast functions (they are not IPv6-only) libavformat
2007-11-14 lucabe Avoid to duplicate the multicast code between the IPv4-only and libavformat
2007-11-14 lucabe Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only libavformat
2007-11-14 andoma Add support for reading WM/Year tag libavformat
2007-11-14 andoma remove unnecessary -1 from snprintf len libavformat
2007-11-14 andoma Add support for ID3v2 year tag libavformat
2007-11-13 michael rename fps(frame per second) to tb(time base) to prevent libavformat
2007-11-12 bcoudurier remove now useless libogg support libavformat
2007-11-11 mru set PKT_FLAG_KEY for Theora and OGM streams libavformat
2007-11-10 bcoudurier ogg muxer libavformat
2007-11-10 diego comment typo libavformat
2007-11-09 lucabe Add support for some more audio formats libavformat
2007-11-08 mru Improve Sofdec file detection libavformat
2007-11-08 aurel fix potential buffer over-read libavformat
2007-11-08 aurel fix negative fseek libavformat
2007-11-08 benoit Split ac3 byte swapping into a separate function. libavformat
2007-11-08 benoit Isolate caching of audio frames in its own function. libavformat
2007-11-08 benoit Change a stream indexer. libavformat
2007-11-08 benoit Split out the packet parsing from the main function body in rmdec.c libavformat
2007-11-08 benoit Change parse indexer. libavformat
2007-11-08 diego Give Ogg muxer a lib prefix in the name like we do with all other formats libavformat
2007-11-08 benoit Change ff_rm_read_mdpr_codecdata to get back to old behavior. libavformat
2007-11-07 aurel correctly set audio codec when demuxing sofdec files libavformat
2007-11-07 aurel probe more kind of electronic arts files libavformat
2007-11-07 diego Move external library registrations into a separate block after all native libavformat
2007-11-07 diego Add some explanatory comments. libavformat
2007-11-07 diego Rename ogg2.[ch] to oggdec.[ch]. libavformat
2007-11-07 diego Remove disabled muxer skeleton, blessed by Mans. libavformat
2007-11-07 diego Give the libnut muxer a lib prefix in its name so it does not conflict with libavformat
2007-11-07 lucabe Specify the server address when opening an rtp:// URL in rtsp.c, so libavformat
2007-11-07 benoit Check context before accessing its field. libavformat
2007-11-07 kostya Musepack SV8 demuxer and decoder libavformat
2007-11-06 benoit Allow propagation of stream selection through the ASF demuxer to the libavformat
2007-11-06 benoit Split out the MDPR chunk reading into its own function. libavformat
2007-11-05 lucabe Do not send too many RTCP packets (according to RFC 3550, the minimum libavformat
2007-11-05 lucabe Use a symbolic name for the payload size of an RTCP Sender Report packet libavformat
2007-11-04 diego Add some parentheses to clarify operator precedence, fixes the warnings: libavformat
2007-11-04 andoma make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header() libavformat
2007-11-04 diego Enable debug variable only when debug code is enabled, fixes the warning: libavformat
2007-11-03 aurel add support for demuxing Electronic Arts .cdata files libavformat
2007-11-03 kostya Add ff_ prefix to get_v() libavformat
2007-11-03 kostya Make get_v() available to the other demuxers libavformat
2007-11-03 michael typo libavformat
2007-11-03 michael fix misdetection of mp3could_not_find_codec_parameters.mp3 libavformat
2007-11-03 kostya Seek regression for RM demuxer fix libavformat
2007-11-01 aurel revert part of r10899 which was not intended libavformat
2007-11-01 aurel remove useless initialization to 0 of adx context libavformat
2007-11-01 kostya Revert get_num() to old behaviour in order to handle libavformat