OSDN Git Service

avconv: move top_field_first to options context.
[coroid/libav_saccubus.git] / libavformat / riff.h
2011-04-14 Max Hornhandle malloc failures in ff_get_wav_header
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2010-12-26 Peter Rossadd ff_get_bmp_header
2010-05-22 Francesco LavraMove AVCodecTag from riff.h into internal.h.
2010-05-22 Stefano SabatiniPrefer enum CodecID over int in ff_codec_get_tag().
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-10-16 Carl Eugen HoyosMake AVCodecTag.id enum CodecID and use CODEC_ID_NONE...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-22 Carl Eugen HoyosFix two identical warnings when compiling riff.c and...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-08 Måns Rullgårdremove deprecated codec_get_{bmp,wav}_{id,tag}()
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-05-02 Mark Coxpatch so that the deprecated items show up correctly
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...