22 Commits (9a7a71ed4c8a593e4b946d8a4ac16ce71306248f)

Author SHA1 Message Date
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