log

age author description
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
2007-10-31 michael support flv with invalid header libavformat
2007-10-31 michael factorize stream creation libavformat
2007-10-31 diego Remove unused variables, fixes the following warnings: libavformat
2007-10-31 lucabe Take the target address family in account when determining the family of libavformat
2007-10-31 lucabe Reindent after last commit libavformat
2007-10-31 lucabe Resolve hosts and bind sockets even when the local_port is not set (0) libavformat
2007-10-30 aurel EA IMA EACS decoder libavformat
2007-10-30 aurel EA IMA SEAD decoder libavformat
2007-10-30 lucabe If local port n is not available, try n + 2 instead of continuing to bind libavformat
2007-10-30 bcoudurier rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformat
2007-10-29 lucabe Remove redundant prototype libavformat
2007-10-29 lucabe Remove the inclusion of rtsp.h and rtp.h from avformat.h, and libavformat
2007-10-28 aurel rename crc.c to crcenc.c libavformat
2007-10-28 aurel move framecrc muxer in its own file libavformat
2007-10-26 nicodvb print newline after program id even when the name is missing libavformat
2007-10-26 lucabe Explicitly include rtp.h (needed for rtp_get_payload_type()) libavformat
2007-10-26 lucabe Remove prototype for non-existent function libavformat
2007-10-25 aurel probe files starting with the 1SNh tag libavformat
2007-10-25 aurel don't use #define with names starting with _ libavformat
2007-10-25 aurel add parsing of 1SNh header in the EA demuxer libavformat
2007-10-25 diego Remove unused variable, fixes warning: libavformat
2007-10-24 aurel avoid infinite loop at the end of files which are not properly terminated libavformat
2007-10-24 aurel EA ADPCM R1, R2 and R3 decoder libavformat
2007-10-24 benoit Cosmetics: indentation. libavformat
2007-10-24 benoit Prevent mov muxer from writing empty udta atoms. libavformat
2007-10-24 andoma add support for reading duration from VBRI-tag in mp3 files libavformat
2007-10-24 heydowns Move setting of key frame flag for intra-only codecs, ignoring key frame libavformat
2007-10-23 bcoudurier use FFMIN libavformat
2007-10-23 andoma fix indent libavformat
2007-10-23 andoma cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support libavformat