60 Commits (68dbf6ecee4df89e956ff45bcf8826f58a5b41e2)

Author SHA1 Message Date
Rémi Denis-Courmont 68dbf6ecee block_BytestreamInit(): rationalize prototype 15 years ago
Rémi Denis-Courmont 2d86bf1c5e DTS: do not (try and fail to) use dtstofloat32 if !HAVE_FPU 15 years ago
Rémi Denis-Courmont 59117b2862 Do not include vlc_modules.h in vlc_common.h 16 years ago
Laurent Aimar b51e492c3d Fixed potential segfault with corrupted streams (audio codecs). 16 years ago
Laurent Aimar e8beaf5c24 Support padded frames in DTS files (close #3274). 16 years ago
Rafaël Carré 29d44b6a23 dts: use VLC_TS_INVALID (refs #3135) 17 years ago
Jean-Baptiste Kempf ffd4a01ebf DTS: fix mono and dual-mono samples playback 17 years ago
Rémi Denis-Courmont 6c9479be6c i_nb_bytes -> i_buffer 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 8d6e134e07 Made SyncInfo in dts a bit clearer. 17 years ago
Laurent Aimar 1853bff167 Revert "dts: Initialize i_frame_size to a default value." 17 years ago
Pierre d'Herbemont 260dd07fc1 dts: Initialize i_frame_size to a default value. 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
Jean-Baptiste Kempf 6ec540ae52 DTS: update copyright. 17 years ago
Laurent Aimar 3801da9dcd Fixed various decoder/packetizer flush. 17 years ago
Laurent Aimar 8993ea0ac2 Remove DTS-HD block for DTS track. 17 years ago
Laurent Aimar 62eefa47e9 Fixed decoder init when libdca is not present + clean up. 17 years ago
Laurent Aimar 875bcdf157 Correctly reset date after a discontinuity in audio decoder. 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 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. 18 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 18 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 18 years ago
Rafaël Carré 079a1818dc codecs & packetizers: fix warnings 18 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 18 years ago
Laurent Aimar ab1b0ebec3 Improved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED handling in packetizers. 19 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Gildas Bazin af043e9201 * Fixed another bunch of memory leaks. 20 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago
Jean-Paul Saman 9aa09bba7a Made es_format_t member i_bitrate unsigned int, because I cannot imagine it ever to be negative. 21 years ago
Christophe Massiot d367c2f58e * ALL: miscellaneous unsigned/signed warning fixes and pointer/int casts. 21 years ago
Rémi Denis-Courmont fe087a3828 Make Zorglub less unhappy 21 years ago
Rémi Denis-Courmont 85b29bdc28 Copyright fixes 21 years ago
Derk-Jan Hartman 0c8da59955 * Some changes to preferences categorization (This really needs a lot more work) 21 years ago
Laurent Aimar 70ee5fbf98 * block: added 21 years ago
Clément Stenac a90a19a6b0 Improvements to preferences 22 years ago
Gildas Bazin ad4a7e63c7 * modules/audio_filter/converter/dtstofloat32.c: added implementation for the new audio filter architecture. 22 years ago
Laurent Aimar de81c25db3 * all: removed block_t->b_discontinuity,b_frame_* and added i_flags 22 years ago
Gildas Bazin 1916bc59cd * modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing). 23 years ago
Gildas Bazin ab728fe92f * modules/codec/dts.c: fixes a buffer overflow with s/pdif. 23 years ago
Gildas Bazin ea9470edf3 * modules/codec/dts.c: should be more correct (hopefully). 23 years ago
Gildas Bazin a5ce76c37c * modules/codec/dts.c: a bunch of fixes. 23 years ago
Gildas Bazin 40becaa0cf * modules/codec/dts.c: removed s/pdif hack from DTS audio parser. 23 years ago
Gildas Bazin 347fc3b2a4 * modules/codec/dts.c: bug-fix for s/pdif support. 23 years ago
Benjamin Pracht fea7f383dd string review 23 years ago