209 Commits (982376660c58f59a384486894a3f1092d6888e4b)

Author SHA1 Message Date
Andreas Rheinhardt 5615f9dab4 avcodec/wmaprodec: Avoid superfluous VLC structures 1 year ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year ago
James Almer c06e88e05c avcodec/wmadec: clear pts when returning a frame during flush 2 years ago
Lynne 978963a77b
wma: convert to lavu/tx 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 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
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov 3c933af493 wma: convert to new channel layout API 3 years ago
bnnm 19802d170a avcodec/wmadec: fix WMA gapless playback 3 years ago
Stéphane Cerveau f9fbe2f9a9 avcodec/wmadec: handle run_level_decode error 4 years ago
Andreas Rheinhardt 08fcb43aff avcodec/wmadec: Mark decoders as init-threadsafe 4 years ago
Andreas Rheinhardt bd1cbb5427 avcodec/wmadec: Check operations that can fail 4 years ago
Andreas Rheinhardt 35381d2201 avcodec/wmadec: Forward error instead of return -1 4 years ago
Andreas Rheinhardt fcdb012a10 avcodec/wma(dec|enc): Fix memleaks upon allocation error 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt fa4532a1f7 avcodec/wmadec: Apply VLC offset during init 4 years ago
Andreas Rheinhardt e5b416dadd avcodec/wmadec: Reduce the size of tables used to initialize VLC 4 years ago
Andreas Rheinhardt 2b702015d8 avcodec/wmadec: Don't check for errors for complete VLC tables 4 years ago
Ramiro Polla c455a28a9e avcodec/wmadec: cosmetics 5 years ago
Michael Niedermayer bf5c850b79 avcodec/wmadec: Keep track of exponent initialization per channel 5 years ago
Michael Niedermayer c54b9fc42f avcodec/wmadec: Require previous exponents for reuse 5 years ago
Alexandra Hájková f7ec7f546f wma: Convert to the new bitstream reader 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
Ganesh Ajjanagadde db1a642cd2 all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
Ganesh Ajjanagadde 1fb5ae44c4 lavc/wmadec: replace pow by faster functions 9 years ago
Ganesh Ajjanagadde 62765c0014 lavc/wmadec: replace pow(10,x) by ff_exp10(x) 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer a48b24e5eb avcodec/wmadec: Fix undefined shift in wma_decode_block() 10 years ago
Michael Niedermayer 305cbe76d3 avcodec/wma: remove unneeded #includes, there are no assert() only av_assert* 10 years ago
Michael Niedermayer e2db9a736f avcodec/wmadec: fix 0 frame bit_reservoir 10 years ago
Michael Niedermayer a8bc901033 avcodec/wmadec: also print the number of bits left in the nb_frames <= 0 case 10 years ago
Michael Niedermayer 2fbb9e647c avcodec/wma: Use avpriv_float_dsp_alloc() 10 years ago
Gabriel Dume d2a4e4b9cc wma: K&R formatting cosmetics 11 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Michael Niedermayer d1122b7ce5 avcodec/wmadec: initialize max_exponent to valid values 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
Carl Eugen Hoyos ec8a4841f7 Avoid a deadlock when decoding wma. 12 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