33 Commits (b5c4bb989d4085625f212b9b6378e4ee0a1a9ca8)

Author SHA1 Message Date
Måns Rullgård df92772c55 apedec: add flush function 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
Kostya Shishkov 4689ac41e9 16l trocadero: don't forget to free frame data buffer in APE decoder 15 years ago
Loren Merritt b1159ad928 refactor and optimize scalarproduct 15 years ago
Loren Merritt d09f65c7ec 1-13% faster apply_filter, 1-3% faster ape decoding on core2 15 years ago
Kostya Shishkov 1e68cefe54 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder 15 years ago
Loren Merritt 2ae87a6d5a avoid an unpredictable branch 15 years ago
Loren Merritt 36373cde20 inline to allow constant propagation 15 years ago
Kostya Shishkov 76267e4e90 Implement missing case for decoding samples with large pivot value in APE 15 years ago
Kostya Shishkov 6f24cc0b2a Monkey's Audio uses subframes too, declare that in its capabilities 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
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Kostya Shishkov 20642e2840 Fix Doxygen comments for APE decoder. 16 years ago
Kostya Shishkov eeee48b26b Add channel layout to several audio decoders I maintain 16 years ago
Kostya Shishkov e774c41cab Correct wrong lower limit and condition used in APE decoder 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Kostya Shishkov eca0bcb66e While APE changed container format in 3.98, frequency tables for range coding 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Kostya Shishkov 88c0536a42 Add several vector functions used by Monkey's Audio decoder to dsputil 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer 1637930fe6 smaller tables 17 years ago
Michael Niedermayer 8d4bef64b4 Remove unused elements from tables. 17 years ago
Michael Niedermayer 6a287b739f Detect and prevent reading over the end of counts_*. We pass the error 17 years ago
Michael Niedermayer 1a2a1d9077 Prevent segfault due to reading over the end of the input buffer. 17 years ago
Michael Niedermayer f84a02c0d1 const 17 years ago
Baptiste Coudurier 774c84770f cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 of 's->dsp.bswap_buf' from incompatible pointer type 17 years ago
Diego Biurrun d0b53d05c8 Fix some spelling mistakes. 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Kostya Shishkov bf4a1f17ee Monkey Audio decoder 17 years ago