101 Commits (d2c3355d2fb282aeab070a2a383da8bb0b783bbd)

Author SHA1 Message Date
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
Thomas Guillem 21f6076178 dca: drop reverse-stereo support 9 years ago
Thomas Guillem 63a1719b6a a52: don't reset fmt_out on error 9 years ago
Steve Lhomme 5dbd54ec68 decoder/packetizer: no need to set the output ES category anymore 9 years ago
Steve Lhomme 9348a3e6dd a52: reset the ES to AUDIO_ES on error 9 years ago
Rémi Denis-Courmont 89504cd744 decoder: use "audio decoder" capability for audio decoders 9 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 9 years ago
Thomas Guillem a262bf1e71 codec/a52: lower priority 10 years ago
Thomas Guillem a53ff3785f codec: move libliba52_plugin to liba52_plugin 10 years ago
Thomas Guillem c7b91b5466 codec: liba52: fix wrong output size 10 years ago
Thomas Guillem b896923e5a a52tofloat32: move to liba52 codec 10 years ago
Rémi Denis-Courmont 4a440e8cd3 a52: avoid overflow conversion to signed integer 12 years ago
Rémi Denis-Courmont 68f1623b0b a52: fix undefined left shift of negative value 12 years ago
Rémi Denis-Courmont b2c7e1447f audio filters: remove old filter_NewAudioBuffer() 13 years ago
Rafaël Carré 08118c7b6a a52: no need to define LIBA52_FIXED 13 years ago
Rémi Denis-Courmont c5b827e0c5 a52: decode to S32N in fixed point 14 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Rémi Denis-Courmont 978d581b98 Shrink channel reordering tables to 9-10 bytes (from 36-40 bytes) 14 years ago
Rémi Denis-Courmont 784b1bd3d4 aout_CheckChannelReorder: remove redundant parameter 14 years ago
Rémi Denis-Courmont a782a32e0e aout: use distinct "audio converter" capability for converters 14 years ago
Rémi Denis-Courmont f20299c236 Do not apply AOUT_CHAN_PHYSMASK to i_physical_channels 14 years ago
Rémi Denis-Courmont a6e127f134 a52: cleanup and fix buffer size 14 years ago
Rémi Denis-Courmont c97c04369c a52dec: do not change output format (refs #5150) 15 years ago
Rémi Denis-Courmont 5d9de36f76 a52dec: pass sample formats by address rather than value 15 years ago
Rémi Denis-Courmont 40b4d780a4 add_bool: remove callback parameter 16 years ago
Rémi Denis-Courmont ae2c9e4fb6 var_InheritInteger -> var_InheritBool 16 years ago
Rémi Denis-Courmont ff717d8778 liba52: kill config_Get 17 years ago
Matthias Dahl baa1ec0106 fix A/52 spdif output regression 17 years ago
Rémi Denis-Courmont 2aa61dc55a Rename audio filter2 capability back to audio filter 17 years ago
Rémi Denis-Courmont bfaa71e26d Assume liba52 is built as fixed-point if needed 17 years ago
Rémi Denis-Courmont 73dfbd4acf A/52 decoder: get rid of audio filter legacy 17 years ago
Rémi Denis-Courmont d2549af08b aout_filter_t.(in|out)put -> aout_filter_t.fmt_(in|out).audio 17 years ago
Rémi Denis-Courmont 6c9479be6c i_nb_bytes -> i_buffer 17 years ago
Rémi Denis-Courmont 0c7e60bf0a block_t.i_samples -> block_t.i_nb_samples (as aout_buffer_t) 17 years ago
Rémi Denis-Courmont 7fa4763df3 Fix fixed point liba52 warnings 17 years ago
Rémi Denis-Courmont 20c58c5fa3 a52: fix warnings against fixed-point a52dec 17 years ago
Rémi Duraffort 3147cc20d4 add_bool wants booleans. 17 years ago
Rémi Duraffort 940ac1f04f Remove dead initialization. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Rémi Denis-Courmont dd029e35e9 Remove useless (partially used) check for stdint.h 17 years ago
Rémi Denis-Courmont 353c7215fa Remove useless check for inttypes.h 17 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar 90ec8083f5 Fixed rear center support (and close #1816). 18 years ago
Laurent Aimar d3ed2c8a64 Use block_Release instead of pf_release directly. 18 years ago
Rémi Duraffort b674dab81c Remove unneeded msg_Error about memory failure. 18 years ago
Antoine Cellerier 55f1d3272f Set i_bitspersample to correct value when changing an audio codec. (Not 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 Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 18 years ago