192 Commits (891ed24f77da99c6d41bb7c116ba5925e3206ce2)

Author SHA1 Message Date
Lynne 60c704677a
vorbisdec: convert to lavu/tx 2 years ago
Andreas Rheinhardt dfe7c7ffce avcodec/vorbis: Split data declarations out into new header 2 years ago
Andreas Rheinhardt fdff1b9cbf avcodec/codec_internal: Avoid deprecation warnings for channel_layouts 2 years ago
Andreas Rheinhardt 32129d6495 avcodec/vorbisdec: Move ff_vorbis_inverse_coupling() to vorbisdsp.c 2 years ago
Rémi Denis-Courmont 5c15cb138e lavc/vorbisdec: use intermediate variables 2 years ago
Rémi Denis-Courmont b52034270a lavc/vorbisdsp: use ptrdiff_t rather than intptr_t 2 years ago
Rémi Denis-Courmont bbf045aa59 lavc/vorbisdec: use ptrdiff_t to iterate over intptr_t 2 years ago
Jyrki Vesterinen 8fc2dedfe6 avcodec/vorbisdec: don't use a flag to determine if frames have been output 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 3 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
Anton Khirnov 457e88fcaf vorbis: convert to new channel layout API 3 years ago
Andreas Rheinhardt 1e93f42743 avcodec/vorbisdec: Mark decoder as init-threadsafe 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Hendrik Leppkes 494f868e93 avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels 4 years ago
Michael Niedermayer 722fd46965 avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2 6 years ago
Michael Niedermayer 07b948fe60 avcodec/vorbisdec: Check get_vlc2() failure 6 years ago
Michael Niedermayer 5a5f12e3b3 avcodec/vorbisdec: Implement vr->classifications = 1 6 years ago
Michael Niedermayer aecc9b96d6 avcodec/vorbisdec: Check parameters in vorbis_floor0_decode() before divide 6 years ago
Michael Niedermayer 99f95f39c6 avcodec/vorbisdec: Check vlc for floor0 dec vector offset 6 years ago
Michael Niedermayer 308771a738 avcodec/vorbisdec: amplitude bits can be more than 25 bits 6 years ago
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() 10 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 11 years ago
Michael Niedermayer 8c50704ebf avcodec/vorbisdec: Fix off by 1 error in ptns_to_read 11 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