59 Commits (fe78470a8baf0198e9442a9eece24cc9c8462155)

Author SHA1 Message Date
Paul B Mahol e04ca1d4ce ttadec: cosmetics: reindent 13 years ago
Justin Ruggles f2a4559c77 ttadec: use branchless unsigned-to-signed unfolding 13 years ago
Paul B Mahol 323b9da969 ttadec: remove dead code 13 years ago
Paul B Mahol 2af3dc8698 ttadec: CRC checking 13 years ago
Ronald S. Bultje 7416d61036 tta: error out if samplerate is zero. 13 years ago
Justin Ruggles 6ab681a4c1 ttadec: fix invalid free when an error occurs while decoding 24-bit tta 13 years ago
Paul B Mahol 9aff2d1753 tta: use skip_bits_long() 13 years ago
Justin Ruggles 01ed1c390d tta: cast output data pointer to the correct type 13 years ago
Justin Ruggles 52e9854a83 tta: fix 24-bit decoding. 13 years ago
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Shitiz Garg 8bd1f1a4c8 ttadec: check channel count as read from extradata. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles b656c4d08e tta: use an integer instead of a pointer to iterate output samples 13 years ago
Justin Ruggles 2f1d212fd0 tta: check for allocation failure of decode_buffer 13 years ago
Justin Ruggles b5050539c9 tta: use correct frame_length calculation. 13 years ago
Justin Ruggles c6056d4004 tta: add support for decoding 24-bit sample format 13 years ago
Justin Ruggles 8664682d0e cosmetics: indentation 13 years ago
Justin Ruggles 7b7a74a150 tta: remove pointless braces 13 years ago
Justin Ruggles e6923f683c tta: check output buffer size after adjusting frame length for last frame 13 years ago
Justin Ruggles b16960a8a5 tta: fix reading of format in TTA header. 13 years ago
Justin Ruggles 4d3e7a7516 tta: remove useless commented-out lines 13 years ago
Justin Ruggles 35f9d8c20a tta: check remaining bitstream size while reading unary value 13 years ago
Laurent Aimar b59efc9434 Fixed size given to init_get_bits(). 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun c99c0e2625 tta: remove disabled code 14 years ago
Diego Biurrun ad4cd0c2a4 doxygen: use Doxygen markup for authors and web links where appropriate 14 years ago
Diego Biurrun 70fb031ce2 Use av_log_ask_for_sample() where appropriate. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Clément Bœsch 437fb1c87d Remove a few if (p) av_free(p) forms 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Måns Rullgård c058dc222c tta: remove stray semicolon 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård 5113b3bd5c tta: replace potentially huge VLAs with malloc/free in context 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Jai Menon a0d5f3d39a Cosmetics : add a space after ",". 15 years ago
Jai Menon bac6ed4aeb TTA : Check if the output buffer size is within bounds. 15 years ago
Laurent Aimar a9837b58e1 Fixed overreads in TTA decoder with corrupted bistreams. 15 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Justin Ruggles 68dddf53ff Add some missing codecs and update names to match the codec long_name 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Stefan Gehrer cf2baeb338 mark read-only data as const 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini bcdb2378f7 Add long names to some AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer 67d9ca0c00 const 17 years ago