107 Commits (d2c3355d2fb282aeab070a2a383da8bb0b783bbd)

Author SHA1 Message Date
Zhao Zhili ff94873670 codec: speex: 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 05ba3c15d1 aout: factor out the default channel maps 14 years ago
Steve Lhomme 04db84cd9c modules: replace use of 1000000 on time values by CLOCK_FREQ 8 years ago
Steve Lhomme 7be01abad1 modules: clean check of date_Get() return value 8 years ago
Steve Lhomme 178c1a4dfe modules: fix VLC_TS_INVALID tests 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
Romain Vimont b3b7f62ce1 core: replace decoder_sys_t* by void* 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
Tristan Matthews c838147a37 speex: drop some unused defines 9 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 9 years ago
Thomas Guillem 75e39eac45 decoder: audio: don't update format when creating a buffer 10 years ago
Rémi Denis-Courmont c240692f0b Common structure for VLC common object members, document 10 years ago
Michael Tänzer fcedf52d5f ogg codecs: use checked realloc() instead of xrealloc() 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 cb267c8052 speex: avoid unsigned->signed->unsigned conversion (CID #1048968) 11 years ago
Rémi Denis-Courmont 5dae442d81 speek: fix potential NULL dereference 12 years ago
Tristan Matthews cb792fd5de speex: cosmetics 12 years ago
Tristan Matthews 08feb323f4 speex: deduce mode from rate when decoding rtp 12 years ago
Tristan Matthews 1a9bda43fc speex: assume default settings if header is missing 12 years ago
Rafaël Carré 0c4c45e3b2 xiph_SplitHeaders: do not malloc+memcpy headers 13 years ago
Rémi Denis-Courmont 5270796734 Replace block_New() with block_Alloc() 14 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Ilkka Ollakka 940cf07d66 transcode: send NULL packet to audio encoder when closing 14 years ago
Jean-Baptiste Kempf 6a3525f33f Speex: split encoder from decoder 14 years ago
Ludovic Fauvet b931c16ed0 speex: remove tabs and trailing spaces 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
Rémi Denis-Courmont 63227deb43 Remove ugly function casts in combined audio decoder/packetizer modules 15 years ago
Rémi Denis-Courmont 40b4d780a4 add_bool: remove callback parameter 16 years ago
Rémi Denis-Courmont f98a66cea0 add_integer: remove callback parameter 16 years ago
Rémi Denis-Courmont 85ba4839e6 add_float: remove callback parameter 16 years ago
Rémi Denis-Courmont e5622718c1 Remove unused change_integer_list parameter 16 years ago
Laurent Aimar b5ad5b6152 Modified the way xiph codecs headers are transported in VLC. 16 years ago
Rafaël Carré 70f124c936 speex: use VLC_TS_INVALID (refs #3135) 17 years ago
Rémi Denis-Courmont 25232e200b Do not assert memory allocations 17 years ago
JP Dinger 15643af12d Replace argument = realloc( argument, size ); with realloc_or_free() in modules/*, and while at it add assert( argument ) to mark unhandled ENOMEM conditions, also for malloc(). 17 years ago
Laurent Aimar 74f7ed6dc4 Compilation fix (speex) 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
Rémi Duraffort 940ac1f04f Remove dead initialization. 17 years ago
Laurent Aimar cee16ae695 Replaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents. 17 years ago