1 Commits (1fb3dfd8c1fe149b150bd7cee2b41481d49e6f07)

Author SHA1 Message Date
Rémi Denis-Courmont f5ce0d44a7 g711: separate codec from araw 14 years ago
Rémi Denis-Courmont ac698fe09f araw: revector to check all supported formats just once 14 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Rémi Denis-Courmont 779f310240 araw: add 8.1 support (fixes #4896) 14 years ago
Rémi Denis-Courmont 970d70aca0 audio: remove FI32 conversions 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
Rémi Denis-Courmont a1b8de5c83 Clean up L20 decoding 15 years ago
Rémi Denis-Courmont 55fcca5bff Decoder for IEC61119 DAT12 (VLC_CODEC_DAT12) 15 years ago
Rémi Denis-Courmont 1b7ec33b33 Decoder for PCM 20-bits (VLC_CODEC_S20B) 15 years ago
Rémi Denis-Courmont e6d8827a31 araw: refactor decoder to support byte-unaligned formats 15 years ago
Laurent Aimar 6b2e2587fe Added non native float 32/64 to araw decoder. 16 years ago
Rafaël Carré 55c17a70c1 araw: use VLC_TS_INVALID (refs #3135) 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 b881303107 Used date_t instead of audio_date_t in codecs. 17 years ago
Laurent Aimar 138f098d36 Used vlc_fourcc_GetCodecAudio when applicable. 17 years ago
Laurent Aimar cee16ae695 Replaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents. 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 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar 17485fb47d Added decoder_NewAudioBuffer/decoder_DeleteAudioBuffer helpers. 18 years ago
Justus Piater 5f8cd3991a Declared many static variables const 18 years ago
Laurent Aimar 64a31ec903 Fixed buffer size computation with non zero bits per sample mod 8. 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
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
Rémi Denis-Courmont 9882bcc35a Export bitrate for the benefit of stream output 19 years ago
Rémi Denis-Courmont 523a018b1e Put some static tables const 19 years ago
Pavlov Konstantin b48f3decc6 Allow playback of in24 little-endian or big-endian in mov files. 19 years ago
Antoine Cellerier 3849062230 Add quicktime in24 and in32 support (basically s24/32l from what i understand) 20 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Christophe Mutricy f5c5a77314 String review in codec. 1st part. ffmpeg.h to be improve. refs #438 20 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago
Derk-Jan Hartman 1077bd592d * Support the "pcm " WAV fourcc. it's equal to "araw". 21 years ago
Jean-Paul Saman b50b81dbc2 Fix compiler warning: 'araw.c:62: warning: static' but never defined' 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
Gildas Bazin 95e19fa98a modules/codec/araw.c: a/ulaw encoding support. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup by me. 21 years ago
Clément Stenac a90a19a6b0 Improvements to preferences 22 years ago
Gildas Bazin 2848862ff4 * modules/codec/araw.c: compilation fix. 22 years ago
Gildas Bazin 754e4b9260 * modules/mux/wav.c: use aout_ChannelReorder(). 22 years ago
Gildas Bazin 2d43c89f0b * modules/codec/araw.c: got rid of the audio conversion in the encoder, which is now done by the audio filters. 22 years ago
Gildas Bazin ad4a7e63c7 * modules/audio_filter/converter/dtstofloat32.c: added implementation for the new audio filter architecture. 22 years ago