log

age author description
2007-10-15 benoit Undefine DEBUG_SEEK. libavformat
2007-10-15 banan Nellymoser ASAO decoder libavformat
2007-10-14 diego cosmetics: Move asf_read_close() down to get rid of a forward declaration. libavformat
2007-10-14 benoit Increment minor after r10709. libavformat
2007-10-13 mru simply buffer checks in vorbis_comment() libavformat
2007-10-13 mru use bytestream_get_* in vorbis_comment() libavformat
2007-10-12 ramiro Fix memleak libavformat
2007-10-11 benoit Add functionality to set the direction of a ByteIOContext buffer. libavformat
2007-10-10 mru check values more thoroughly in vorbis_header() libavformat
2007-10-10 mru use bytestream_get_* in vorbis_header() libavformat
2007-10-10 mru fix buffer overread with invalid Vorbis header libavformat
2007-10-10 mru remove duplicate Vorbis comment tag handling libavformat
2007-10-10 reimar Remove ogg seek function, instead use generic seek via read_timestamp function libavformat
2007-10-10 reimar Add a read_timestamp function to ogg demuxer libavformat
2007-10-09 michael indent libavformat
2007-10-09 michael avoid generating invalid files libavformat
2007-10-08 bcoudurier append extradata atoms when parsing, fix OLOCOONS_O3.mov libavformat
2007-10-08 bcoudurier DNxHD (SMPTE VC-3) encoder libavformat
2007-10-02 lucabe Allow to set the maximum number of frames per RTP packet (and add support for libavformat
2007-10-01 diego Add checking for codecid to has_codec_parameters(). libavformat
2007-10-01 rtogni dnet audio needs avparser to work with the lavc ac3 decoder. libavformat
2007-09-29 diego Add support for AMV variants of AVI files. libavformat
2007-09-29 andoma Add IPv6 support to url_split() libavformat
2007-09-28 benoit Documentation fix for url_f(d)open() libavformat
2007-09-27 andoma refactor url_split(), preparing for IPv6 support libavformat
2007-09-26 ramiro Fix avisynth compilation after allformats.h was removed libavformat
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
2007-09-12 bcoudurier stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV libavformat
2007-09-11 ramiro Typo libavformat
2007-09-11 aurel move unrelated functions declarations out of allformats.h libavformat
2007-09-10 aurel rtp and rtsp demuxer declarations are not part of public API libavformat
2007-09-10 ramiro Bump micro version number for r10429 libavformat
2007-09-10 aurel *_protocol are not part of public API libavformat