summaryrefslogtreecommitdiffstats
path: root/libavcodec/tta.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-281-2/+4
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-1/+0
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* tta: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-12/+8
* ttadec: fix last frame handling when seekingJustin Ruggles2012-12-221-13/+17
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Use proper return values in case of missing featuresDiego Biurrun2012-10-121-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* tta: Fix comment about channel number; TTA supports >2 channels.Aneesh Dogra2012-05-151-1/+1
* tta: prevents overflows for 32bit integers in header.Ronald S. Bultje2012-05-021-3/+5
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* ttadec: unbreak playback of matroska filesPaul B Mahol2012-03-081-2/+1
* ttadec: cosmetics: reindentPaul B Mahol2012-02-191-4/+4
* ttadec: use branchless unsigned-to-signed unfoldingJustin Ruggles2012-02-171-2/+1
* ttadec: remove dead codePaul B Mahol2012-02-171-28/+17
* ttadec: CRC checkingPaul B Mahol2012-02-141-0/+33
* tta: error out if samplerate is zero.Ronald S. Bultje2012-02-111-0/+3
* ttadec: fix invalid free when an error occurs while decoding 24-bit ttaJustin Ruggles2012-02-101-6/+17
* tta: use skip_bits_long()Paul B Mahol2012-02-091-7/+5
* tta: cast output data pointer to the correct typeJustin Ruggles2012-01-171-1/+1
* tta: fix 24-bit decoding.Justin Ruggles2012-01-071-1/+1
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* ttadec: check channel count as read from extradata.Shitiz Garg2011-12-101-0/+5
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-11/+17
* tta: use an integer instead of a pointer to iterate output samplesJustin Ruggles2011-11-111-1/+1
* tta: check for allocation failure of decode_bufferJustin Ruggles2011-10-251-1/+5
* tta: use correct frame_length calculation.Justin Ruggles2011-10-251-7/+6
* tta: add support for decoding 24-bit sample formatJustin Ruggles2011-10-251-22/+34
* cosmetics: indentationJustin Ruggles2011-10-251-94/+94
* tta: remove pointless bracesJustin Ruggles2011-10-251-4/+2
* tta: check output buffer size after adjusting frame length for last frameJustin Ruggles2011-10-251-4/+5
* tta: fix reading of format in TTA header.Justin Ruggles2011-10-251-18/+14
* tta: remove useless commented-out linesJustin Ruggles2011-10-251-13/+0
* tta: check remaining bitstream size while reading unary valueJustin Ruggles2011-10-251-1/+1
* Fixed size given to init_get_bits().Laurent Aimar2011-09-151-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* tta: remove disabled codeDiego Biurrun2011-07-181-31/+0
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-151-2/+2
* Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-211-2/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-031-2/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-5/+5
* tta: remove stray semicolonMåns Rullgård2010-09-111-1/+1
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* tta: replace potentially huge VLAs with malloc/free in contextMåns Rullgård2010-06-241-21/+30
OpenPOWER on IntegriCloud