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-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-28flac: use meaningful return valuesLuca Barbato
2013-05-16flacdec: drop unnecessary assertLuca Barbato
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12flac: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-07flac: don't check the number of channels before setting the channel layout.Tim Walker
2012-12-22flac: only set channel layout if not previously set or on channel count changeJustin 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-11-01flacdec: do not warn on sample rate changeJustin Ruggles
2012-11-01flacdec: allow mid-stream channel layout changeJustin Ruggles
2012-11-01flacdec: use av_samples_* functions for sample buffer allocationJustin Ruggles
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-08-21flacdec: simplify sample buffer handlingMans Rullgard
2012-08-21flacdec: simplify loop in decode_residuals()Mans Rullgard
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-19flacdec: reverse lpc coeff order, simplify filterMans Rullgard
2012-07-12flac: Move flac functions shared between libraries to flac common codeDiego Biurrun
2012-07-06flacdec: add planar output supportMans Rullgard
2012-07-04flacdec: move lpc filter to flacdspMans Rullgard
2012-07-04flacdec: split off channel decorrelation as flacdspMans Rullgard
2012-07-04flacdec: factor out code setting avctx->sample_fmtMans Rullgard
2012-07-04flacdec: allocate sample buffers with av_mallocMans Rullgard
2012-07-04flacdec: remove curr_bps from FLACContextMans Rullgard
2012-07-03flacdec: remove redundant setting of avctx->sample_fmtMans Rullgard
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-23flacdec: set channel_layout based on channel countJustin Ruggles
2012-02-17flac: fix infinite loops on all-zero input or end-of-stream.Ronald S. Bultje
2012-02-13Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-30flacdec: use av_get_bytes_per_sample() to get sample sizeJustin Ruggles
2011-10-20lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov
2011-09-26flacdec: fix buffer size checking in get_metadata_size()Justin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-12-07Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder.Michael Chinen
2010-12-07Simplify the FLAC decoder now that it no longer has to parse arbitrary raw FLACMichael Chinen
2010-12-07Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen
2010-12-07Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-10-03Support decoding of FLAC files without a STREAMINFO header.Justin Ruggles
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-11-01Set sample format in flac_decode_init() rather than inJustin Ruggles
2009-09-17add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXMEJustin Ruggles
2009-08-20flacdec: change variable-length array to fixed lengthMåns Rullgård