summaryrefslogtreecommitdiffstats
path: root/libavcodec/tta.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-12/+18
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-261-142/+136
|\ \ | |/
| * 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
* | Fixed size given to init_get_bits().Laurent Aimar2011-09-101-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-181-31/+0
|\ \ | |/
| * tta: remove disabled codeDiego Biurrun2011-07-181-31/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-2/+2
|\ \ | |/
| * doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-151-2/+2
* | Support decoding of 24 bit True Audio samples-Carl Eugen Hoyos2011-05-031-1/+8
* | Support decoding of 8 bit True Audio samples-Carl Eugen Hoyos2011-05-031-1/+8
* | Do not assume AV_SAMPLE_FMT_S16 as tta sample format.Carl Eugen Hoyos2011-05-031-1/+1
* | Set channel layout for True Audio files.Carl Eugen Hoyos2011-04-291-0/+12
* | Return if memory allocation fails.Carl Eugen Hoyos2011-04-281-0/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-221-2/+3
|\ \ | |/
| * 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
* | Remove a few if (p) av_free(p) formsClément Bœsch2011-02-041-2/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Cosmetics : add a space after ",".Jai Menon2010-03-291-1/+1
* TTA : Check if the output buffer size is within bounds.Jai Menon2010-03-281-0/+4
* Fixed overreads in TTA decoder with corrupted bistreams.Laurent Aimar2010-03-031-2/+9
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Add some missing codecs and update names to match the codec long_nameJustin Ruggles2009-03-021-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-2/+2
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-3/+3
* mark read-only data as constStefan Gehrer2008-06-241-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
OpenPOWER on IntegriCloud