86 Commits (591db22dffa3871774c00a410d3c1196ecb0f3f6)

Author SHA1 Message Date
Måns Rullgård 986f143a38 alac: change VLAs to fixed size 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 f6d2916550 Avoid using an intermediate variable. 15 years ago
Jai Menon b53ae8b6b1 Remove redundant use of numchannels since it is 1 for mono. 15 years ago
Jai Menon e243eee43f alac.c : Use av_freep instead of av_free. 15 years ago
Jai Menon f430c7b6ac Add ALAC 24 bps decoding support. 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 6053da0182 alacdec: Simplify reading of uncompressed samples by using 16 years ago
Måns Rullgård 8858990f07 ALAC: use sign_extend() from mathops.h 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Baptiste Coudurier 9345ae6f78 alac : fix case where bits_per_sample is not set. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Matthieu Castet 95801b6a07 alac : check readsamplesize to ensure get_bits() doesn't 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Jai Menon 66b26265f8 fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Matthieu Castet 6827f6f216 cosmetics: indent after last commit. patch by matthieu castet <castet matthieu free fr>. 17 years ago
Matthieu Castet e5838c90ee simplify decoding of uncompressed samples. patch by matthieu castet <castet matthieu free fr>. 17 years ago
Justin Ruggles 59d598b923 fix reading of samples-per-frame 17 years ago
Michael Niedermayer f7739f3708 Output buffer overflow. 17 years ago
Michael Niedermayer 494e353179 Heap buffer overflow. 17 years ago
Michael Niedermayer 83e9a67d7c Fix memset(0) based buffer overflow. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Matthieu Castet e5ab737950 check alac EOF marker 17 years ago
Vitor Sessak 010db10393 Remove another unneeded var from context 17 years ago
Vitor Sessak 4c63c597d8 10l: my last commit broke compilation and introduced warnings 17 years ago
Vitor Sessak db08882e74 Remove unneeded variables from context 17 years ago
Vitor Sessak 8431603a51 Remove wrapper around av_log2() 17 years ago
Michael Niedermayer 1f655c4fe4 indent 17 years ago
Michael Niedermayer 5eeba07ec9 Factorize more code. 17 years ago
Michael Niedermayer 5a5a27c5de Factorize decode_postfix() out. 17 years ago
Michael Niedermayer c49c5e23dc Change k limiting code, i think the code was buggy. 17 years ago
Michael Niedermayer 59b377ac86 more senseless code 17 years ago
Michael Niedermayer 26df3ba28c senseless code 17 years ago
Michael Niedermayer ec04a74e70 useless variable 17 years ago
Michael Niedermayer ea3372a256 simplify 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer b5777b942d const 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Vitor Sessak becc0ef95b Remove reimplementation of get_unary. 17 years ago
Vitor Sessak 11f81e6a07 Cosmetical: Empty line removal 17 years ago
Vitor Sessak 63ecfc1fe4 Comment about unsupported sample size 17 years ago
Vitor Sessak aa33d8096a Rename function 17 years ago
Vitor Sessak 321c313836 Replace two #define's by inline functions 17 years ago
Alex Beregszaszi 7ae7300ee3 use skip_bits where appropriate 18 years ago
Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 18 years ago
Vitor Sessak 92df891001 More indentation 18 years ago
Vitor Sessak db695867eb Cosmetics: indentation 18 years ago