79 Commits (91f426996c98642b5180bb7375b188c93b2701ea)

Author SHA1 Message Date
Thomas Guillem 91f426996c es: replace i_original_channels with i_chan_mode 9 years ago
Hugo Beauzée-Luyssen 5d168c429a adpcm: Fix fourcc mismatch 9 years ago
Hugo Beauzée-Luyssen 3b782cb9cd adpcm: Simplify 9 years ago
Steve Lhomme 788c0561fe vlc_fourcc: add a define for "XAJ\00" (EA ADPCM) 9 years ago
Steve Lhomme 5dbd54ec68 decoder/packetizer: no need to set the output ES category anymore 9 years ago
Thomas Guillem 8d681ab672 adpcm: don't modify dec->fmt_in 9 years ago
Rémi Denis-Courmont 89504cd744 decoder: use "audio decoder" capability for audio decoders 9 years ago
Francois Cartegnie 477abfabd5 codecs: fix discontinuity handling 10 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 10 years ago
Francois Cartegnie 2bf06d1705 codec: adpcm: set IMA WAV max channels 10 years ago
Francois Cartegnie 4c17d06b91 codec: adpcm: check min samples prior read 10 years ago
Francois Cartegnie 7f2eeddd05 codec: adpcm: check computing of samples per block 10 years ago
Francois Cartegnie 301753e2a0 codec: adpcm: unify max channels checks 10 years ago
Francois Cartegnie bd85994455 codec: adpcm: check max channels 10 years ago
Francois Cartegnie ac73e91ba7 codec: adpcm: adpcm_ms: use samples count for extracting data (refs #17448) 10 years ago
Thomas Guillem 75e39eac45 decoder: audio: don't update format when creating a buffer 10 years ago
Rafaël Carré 458ed62bbe adpcm: reject invalid QuickTime IMA files 10 years ago
Rémi Denis-Courmont 73761ab710 adpcm: fix decoding and gapping memory leak (fixes #16953) 10 years ago
Thomas Guillem c94f68febd decoder: implement pf_flush for all decoders/packetizers 11 years ago
Jean-Paul Saman ce6db7865c codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY 11 years ago
Ilkka Ollakka d0c5748146 Revert "codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY" 11 years ago
Jean-Paul Saman 48a867c768 codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY 11 years ago
Rémi Denis-Courmont 85a205b487 adpcm: do not abuse fmt_in.p_extra, fix double free 11 years ago
Rémi Denis-Courmont 2d5099799c adpcm: fix undefined signed shift 12 years ago
Rémi Denis-Courmont ba7cec949d adpcm: clean up and optimize 12 years ago
Daniel Verkamp c7283a4053 Fix Duck DK3/DK4 ADPCM mappings 13 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Rémi Denis-Courmont e2b439cfa1 Replace remaining instances of aout_buffer_t with block_t 14 years ago
Rémi Denis-Courmont c8961f3a00 Remove unneeded #include <vlc_aout.h> 15 years ago
Laurent Aimar a8d9ae66fd Revert "block_t ** parameter is never NULL for audio decoding" 15 years ago
Rémi Denis-Courmont 48e39d4453 block_t ** parameter is never NULL for audio decoding 15 years ago
Rafaël Carré 6251b2d110 adpcm: use VLC_TS_INVALID (refs #3135) 17 years ago
Rémi Denis-Courmont 38c0878998 aout_buffer_t: store length instead of end timestamp 17 years ago
Rémi Denis-Courmont 8146a7f0e8 aout_buffer_t.start_data -> aout_buffer_t.i_pts 17 years ago
Jean-Baptiste Kempf 7289f1e5bf Use VLC_CODEC for ADPCM_IMA_WAV 17 years ago
Jean-Baptiste Kempf 03609aedd3 Use a VLC_CODEC_ADPCM_MS for MS ADPCM 17 years ago
Laurent Aimar b881303107 Used date_t instead of audio_date_t in codecs. 17 years ago
Laurent Aimar cee16ae695 Replaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents. 17 years ago
Rémi Denis-Courmont 0bafd9ff09 Adaptive PCM: set the output category (fixes assertion) 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar 17485fb47d Added decoder_NewAudioBuffer/decoder_DeleteAudioBuffer helpers. 18 years ago
Rémi Denis-Courmont d794dd855b Format string fixes 18 years ago
Rémi Denis-Courmont 3ccefd743a Format string fixes 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago
Rémi Denis-Courmont 13ae40b0ef Use gettext_noop() consistently 18 years ago
Rémi Duraffort f5266ccf92 Don't print a message when an memory error occure and check some malloc return values. 19 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 19 years ago
Rafaël Carré 079a1818dc codecs & packetizers: fix warnings 19 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 19 years ago
Rémi Denis-Courmont 523a018b1e Put some static tables const 19 years ago