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-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
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
2008-08-15Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer
2008-07-13Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly whichMichael Niedermayer
2008-06-20remove useless close funcsBaptiste Coudurier