236 Commits (c8dea81921504c5e25a705dec4438dc95463f49b)

Author SHA1 Message Date
Carl Eugen Hoyos 12f7c091e8 lavc/alac: Export samplerate. 8 years ago
Alexandra Hájková 4795e4f61f alac: Convert to the new bitstream reader 8 years ago
Alexandra Hájková fa64aea12e unary: Convert to the new bitstream reader 8 years ago
Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 8 years ago
Anton Khirnov 796dca027b alac: do not return success if nothing was decoded 8 years ago
Paul B Mahol c5d2d3dced avcodec/alac: fix 20-bit support 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
James Almer 72254b19b8 x86/alacdsp: add simd optimized functions 9 years ago
James Almer b70566d6ca avcodec/alacdec: split off decorrelate_stereo and append_extra_bits as alacdsp 9 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Hendrik Leppkes eb011f73ca avcodec/alac: remove dead code cruft 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer f7068bf277 avcodec/alac: Clear pointers in allocate_buffers() 9 years ago
Andreas Cadhalpun 243e8443cd alac: Reject rice_limit 0 if compression is used 10 years ago
Andreas Cadhalpun 4b657a1b1e alac: reject rice_limit 0 if compression is used 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Christophe Gisquet 30cac8313a alac: add option to decoded incorrect ALAC 10 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Michael Niedermayer d5af400713 avcodec/alac: warn if not all channels where decoded 11 years ago
Michael Niedermayer e11983bda0 avcodec/alac: only set *got_frame_ptr when all channels have been decoded 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö 59480abce7 alac: Do bounds checking of lpc_order read from the bitstream 11 years ago
Martin Storsjö 35cbc98b72 alac: Check that the channels fit at the given offset 11 years ago
Martin Storsjö f7c5883126 alac: Limit max_samples_per_frame 11 years ago
Paul B Mahol ff0bdf9375 lavc: copy AVCodecContext for threads 12 years ago
Paul B Mahol 61d900fd0d lavc: add ONLY_IF_THREADS_ENABLED where it is missing 12 years ago
Paul B Mahol b28851a1d6 alac: frame multi-threading support 12 years ago
Paul B Mahol b257d9a01f alac: use init_get_bits8() 12 years ago
chinshou b619a54853 alac: Fix order of values in comment 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles 5cd597f22f alac: decode directly to the user-provided AVFrame 12 years ago
Justin Ruggles 68a04b0cce alacdec: do not be too strict about the extradata size 12 years ago
Justin Ruggles 5e1bbb8c7e alacenc: add support for multi-channel encoding 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Michael Niedermayer 001af703c6 alac: check channel count more completely, fix out of array read 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Michael Niedermayer a1e093a6fb alac: fix bps check 12 years ago
Michael Niedermayer b53f89710b alac: Check channel indexes more completely, fix out of array accesses. 12 years ago
Michael Niedermayer 3920d13878 alac: fix integer overflow leading to subsequent out of array accesses. 12 years ago
Michael Niedermayer fd4f4923cc alac: fix nb_samples < order case 12 years ago
Justin Ruggles 46a86c6194 alacdec: set bits_per_raw_sample 12 years ago
Piotr Bandurski 53241b5dc7 lavc: add missing new line to some messages 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol c2502b7b34 alac: remove redundant "alac: " from log messages 12 years ago
Justin Ruggles 81f548de57 alac: check for truncated packets 12 years ago
Justin Ruggles fb57e913e1 alac: reverse lpc coeff order, simplify filter 12 years ago
Michael Niedermayer 17352ad315 alacdec: fix packed sample output with 5.1 12 years ago