194 Commits (3c154e8579ca4c1d68d184b3d5e77921fd0d701e)

Author SHA1 Message Date
Lynne 1aeedd277a
qdm2: 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 2 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
Anton Khirnov 063e5f1fa9 qdm2: convert to new channel layout API 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Hendrik Leppkes 494f868e93 avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels 4 years ago
Andreas Rheinhardt 5f2b30ba06 avcodec/qdm2: Make decoder init-threadsafe 4 years ago
Andreas Rheinhardt 760217f469 avcodec/qdm2: Apply offsets when initializing VLCs 4 years ago
Andreas Rheinhardt 278a27f651 avcodec/qdm2: Remove outdated comment 4 years ago
Andreas Rheinhardt 16bb8247b4 avcodec/mpegaudiodsp: Make initializing synth windows thread-safe 4 years ago
Michael Niedermayer 9fc73bf022 avcodec/qdm2: Check fft_coefs_index 5 years ago
Michael Niedermayer e36ccb5048 avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalid 5 years ago
Michael Niedermayer 12b909ba31 avcodec/qdm2: Check frame size 5 years ago
Michael Niedermayer 7b2ebf89a4 avcodec/qdm2: Check checksum_size for 0 6 years ago
Michael Niedermayer 694be24bd6 avcodec/qdm2: error out of qdm2_fft_decode_tones() before entering endless loop 6 years ago
Michael Niedermayer ae021c1239 avcodec/qdm2: Do not read out of array in fix_coding_method_array() 6 years ago
Michael Niedermayer 8d8b8c4ac6 avcodec/qdm2: Move fft_order check up 6 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Paul B Mahol 24d31a8074 avcodec/qdm2: make use of bytestream2 8 years ago
Alexandra Hájková 0b5a26e8bc qdm2: Convert to the new bitstream reader 8 years ago
Adriano Pallavicino 25866680fd lavc/qdm2: increase code clarity 8 years ago
Anton Khirnov 5ebef79abe Fix instances of broken indentation found by gcc 6 9 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Himangi Saraogi f3e045263e qdm2: Return meaningful error codes 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Paul B Mahol 3db9960e0a avcodec/qdm2: remove unneeded #include, there are no assert() 10 years ago
Reimar Döffinger 70d80ed40f qdm2: Allow hard-coding VLC tables. 10 years ago
Vittorio Giovara 1f80742f49 qdm2: avoid integer overflow 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 11 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
Michael Niedermayer 976fc5911c avcodec/qdm2: move static init to normal init to avoid initializing tables that might never be used 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Luca Barbato 45ee556d51 qdm2: Whitespace cosmetics 12 years ago
Michael Niedermayer 8f09957194 avcodec/qdm2: initialize sign_bits 12 years ago
Michael Niedermayer fbe159e850 avcodec/qdm2: store bits in an integer instead of float variable 12 years ago
Luca Barbato 4ecdb5ed44 qdm2: Conceal broken samples 12 years ago
Luca Barbato adadc3f244 qdm2: refactor joined stereo support 12 years ago
Luca Barbato 744a11c996 qdm2: check and reset dithering index per channel 12 years ago
Luca Barbato 76efedeadb qdm2: formatting cosmetics 12 years ago