Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-26Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò
2010-07-15remove redundant text and whitespaces from iff demuxer av_log() statementsPeter Ross
2010-05-13Reindent after r23112.Sebastian Vater
2010-05-13Move handling of paletted data to the IFF demuxer. This allows futureSebastian Vater
2010-05-10Replace usage of s->streams[0]->* with st->*, which is shorter.Sebastian Vater
2010-05-05Parse IFF metadata.Sebastian Vater
2010-04-27Reindent after rr22977.Sebastian Vater
2010-04-27Make the IFF demuxer a little more standards-compliant, e.g. respect the sizeSebastian Vater
2010-04-20Reindent / reformat some code with broken indenting.Sebastian Vater
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-08IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård
2010-02-16Support IFF ANNO (annotation) chunk typePeter Ross
2010-02-03Indentation cleanupPeter Ross
2010-02-03Extend IFF demuxer to parse PBM/ILBM bitmap chunksPeter Ross
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-13Avoid _t in identifier names, _t is reserved by POSIX.Jai Menon
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09IFF stereo supportJai Menon
2008-04-02Remove unused variable.Diego Biurrun
2008-03-31minor typo fixesDiego Biurrun
2008-03-30IFF demuxerJai Menon