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
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2014-03-24mpeg: K&R formatting cosmeticsTanja Batchelor
2013-08-31pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-16mpeg: remove disabled codeDiego Biurrun
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-08mpegps: Use av_get_packet() instead of poorly emulating it.Alex Converse
2011-09-29mpeg probe: check the 2/4-bit synchronization value found after a pack_start_...Alex Converse
2011-09-24mpegps: Handle buffer exhaustion when reading packets.Alex Converse
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
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-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-04avio: introduce an AVIOContext.seekable fieldAnton 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-02-07lavf: move internal functions from avformat.h to internal.hAnton Khirnov
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