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
2013-08-31pcm_bluray: rename pcm-mpeg.c to pcm-bluray.cChristian Schmidt
2013-08-06pcm_bluray: Return AVERROR_INVALIDDATA instead of -1 on header errorsChristian Schmidt
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12pcm-bluray: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-16pcm-mpeg: correct bitrate calculationChristian Schmidt
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-30pcm-mpeg: improve log message wordingChristian Schmidt
2012-05-29pcm_mpeg: fix number of consumed bytes to include the header.Hendrik Leppkes
2012-05-02pcm_bluray: set bits_per_raw_sample for > 16-bitHendrik Leppkes
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-13pcm-mpeg: convert to bytestream2 APIPaul B Mahol
2012-03-07lpcm: fix sample size calculation for 20bit LCPM.Ronald S. Bultje
2011-12-07pcm-mpeg: implement new audio decoding apiHendrik Leppkes
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
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-09-08Remove pointless debug statement that fails to compile.Diego Biurrun
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-08-27Decoder for LPCM as used in Bluray discs.Christian Schmidt