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-09-21mpegpsdec: fix reading first mpegps packetArne de Bruijn
2011-06-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove some non-compiling debug messages.Diego Biurrun
2011-06-07Replace some printf instances in debug code by av_log.Diego Biurrun
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Remove stray extra arguments from av_dlog() invocations.Diego Biurrun
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-04-03fixed issue1962 EVO detectionMichael Niedermayer
2011-04-03Reimplement stream probe try #2Michael Niedermayer
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-02-09lavf: move internal functions from avformat.h to internal.hAnton Khirnov
2011-02-07lavf: move internal functions from avformat.h to internal.hAnton 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-06-30Fix grammar errors in documentationMåns Rullgård
2010-05-24Skip pes payload during probing to avoid start code emulation.Janne Grunau
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-10Dont give up after 100kb of zero bytes but returnd EAGAINMichael Niedermayer
2010-02-02Set AVPacket.pos in MPEG-PS demuxer.Michael Niedermayer
2009-12-08Also print the number of invalid packets in the debug output.Michael Niedermayer
2009-12-08Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ...Michael Niedermayer
2009-10-20Improve sofdec dectection to avoid false positives for MP2.tralph11@yahoo.com
2009-09-15Make mpeg_probe() pass probetest.Michael Niedermayer
2009-09-15Slightly stricter MPEG-PES probing, fixes issue 1383.Reimar Döffinger
2009-04-17Remove 2 ++ from check_pes() that are useless, found by CSA.Michael Niedermayer
2009-03-20Split TrueHD decoder from MLPRamiro Polla
2009-03-05Mark dvdaudio_substream_type variable as av_uninit to work around falseDiego Biurrun
2009-02-11Allow demuxing of audio substreams stored as 0x06 type.Benoit Fouet
2009-02-09Increase the number of packets required to identify as MPEG PES to keep fromAlex Converse
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-26vertical alignMichael Niedermayer