94 Commits (199d6f9dae0b3546c4a44bbce62a28d93579496f)

Author SHA1 Message Date
Kamil Rytarowski 7e9ef3d72b include: Rename the bswap functions to vlc_bswap 9 years ago
Steve Lhomme 937d95de6e codec:lpcm: remove local cast 9 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 ffe4ce8038 codec: lpcm: set both format and codec on update 10 years ago
Francois Cartegnie a295ef7977 Revert "lpcm: validate block_nb_frames in DVD/LPCM cases" 10 years ago
Francois Cartegnie 092e9449fc codec: lpcm: remove noop 10 years ago
Francois Cartegnie 7aeaeaa4b7 codec: lpcm: fix leak on error 10 years ago
Francois Cartegnie 477abfabd5 codecs: fix discontinuity handling 10 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 10 years ago
Filip Roséen 8447e3d87b lpcm: validate block_nb_frames in DVD/LPCM cases 10 years ago
Jean-Baptiste Kempf 99a436c52a lpcm: comment AOB padding values 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 3b91f52906 lpcm: remove dead code 11 years ago
Francois Cartegnie 4414a1a3dd codec: lpcm: fix multi groups reading 12 years ago
Francois Cartegnie df48e0eeff demux: lpcm: fix AOB decoding (fix #11936) 12 years ago
Francois Cartegnie d5adfb2d1d codec: lpcm: convert endianness for 16bits AOB 12 years ago
Francois Cartegnie ab727f9473 codec: lpcm: reorder channels only after decoding (fix #14114) 12 years ago
Rémi Denis-Courmont 80d88b05f2 Mark unreachable code on GCC even if NDEBUG 12 years ago
Hugo Beauzée-Luyssen d58ed01e08 modules: Don't use gcc specific binary constant prefix 12 years ago
Francois Cartegnie 69adf3b695 codecs: lpcm: add WiDi LPCM 13 years ago
Tristan Matthews 84d7b2761d lpcm bd: fix 24 bit stereo decoding 13 years ago
Rafaël Carré 7dcd1665a2 lpcm bd: fix decoding of 16 bits with channels padding 13 years ago
Rafaël Carré 68ca8d0b77 LPCM: fix 20/24-bit decoding 13 years ago
Ludovic Fauvet de6abccd35 lpcm: fix channel reordering for m2ts (close #8526) 13 years ago
Rafaël Carré 792e9059f1 lpcm: fix BD decoding broken by 45c7b7c8764 13 years ago
Rafaël Carré a54c03c5a7 Fix lpcm decoding on little endian 13 years ago
Rémi Denis-Courmont 0a45c7b7c8 LPCM: decode to S16N or S32N 14 years ago
Rémi Denis-Courmont 3b3a2b33fb LPCM: encode from S16N rather than S16B 14 years ago
Rémi Denis-Courmont f9e094b802 LPCM: buffer overflow (encoder) 14 years ago
Rémi Denis-Courmont 5270796734 Replace block_New() with block_Alloc() 14 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Benjamin Drung 3f0d5d1782 Fix typo unkown -> unknown. 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 15 years ago
Rémi Denis-Courmont 63227deb43 Remove ugly function casts in combined audio decoder/packetizer modules 15 years ago
Laurent Aimar 6c101d638c Fixed blu-ray LPCM support for non even channels count (closed #4957). 15 years ago
Steinar H. Gunderson 4b103b8440 Support DVD LPCM encode. 16 years ago
Steinar H. Gunderson 122b75e99e Fix DVD LPCM format description in comments. 16 years ago
Jean-Baptiste Kempf 5fdee8ec98 lpcm: abort() is a better solution here 17 years ago
Jean-Baptiste Kempf c98f127bc4 lpcm: kill a warning 17 years ago
Rafaël Carré ddd3ca51c7 lpcm: 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
Pierre d'Herbemont f8a61a179f lpcm: Fix a few unsigned comparison warnings. 17 years ago