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
2014-01-05mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker
2014-01-05mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-12mlpdec: Do not set invalid context in read_restart_headerLuca Barbato
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-23mlpdec: do not try to allocate a zero-sized output buffer.Anton Khirnov
2013-02-12mlp/truehd: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-23mlp: implement support for AVCodecContext.request_channel_layout.Tim Walker
2013-01-23mlpdec: set the channel layout.Tim Walker
2013-01-23mlpdec: TrueHD: use Libav channel order.Tim Walker
2013-01-23mlp: store the channel layout for each substream.Tim Walker
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-11dsputil: split out mlp dsp functionLuca Barbato
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-21mlpdec: use av_log_ask_for_sample()Paul B Mahol
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-05doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-13mlpdec: return meaningful error codes instead of -1Justin Ruggles
2011-10-13mlpdec: remove unnecessary wrapper functionJustin Ruggles
2011-10-13mlpdec: only calculate output size onceJustin Ruggles
2011-10-13mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-14Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-05-11mlpdec: Comment channel_params field in struct SubStream.Nick Brereton
2010-05-11mlpdec: Allocate channel decoding parameters for each substream. Some fileNick Brereton
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
2010-01-27Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, theReimar Döffinger
2010-01-24Fix crash in MLP decoder due to integer overflow.Reimar Döffinger
2009-12-29Remove pointless CONFIG_MLP_DECODER preprocessor check.Diego Biurrun
2009-10-16mlp: Indent.Ramiro Polla
2009-10-16mlp: Only initialize VLC tables once. This caused a crash when multipleRamiro Polla
2009-05-15mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla
2009-05-06mlpdec: Fix possible writing out of array bounds introduced by beingRamiro Polla
2009-05-06mlpdec: Split sync word error and MLP sync word check.Ramiro Polla
2009-05-06mlpdec: Fix indentation that got mangled from copy&paste.Ramiro Polla
2009-04-30mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla
2009-04-27mlpdec: Simplify filtering code by using only one counter variable.Ramiro Polla
2009-04-22mlpdec: Don't overallocate buffers.Ramiro Polla
2009-04-22mlpdec: Validate num_primitive_matrices.Ramiro Polla
2009-04-22mlpdec: Validate max_channel and max_matrix_channel.Ramiro Polla
2009-04-22mlpdec: Restart header sync must be 0x31ea for MLP.Ramiro Polla