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-12-10alsdec: check block lengthReinhard Tartler
2013-10-28lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-24alsdec: Clean up error pathsLuca Barbato
2013-07-24alsdec: Fix the clipping rangeLuca Barbato
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12als: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-09-17alsdec: fix misplaced parentheses.Clément Bœsch
2012-09-17alsdec: check return values.Thilo Borgmann
2012-09-17alsdec: fix number of decoded samples in first sub-block in BGMC mode.Thilo Borgmann
2012-09-17alsdec: Fix out of ltp_gain_values read.Thilo Borgmann
2012-09-17alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer
2012-09-17alsdec: check opt_order.Michael Niedermayer
2012-09-17alsdec: Check k used for rice decoder.Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-01alsdec: remove dead assignmentsMans Rullgard
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-05alsdec: do not set AVCodecContext.frame_sizeJustin Ruggles
2012-02-18als: prevent infinite loop in zero_remaining().Ronald S. Bultje
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-12-03latmdec: fix audio specific config parsingJanne Grunau
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody
2011-10-20lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
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-29Fix memory leak in ALS decoder in big endian systemsVitor Sessak
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-12-06alsdec: Correct the ALS decoder by storing some parameters per-channel ratherSprezz
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-08Reindent after last commit.Thilo Borgmann
2010-11-08Allow clean initialization of lut_status array by changing type to signed int.Thilo Borgmann
2010-11-03Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini
2010-08-07Fix spelling in comment(s)Reinhard Tartler
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-02Grammar fixesMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-29Add CRC check to the ALS decoder.Thilo Borgmann
2010-06-26alsdec: convert VLAs to fixed sizeMåns Rullgård
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