162 Commits (a55692a96099c40aabb25e1443890be99f9c845c)

Author SHA1 Message Date
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Carl Eugen Hoyos ec8a4841f7 Avoid a deadlock when decoding wma. 11 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov ea1136baaf wmadec: require block_align to be set. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer 6c6dc8ccea wmadec: check nb_frames 12 years ago
Justin Ruggles c815ca3641 wma: decode directly to the user-provided AVFrame 12 years ago
Ronald S. Bultje 5959bfaca3 floatdsp: move butterflies_float from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje 55aa03b9f8 floatdsp: move vector_fmul_add from dsputil to avfloatdsp. 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles 2ed40608e9 wma: do not keep private copies of some AVCodecContext fields 12 years ago
Justin Ruggles 7ebfe5b44a wmadec: use float planar sample format output 12 years ago
Diego Biurrun d25fe4cc65 wmadec: Adjust debug printf argument length modifier 12 years ago
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Diego Biurrun 6f6b0311a3 avcodec: Drop some silly commented-out av_log() invocations 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol 137e80817d lavc: build some codecs only if they are actually enabled 13 years ago
Ronald S. Bultje b4bccf3e4e wma: fix off-by-one in array bounds check. 13 years ago
Ronald S. Bultje 349b7977e4 wma: fix invalid buffer size assumptions causing random overreads. 13 years ago
Michael Niedermayer d964db5742 wmadec: fix off by 1 error on the pow_tab index check. 13 years ago
Ronald S. Bultje 9d3050d3e9 wma: don't return 0 on invalid packets. 13 years ago
Alex Converse 48f1e5212c wmadec: Verify bitstream size makes sense before calling init_get_bits. 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Michael Niedermayer 20431a9982 wma: Check channel number before init. 13 years ago
Justin Ruggles d0b1b1c5c7 wmadec: consolidate 2 output buffer size checks into 1 check 13 years ago
Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 13 years ago
Michael Niedermayer 3cb64e327a wma: fix infinite loop 14 years ago
Michael Niedermayer eb97d4d611 wmadec: avoid infinit loop. 14 years ago
Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
Michael Niedermayer f08d171caa WMADEC: fix ticket125 14 years ago
Michael Niedermayer 05815b3545 Fix issue1503, this fix may be incomplete we need more samples to know for sure. 14 years ago
Michael Niedermayer 7157334c37 wmadec: prevent null pointer call. 14 years ago
Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Justin Ruggles fe2ff6d247 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles c73d99e672 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles 79ce107847 cosmetics: indentation and spacing 14 years ago
Justin Ruggles 733dbe7d18 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Justin Ruggles b5ec638343 cosmetics: indentation and spacing 14 years ago
Justin Ruggles 9d06d7bce3 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Eli Friedman c7310b7b2b Silence warning "new qualifiers in middle of multi-level 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
Carl Eugen Hoyos 2cbc1ec676 Fix indentation after r22414. 15 years ago