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-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
2010-03-06Fix last frame block size correction.Thilo Borgmann
2010-02-19Do sequential bit reading outside of []-operators.Thilo Borgmann
2010-02-18Fix sizeof()-statement to use the actual pointer type.Thilo Borgmann
2010-02-18Fix wrong buffer allocation for MCC in ALS.Thilo Borgmann
2010-02-16Limit the Rice parameter used for progressive decoding in ALS.Thilo Borgmann
2010-02-13Reindent a line.Thilo Borgmann
2010-02-13Support arithmetic decoding in ALS.Thilo Borgmann
2010-02-01Remove unnecessary fields in ALSSpecificConfig.Thilo Borgmann
2010-01-12Reindent after last commit.Thilo Borgmann
2010-01-12Replace variable length array with an allocated bufferThilo Borgmann
2010-01-08Change local variable type from unsigned int to int in order toThilo Borgmann
2010-01-08Add multi-channel correlation support for ALS.Thilo Borgmann
2010-01-08Optimize short-term prediction by reducing index arithmetic.Thilo Borgmann
2010-01-05Replace array operator [] with direct access via pointer.Thilo Borgmann
2009-12-13Read and decode block data in separate functions to prepare support forThilo Borgmann
2009-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
2009-11-14Merge data tables from als_data.h with the decoder source to reduceThilo Borgmann
2009-11-14Add long-term prediction to the ALS decoder.Thilo Borgmann