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-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-09-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-228svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-02Fix various uninitialized variable warningsClément Bœsch
2011-05-28iff: remove duplicated file descriptionStefano Sabatini
2011-05-17iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples cor...Stefano Sabatini
2011-05-17iff: compact code setting metadata tagsStefano Sabatini
2011-05-17iff: fix bitrate computation for compressed audio streamStefano Sabatini
2011-05-17iff: distinguish fields for audio and video compressionStefano Sabatini
2011-04-24HAM6/HAM8 support for IFF demuxer/decoderSebastian Vater
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-03lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton 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-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-28Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò
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