181 Commits (cc129a71d75220c0600727aa1f7b984e60f83c0c)

Author SHA1 Message Date
Rémi Denis-Courmont 0fa1d4e111 xiph: constify xiph_SplitHeaders() 7 years ago
Thomas Guillem 57d834cd27 include vlc_input_item.h instead of vlc_input.h 7 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Steve Lhomme cc79f1f98f modules: use vlc_tick_from_samples() 8 years ago
Francois Cartegnie 6722a7e01e codec: vorbis: be more verbose on init failure 8 years ago
Steve Lhomme 1f17997348 rename VLC_TS_INVALID to VLC_TICK_INVALID 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Zhao Zhili e5ece5e5ee codec: vorbis: 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
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 89d7ef3b69 vorbisenc: remove FIXME 8 years ago
Thomas Guillem 5867de94f7 vorbisenc: remove useless params in ConfigureChannelOrder() 8 years ago
Thomas Guillem 1d3888f5ec vorbisenc: remove useless p_sys->i_channels 8 years ago
Thomas Guillem fdb8982c81 vorbisenc: setup channels from vorbis info 8 years ago
Thomas Guillem 81c5c58200 vorbisenc: set maximum channels to 7.1 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
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 9 years ago
Filip Roséen 81a1b1e514 codec/vorbis: narrow scope of iteration variable + clean-up 10 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 10 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
Tristan Matthews 4941746e63 vorbis: fix dereference after null check (cid #403019) 12 years ago
Rémi Denis-Courmont 06b6f01a13 vorbis (tremor): avoid overflow in conversion to signed integer 12 years ago
Rémi Denis-Courmont a780f4841e vorbis (tremor): fix undefined left shift of negative value 12 years ago
Rémi Denis-Courmont b54f2c636c vorbis: really fix out-of-bound read 12 years ago
Francois Cartegnie 8c2e47c08a codec: vorbix: max channels is 8 12 years ago
Tristan Matthews d1ee4337bf vorbis: fix format string 12 years ago
Francois Cartegnie fba05eaa2a codec: vorbis: birates are signed. (fix #10324) 12 years ago
Rafaël Carré 0c4c45e3b2 xiph_SplitHeaders: do not malloc+memcpy headers 13 years ago
Timothy B. Terriberry d9a00b1ec0 Fix a memory leak in ParseVorbisComments(). 13 years ago
Anatoliy Anischovich 23a3b08de9 audio input core: fix wrong parsing of replaygain tags (fix #8174) 13 years ago
Rémi Denis-Courmont 27de26415a tremor: decode to S32N 13 years ago
Rémi Denis-Courmont 23e8e0cd03 vorbis: fix cast warnings 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 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
Ilkka Ollakka 940cf07d66 transcode: send NULL packet to audio encoder when closing 14 years ago
Jean-Baptiste Kempf 1a1512999f Vorbis: code cosmetics 14 years ago