38 Commits (d2c3355d2fb282aeab070a2a383da8bb0b783bbd)

Author SHA1 Message Date
Zhao Zhili 00dbb2deb1 codec: aes3: prepare to put pf_packetize and pf_decode into a union 8 years ago
Francois Cartegnie 10318107ac date_t: always init to TS_INVALID 8 years ago
Rémi Denis-Courmont 8c862efbe4 aes3: 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
Steve Lhomme 5dbd54ec68 decoder/packetizer: no need to set the output ES category anymore 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 11ee0d6d83 codec: aes3: fix 16bps decoding (fix #17522) 10 years ago
Tristan Matthews eeddbc4c4f aes3: set p_aout_buffer before bailing 10 years ago
Thomas Guillem 75e39eac45 decoder: audio: don't update format when creating a buffer 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 e0f38966c4 AES3: decode to S32N rather than S24 and simplify a little 14 years ago
Rémi Denis-Courmont 1af9cda50c AES3: decode to native endian 14 years ago
Rémi Denis-Courmont 400b9b6436 file out: make time formatting optional (fixes #7768) 14 years ago
Rémi Denis-Courmont db8b580100 aes3: use lookup table to speed up bit order inversion 14 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 af3201fb8c Remove useless AOUT_PHYSMASK masking in some codecs 14 years ago
Hugo Beauzée-Luyssen 8722fe58e6 aes3: Add unlikely() 14 years ago
Hugo Beauzée-Luyssen 6c7f5148ed aes3: Remove write only variable. 14 years ago
Rémi Denis-Courmont c8961f3a00 Remove unneeded #include <vlc_aout.h> 14 years ago
Laurent Aimar 024420d8df Set a non compressed format in aes3 decoder at open. 16 years ago
Rafaël Carré c91d8dadea aes3: 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
Laurent Aimar b881303107 Used date_t instead of audio_date_t in codecs. 17 years ago
Laurent Aimar 7b452ff3b0 Used VLC_CODEC_* and i_original_fourcc when applicable. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Rémi Denis-Courmont 1f50361f07 Fix plugin strings translation 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
Laurent Aimar f3306b5dc0 Fixed channel count index for aes3. 18 years ago
Laurent Aimar 65a2a5e74a Added AES3 (SMPTE 302M) decoder. 18 years ago