log

age author description
2007-09-26 aurel add support for AVI files with On2 header libavformat
2007-09-26 aurel use a table to parse AVI file header libavformat
2007-09-26 benoit Indentation libavformat
2007-09-26 benoit Check read_packet before using it. libavformat
2007-09-25 nicodvb added structures and code to keep track of pids<->programs mapping: it's needed libavformat
2007-09-25 nicodvb replaced custom tracking of programs/services with calls to with av_new_program() libavformat
2007-09-25 nicodvb Added definition and utility functions to handle AVProgram(s) in AVFormatContext libavformat
2007-09-25 aurel use the VP6A codec libavformat
2007-09-25 aurel revert r10527 libavformat
2007-09-24 lucabe Add my name to the copyright header, since rtp_mpv now contains libavformat
2007-09-24 lucabe Fix a warning by removing an useless assignment (buf_ptr should be only libavformat
2007-09-23 kostya Looks like this APE decoder support versions starting from 3.95 libavformat
2007-09-22 michael indent libavformat
2007-09-22 michael fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.nsv.bz2 libavformat
2007-09-21 bcoudurier HDYC fourcc, sample hdyc/Test2.avi libavformat
2007-09-21 bcoudurier add D-10 NTSC support libavformat
2007-09-21 bcoudurier extract correct d10 aes3 audio channels number libavformat
2007-09-20 aurel allcodecs.h and allformats.h are not used anymore libavformat
2007-09-20 aurel remove last dependencies on allformats.h and allcodecs.h libavformat
2007-09-19 diego cosmetics: typo libavformat
2007-09-19 benoit Make parse_date return INT64_MIN in case of unparsable input. libavformat
2007-09-18 aurel Add support for VP6A in flv. libavformat
2007-09-18 diego Add explanatory comments to the parse_date function. libavformat
2007-09-17 aurel disable loads of debug messages to reduce object size libavformat
2007-09-16 aurel loosen dependencies over allformats.h libavformat
2007-09-16 ben monkey audio demuxer now can parse ape tags libavformat
2007-09-16 diego warning fix: libavformat
2007-09-15 reimar Set codec_id correctly for RJPG codec_tag libavformat
2007-09-14 lucabe Support fragmentation for AAC frames libavformat
2007-09-14 lucabe Support for AAC streaming over RTP. Fragmentation is not implemented yet libavformat
2007-09-13 lucabe Forward error code when reading a v4l2 frame libavformat
2007-09-13 kostya Monkey Audio decoder libavformat