17 Commits (d5a12edeb0db9a3148a64d3e1e4e82c9d59ac9ef)

Author SHA1 Message Date
Francois Cartegnie 215b5ee416 Revert "packetizer: mpegaudio: flag discontinuity on timebase change" 10 years ago
Francois Cartegnie 8de506e9aa packetizer: mpegaudio: implement draining and proper discontinuity handling 10 years ago
Francois Cartegnie ce02dd5c0d packetizer: mpegaudio: flag discontinuity on timebase change 10 years ago
Francois Cartegnie 83ac4434ed packetizer: mpegaudio: remove unused var 10 years ago
Francois Cartegnie 1c55bfd921 packetizer: mpegaudio: forward discontinuities 10 years ago
Thomas Guillem 73639ea055 move codec/mpeg_audio to packetizer/mpegaudio 10 years ago
Thomas Guillem 9ee820129b move converter/mpgatofixed32 to codec/mad 10 years ago
Thomas Guillem 03eb53dacd mpeg_audio: reorder code 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 c736ebc053 codec: don't drop discontinue blocks 11 years ago
Ilkka Ollakka f213c43932 Revert "codec: don't drop discontinue blocks" 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
Ilkka Ollakka 5e36cb2c14 codec: don't drop discontinue blocks 11 years ago
Thomas Guillem 7f7c871318 mpeg_audio: fix build without HAVE_MPGA_FILTER 11 years ago
Thomas Guillem cd611eebd3 mpeg_audio: don't send invalid data on drain 11 years ago
Thomas Guillem 208eb5c87b mepg_audio: fix p_sys not initialized 11 years ago
Thomas Guillem ad91f15f1b mpeg_audio: remove unused variable 11 years ago
Rémi Denis-Courmont 971037451c mpeg_audio: compile fake decoder only if mad is present 12 years ago
Rémi Denis-Courmont ac5caa2c88 mad: clean up build rules 12 years ago
Tristan Matthews 72b03859fd codec: mpeg_audio: fix pts update 12 years ago
Rémi Denis-Courmont 407acf38d1 mpeg_audio: signed integer overflow 12 years ago
Jean-Paul Saman d2acb6213e Revert "input core: add status field per elementary stream" 12 years ago
Jean-Paul Saman d8199d8cbe input core: add status field per elementary stream 12 years ago
Ilkka Ollakka 14ffb1a5ca differentiate mpga (layer 2) and mp3 (layer 3) codecs 12 years ago
Rafaël Carré 6f6bd492c5 mpeg_audio packetizer: flush remaining data 13 years ago
Rafaël Carré ddc3eafec7 mpeg_audio: assume block_GetBytes can fail 13 years ago
Rafaël Carré 11d3a7ac56 mpeg_audio: use a variable to avoid pointer dereference 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
Rémi Denis-Courmont a7b2dcf0ee Remove WinCE 14 years ago
Rémi Denis-Courmont e2b439cfa1 Replace remaining instances of aout_buffer_t with block_t 14 years ago
Rafaël Carré d47186c7a6 packetizers: move state enum in packetizer_helper.h 15 years ago
Rémi Denis-Courmont 63227deb43 Remove ugly function casts in combined audio decoder/packetizer modules 15 years ago
Rafaël Carré 8a3bcbae2d mpeg_audio: comment unused variable 15 years ago
Rémi Denis-Courmont 68dbf6ecee block_BytestreamInit(): rationalize prototype 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
Rafaël Carré 8f4a554c7b mpga decoder: modify input ES format with layer 16 years ago
Rafaël Carré 7b8d1ebafa mpga: 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 e9eb5d5e4e aout_buffer_t.b_disconuity -> aout_buffert.i_flags 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 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Laurent Aimar 3801da9dcd Fixed various decoder/packetizer flush. 17 years ago
Rémi Denis-Courmont 98eb1db33d Avoid using i_object_type 18 years ago