192 Commits (f08be2b3d2ad9ed86d99e3391562facf44ea46b0)

Author SHA1 Message Date
  Michael Niedermayer f08be2b3d2 avcodec/flacdec: avoid undefined shift 8 years ago
  Michael Niedermayer c82ea252e3 avcodec/flacdec: Return error code instead of 0 for failures 8 years ago
  Michael Niedermayer 2c6792b0c6 avcodec/flacdec: Fix undefined shift in decode_subframe() 9 years ago
  Michael Niedermayer 2d66fbc853 avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed() 9 years ago
  Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 10 years ago
  Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 10 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 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 11 years ago
  Michael Niedermayer e5c01ccdf5 avcodec/flacdec: Call ff_flacdsp_init() unconditionally 11 years ago
  James Almer 3cec54b7d7 x86/flacdsp: add SSE2 and AVX decorrelate functions 11 years ago
  Anton Khirnov acc897e6b1 lavc: make avpriv_flac_is_extradata_valid() private on the next bump 11 years ago
  Anton Khirnov c070a87515 lavc: make avpriv_flac_parse_streaminfo() private on the next bump 11 years ago
  Tristan Matthews 7703995a2e flac: Remove unused headers 11 years ago
  Michael Niedermayer 6fac482624 avcodec/flacdec: fix handling of av_samples_fill_arrays() return value 11 years ago
  Anton Khirnov 5fdaf312c5 flac: make avpriv_flac_parse_block_header() inline 11 years ago
  Michael Niedermayer e9ad121ba5 Fix skiping typos 11 years ago
  Michael Niedermayer 8ca9a68f19 avcodec/flacdec: check rice_order against blocksize 12 years ago
  Michael Niedermayer 4b12930f79 avcodec/flacdec: use get_unary() simplify code 12 years ago
  Michael Niedermayer 9f5b75f241 avcodec/flacdec: make while get_bits loop more robust by checking bits left 12 years ago
  Michael Niedermayer 3b56f665b1 avcodec/flacdec: also do crc check when er compliant is set 12 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
  Luca Barbato 0e78ef0f94 flac: use meaningful return values 12 years ago
  Paul B Mahol ff0bdf9375 lavc: copy AVCodecContext for threads 12 years ago
  Michael Niedermayer c112e36d41 flacdec: Fix used AVCodecContext 12 years ago
  Paul B Mahol 61d900fd0d lavc: add ONLY_IF_THREADS_ENABLED where it is missing 12 years ago
  Paul B Mahol a28f4fd1ea flacdec: don't call allocate_buffers() in init_thread_copy() when s->max_blocksize is 0 12 years ago
  Paul B Mahol 9300de0409 flacdec: frame multi-threading support 12 years ago
  Paul B Mahol b4d4ef5529 flacdec: use init_get_bits8() 12 years ago
  Luca Barbato 39cc4c61de flacdec: drop unnecessary assert 12 years ago
  James Almer 45013b365e lavc/flacdec: Propagate and return meaningful error codes 13 years ago
  Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 13 years ago
  Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 13 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  James Almer 1d5b35cc07 lavc/flacdec: Add frame CRC calculation 13 years ago
  Justin Ruggles b8e9c99ef1 flac: decode directly to the user-provided AVFrame 13 years ago
  Tim Walker 08797c599d flac: don't check the number of channels before setting the channel layout 13 years ago
  Tim Walker 41244e13d5 flac: don't check the number of channels before setting the channel layout. 13 years ago
  Michael Niedermayer fc0d069feb flacdec: silence several "warning: X may be used uninitialized in this function" 13 years ago
  Michael Niedermayer 0e9b9a6748 flacdec: skip in stream header packets 13 years ago
  Justin Ruggles aef5150719 flac: only set channel layout if not previously set or on channel count change 13 years ago
  Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 13 years ago
  Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 13 years ago
  Justin Ruggles 99d8686357 flacdec: do not warn on sample rate change 13 years ago
  Justin Ruggles 90fcac0e95 flacdec: allow mid-stream channel layout change 13 years ago
  Justin Ruggles 268f8ba112 flacdec: use av_samples_* functions for sample buffer allocation 13 years ago
  Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 13 years ago
  Paul B Mahol 5864fe62ef flacdec: replace -1 with AV_SAMPLE_FMT_NONE 13 years ago