228 Commits (5ddab49d48343385eadb3a435a5491c476b66ecc)

Author SHA1 Message Date
Michael Niedermayer 112a077d06
avcodec/flacdec: Fix integer overflow in "33bit" DECODER_SUBFRAME_FIXED_WIDE() 1 year ago
Michael Niedermayer 35e6960a6b
avcodec/flacdec: Fix overflow in "33bit" decorrelate 1 year ago
Michael Niedermayer fd7352660b
avcodec/flacdec: Fix signed integre overflow 2 years ago
Martijn van Beurden 909cfdc205 libavcodec/flacdec: Implement decoding of 32 bit-per-sample PCM 2 years ago
Paul B Mahol 2ed5925e26 avcodec/flac: smallest frame is 10 bytes 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 5089884e3c avcodec/flac: Move decoder+parser stuff into a new header, flac_parse.h 2 years ago
Andreas Rheinhardt 6699ed38f3 avcodec/flac: Remove unused parameter from ff_flac_is_extradata_valid() 2 years ago
Andreas Rheinhardt ff1f5b407d avcodec/flacdec: Don't infer max_framesize unnecessarily 2 years ago
Andreas Rheinhardt bddf1a6479 avcodec/flacdec: Shorten name 2 years ago
Andreas Rheinhardt 3a869cd5cd avcodec/flacdsp: Remove unused function parameter 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Martijn van Beurden 296d3bbe16 lavc/flacdec: Increase residual limit from INT_MAX to UINT_MAX 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Anton Khirnov 5e257c1f7b flac: convert to new channel layout API 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt 15d003a495 avcodec/flacdec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer bd525e2876 avcodec/flacdec: Avoid undefined shift in error case 4 years ago
Michael Niedermayer 34f5a59ad5 avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decoders 4 years ago
Paul B Mahol ccc7120ee7 avcodec/flacdec: use designated initializers for AVClass 4 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Michael Niedermayer 3d23f7a096 avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed() 7 years ago
Michael Niedermayer 560daf8891 avcodec/flacdec: avoid undefined shift 7 years ago
Luca Barbato 0f5ad12ba2 flac: Use a local cache for decode_residual() 7 years ago
Luca Barbato 15f1cc09a4 flac: Postpone unlikely condition checks 7 years ago
Alexandra Hájková 9c1e111406 flac: Convert to the new bitstream reader 7 years ago
Michael Niedermayer 3f5a68533d avcodec/flacdec: Return error code instead of 0 for failures 8 years ago
Michael Niedermayer 0a65dae9d0 avcodec/flacdec: reduce limit for golomb so that the max value does not overflow 8 years ago
Michael Niedermayer 3e1028c625 avcodec/flac: Fix several integer overflows 8 years ago
Michael Niedermayer fd00203554 avcodec/flacdec: Check for invalid vlcs 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Michael Niedermayer 1f5630af51 avcodec/flacdec: Fix undefined shift in decode_subframe() 8 years ago
Michael Niedermayer 6567c59c49 avcodec/flac: forward errors from ff_flac_parse_streaminfo() 8 years ago
Michael Niedermayer 83a75bf6c3 avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed() 8 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer b6fcb2bb6d avcodec/flacdec: Attempt to auto-detect old buggy flac 10 years ago
Carl Eugen Hoyos e609cfd697 lavc/flac: Fix encoding and decoding with high lpc. 10 years ago
Carl Eugen Hoyos 38f5a266ee lavc/flacdec: Sanitize FLACSTREAMINFO usage. 10 years ago
Michael Niedermayer 5f30522894 avcodec/flacdec: fix off by 1 error 10 years ago
Michael Niedermayer e5c01ccdf5 avcodec/flacdec: Call ff_flacdsp_init() unconditionally 10 years ago
James Almer 3cec54b7d7 x86/flacdsp: add SSE2 and AVX decorrelate functions 10 years ago
Anton Khirnov acc897e6b1 lavc: make avpriv_flac_is_extradata_valid() private on the next bump 10 years ago
Anton Khirnov c070a87515 lavc: make avpriv_flac_parse_streaminfo() private on the next bump 10 years ago
Tristan Matthews 7703995a2e flac: Remove unused headers 10 years ago