86 Commits (cc129a71d75220c0600727aa1f7b984e60f83c0c)

Author SHA1 Message Date
Rémi Denis-Courmont cc129a71d7 Remove old mail address from sources 7 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Steve Lhomme 1f17997348 rename VLC_TS_INVALID to VLC_TICK_INVALID 8 years ago
Francois Cartegnie 10318107ac date_t: always init to TS_INVALID 8 years ago
Rémi Denis-Courmont 05ba3c15d1 aout: factor out the default channel maps 14 years ago
Rémi Denis-Courmont 99e1771287 adpcm: fix invalid timestamps 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
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 9 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 9 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> 14 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) 17 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