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
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-10ipmovie: fix pts for CODEC_ID_INTERPLAY_DPCMJustin Ruggles
2012-01-08ipmovie: Fix passing resolution changes on.Michael Niedermayer
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-07ipmovie: Add param change side data if the video dimensions have changedPaul B Mahol
2012-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06ipmovie: do not read audio packets before the codec is knownJanne Grunau
2011-12-27Make Interplay palette opaque and increase its dynamics.Carl Eugen Hoyos
2011-12-22ipmovie: fix FPEMichael Niedermayer
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
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-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Replace custom debug output functions by av_dlog().Diego Biurrun
2011-04-18Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
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-03avio: avio_ prefix for url_fseekAnton 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-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-11-21Fix indentation.Reimar Döffinger
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-12-27Recognize 16-bit Interplay Video variantKostya Shishkov
2009-09-05Search for ipmovie signature beyond the start of the file.Reimar Döffinger
2009-09-05Extend ipmovie signature to match exactly one place in mve files that have aReimar Döffinger
2009-02-27Simplify ipmovie.c pts calculation by using an appropriate time_base.Reimar Döffinger
2009-02-27Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1Reimar Döffinger
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-23Fix a warning when compiling with icc:Carl Eugen Hoyos
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-20remove useless close funcsBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun