166 Commits (0e782661d63b39d729b2167e75a690b4e2934740)

Author SHA1 Message Date
Matt Wolenetz b59b599446 lavc/vorbisdec: Allow avcodec_open2 to call .close 7 years ago
James Almer 8acd73e348 avcodec/vorbisdec: add missing comma 8 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Diego Biurrun 0b77a59336 Use correct printf conversion specifiers for POSIX integer types 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Andreas Cadhalpun e7a7b3135a vorbisdec: reject rangebits 0 with non-0 partitions 9 years ago
Andreas Cadhalpun b4b13848de vorbisdec: reject channel mapping with less than two channels 9 years ago
Paul B Mahol 81f7a2579b avcodec/vorbisdec: use init_get_bits8() 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Luca Barbato 0025f7408a vorbis: Check the vlc value in setup_classifs 10 years ago
Luca Barbato 62de77ffca vorbis: Use a local codebook variable 10 years ago
Anton Khirnov ee964145b5 lavc: remove unused traces of fmtconvert usage 10 years ago
Michael Niedermayer 2234a1cd16 avcodec/vorbisdec: Fix memleak, call cleanup on memory allocation failure 10 years ago
Vittorio Giovara 31dc73e92a vorbisdec: Check memory allocations 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer ad2deb02e5 avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_headers() 10 years ago
Michael Niedermayer 51f2422c2b avcodec/vorbisdec: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer b530e2e351 avcodec/vorbisdec: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer 8c50704ebf avcodec/vorbisdec: Fix off by 1 error in ptns_to_read 10 years ago
Michael Niedermayer 5a376976a0 avcodec/vorbisdec: Reset first_frame 11 years ago
Michael Niedermayer f0c78b0769 avcodec/vorbisdec: use av_malloc(z)_array() 11 years ago
Michael Niedermayer 0a266cb55a avcodec/vorbisdec: try to workaround libvorbisenc bug 11 years ago
Michael Niedermayer 5171ae781a avcodec/vorbisdec: use the stored previous window type only when the actual previous is not known 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 709cae2bcb vorbisdec: Check VLC tables during use instead of setup 12 years ago
Michael Niedermayer ae038c0914 vorbisdec: propagate errors from setup_classifs() 12 years ago
Luca Barbato 92b3caa108 vorbis: return meaningful errors 12 years ago
Luca Barbato db347280eb vorbis: fallback to normal division instead of crashing 12 years ago
Luca Barbato ddf1b4a2f8 vorbis: simplify the inner loop in setup_classifs 12 years ago
Luca Barbato 36f1038004 vorbis: use normal integer values for iterators 12 years ago
Luca Barbato 98186578a2 vorbis: refactor vorbis_residue_decode_internal 12 years ago
Michael Niedermayer e6b6ae4695 vorbisdec: check codebook entry count 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Hendrik Leppkes cde1e7db3e vorbis: unref the skipped first frame. 12 years ago
Anton Khirnov e2c2974120 vorbisdec: do not leak the first frame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Luca Barbato 02055b6d40 vorbisdec: check memory allocations 12 years ago
Justin Ruggles e951b6d94c vorbisdec: cosmetics: rename variable avccontext to avctx 12 years ago
Luca Barbato 23bd9ef4b2 vorbisdec: Accept 0 amplitude_bits 12 years ago
Luca Barbato 5b47c19bfd vorbisdec: Add missing checks 12 years ago
Luca Barbato fc386f2eea vorbisdec: cosmetics 12 years ago
Michael Niedermayer 11dcecfcca vorbisdec: Error on bark_map_size equal to 0. 12 years ago
Justin Ruggles ee6ca11b65 vorbis: decode directly to the user-provided AVFrame 12 years ago
Ronald S. Bultje 1768e43ceb vorbisdsp: change block_size type from int to intptr_t. 12 years ago
Ronald S. Bultje fef906c77c Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. 12 years ago
Justin Ruggles e034cc6c60 lavc: Move vector_fmul_window to AVFloatDSPContext 12 years ago
Michael Niedermayer e9ffee23f3 vorbisdec: handle midstream parameter changes 12 years ago