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-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-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego 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-12tta: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-22ttadec: fix last frame handling when seekingJustin 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-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-05-15tta: Fix comment about channel number; TTA supports >2 channels.Aneesh Dogra
2012-05-02tta: prevents overflows for 32bit integers in header.Ronald S. Bultje
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-08ttadec: unbreak playback of matroska filesPaul B Mahol
2012-02-19ttadec: cosmetics: reindentPaul B Mahol
2012-02-17ttadec: use branchless unsigned-to-signed unfoldingJustin Ruggles
2012-02-17ttadec: remove dead codePaul B Mahol
2012-02-14ttadec: CRC checkingPaul B Mahol
2012-02-11tta: error out if samplerate is zero.Ronald S. Bultje
2012-02-11ttadec: fix invalid free when an error occurs while decoding 24-bit ttaJustin Ruggles
2012-02-09tta: use skip_bits_long()Paul B Mahol
2012-01-17tta: cast output data pointer to the correct typeJustin Ruggles
2012-01-07tta: fix 24-bit decoding.Justin Ruggles
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-10ttadec: check channel count as read from extradata.Shitiz Garg
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-11tta: use an integer instead of a pointer to iterate output samplesJustin Ruggles
2011-10-25tta: check for allocation failure of decode_bufferJustin Ruggles
2011-10-25tta: use correct frame_length calculation.Justin Ruggles
2011-10-25tta: add support for decoding 24-bit sample formatJustin Ruggles
2011-10-25cosmetics: indentationJustin Ruggles
2011-10-25tta: remove pointless bracesJustin Ruggles
2011-10-25tta: check output buffer size after adjusting frame length for last frameJustin Ruggles
2011-10-25tta: fix reading of format in TTA header.Justin Ruggles
2011-10-25tta: remove useless commented-out linesJustin Ruggles
2011-10-25tta: check remaining bitstream size while reading unary valueJustin Ruggles
2011-09-16Fixed size given to init_get_bits().Laurent Aimar
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-18tta: remove disabled codeDiego Biurrun
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-04-21Use av_log_ask_for_sample() where appropriate.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
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-09-11tta: remove stray semicolonMåns Rullgård
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-06-24tta: replace potentially huge VLAs with malloc/free in contextMåns Rullgård