log

age author description
2007-10-18 aurel make compression_type a function local var instead of a context var libavformat
2007-10-18 aurel add support for big_endian encoded headers libavformat
2007-10-18 aurel add some error processing libavformat
2007-10-18 aurel cosmetics: indentation libavformat
2007-10-18 aurel parse header chunk in a loop (don't depend on a fixed chunk ordering) libavformat
2007-10-18 aurel add audio and video codec context vars libavformat
2007-10-18 aurel better log message libavformat
2007-10-18 aurel move vp6 header parsing into its own function libavformat
2007-10-18 aurel remove 2 temporary variables libavformat
2007-10-18 aurel set a default value for num_channels libavformat
2007-10-18 aurel move audio header parsing in its own function libavformat
2007-10-18 aurel add a log message libavformat
2007-10-18 aurel fix comment libavformat
2007-10-18 aurel small simplification libavformat
2007-10-18 andoma set start_time to 0 to enable seeking in mp3-files libavformat
2007-10-18 benoit Make url_split() strip url options (?opt=var) from the returned hostname or libavformat
2007-10-17 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavformat
2007-10-17 diego Use filename as multiple inclusion guard. libavformat
2007-10-16 benoit Re-enable DEBUG_SEEK flag. libavformat
2007-10-16 bcoudurier dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes specific libavformat
2007-10-16 bcoudurier indentation libavformat
2007-10-15 cehoyos Fix streaming to XBox360. libavformat
2007-10-15 aurel cosmetics: reindent libavformat
2007-10-15 aurel add support for VP6 in electronicarts demuxer libavformat
2007-10-15 aurel remove useless &0xFF libavformat
2007-10-15 aurel merge declaration and initialization libavformat
2007-10-15 aurel remove unused context vars libavformat
2007-10-15 aurel remove unused code libavformat
2007-10-15 aurel remove unused tags definition libavformat
2007-10-15 aurel remove unused close function libavformat
2007-10-15 aurel simplify bitstream reading libavformat
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