]> git.sesse.net Git - vlc/history - src/input
aout: add deinterleave helper for doing packet->planar for audio samples
[vlc] / src / input /
2012-12-17 Rafaël CarréRemove variable name clashes in TAB_REMOVE
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-12-08 Rémi Denis-CourmontRevert "input: create an aout if UI wants to configure...
2012-12-06 Denis CharmetAllow the demux to update its title list
2012-12-05 Jean-Baptiste KempfFix support of .00x splitted files on Win32
2012-12-05 Jean-Baptiste Kempfinput: export get_path from access.c
2012-11-29 Rémi Denis-Courmontinput: create an aout if UI wants to configure audio...
2012-11-10 Rémi Denis-CourmontDo not access b_die directly
2012-11-10 Rémi Denis-Courmontstream: remove useless vlc_object_kill() calls
2012-11-05 Rémi Denis-CourmontAdd .kar extension (fixes #7715)
2012-11-01 Rémi Denis-Courmontlibvlc: do not depend on input thread to obtain the...
2012-11-01 Rémi Denis-Courmontinput: remove obsolete assertion
2012-10-31 Rémi Denis-Courmontinput: simplify/inline aout resource handling
2012-10-31 Rémi Denis-CourmontVLM: create input resource immediately for each instance
2012-10-22 Frédéric Yhuelsrc/input/stream_demux.c: fix DStreamThread()
2012-10-17 Jean-Baptiste KempfAAC detection is not strong enough to force the aac...
2012-10-13 KO Myung-Huninput: Allocate an enough buffer for UTF-8
2012-10-04 Rémi Denis-CourmontWin32: has gettimeofday()
2012-09-09 Rémi Denis-Courmontpvr: remove the old ivtv module
2012-09-03 Timothy B. TerriberryOpus decoder.
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-08-31 Ludovic Fauvetfix use of uninitialized variable on error
2012-08-23 Rémi Denis-Courmontinput: use unsigned atomic value
2012-08-23 Rémi Denis-CourmontFix non-file input slaves
2012-08-21 Rémi Denis-Courmontstr_format_meta(): take playlist as parameter directly
2012-08-21 Rémi Denis-Courmontinput_ExtractAttachmentAndCacheArt(): no need for playlist
2012-08-21 Rémi Denis-Courmontplaylist art: use vlc_object_t instead of playlist_t
2012-08-21 Rémi Denis-Courmontstream_Demux: add getters for position, length and...
2012-08-21 Rémi Denis-Courmontstream_Demux: memory leak
2012-08-21 Rémi Denis-Courmontstream_Demux: no need to block thread cancellation
2012-08-21 Rémi Denis-Courmontstream_Demux: destroy the demux from the thread
2012-08-21 Rémi Denis-Courmontstream_Demux: allocating an empty block is legal, do...
2012-08-21 Rémi Denis-Courmontstream_Demux: remove unsafe pointer access
2012-08-20 Rémi Denis-Courmontvlc_path2uri(): rename from make_URI() and always conve...
2012-07-14 Rémi Denis-Courmontinput: do not use native language spelling in language...
2012-07-14 Rémi Denis-Courmontinput: small simplification
2012-07-14 Rémi Denis-Courmontinput: show elementary stream language in current user...
2012-06-27 Rémi Denis-Courmontinput: do not override subtitles encoding if BOM is...
2012-06-27 Rémi Denis-Courmontinput: remove BOM skipping hack
2012-06-02 Rémi Denis-Courmontdecoder: remove broken pause assertion (fix #6566)
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-05-22 Rémi Denis-CourmontReplace remaining call sites of aout_BufferFree()
2012-05-18 Pierre Ynardvlm: use vlc_object_alive()
2012-05-18 Pierre YnardRevert "VLM: remove dummy vlc_object_kill()"
2012-05-13 Rémi Denis-Courmontinput: private input item reference count
2012-05-13 Rémi Denis-Courmontinput: convert item id to new atomic interface
2012-05-13 Rémi Denis-Courmontinput: prepare private data ("owner") structure for...
2012-05-13 Rémi Denis-Courmontinput: count references directly
2012-05-10 Rémi Denis-CourmontAdd SNR and signal level for access_demux
2012-05-09 Rémi Denis-CourmontVLM: remove dummy vlc_object_kill()
2012-05-03 Rémi Denis-Courmontdecoder: work around race whereby pause kicks during...
2012-05-03 Rémi Denis-Courmontdecoder: demote incorrect warning
2012-05-03 Rémi Denis-Courmontdecoder: keep the lock around DecoderWaitDate() and...
2012-04-23 Rémi Denis-Courmontdecoder: cosmetic, balance mutex around a for-loop
2012-04-23 Rémi Denis-Courmontdecoder: simplify and avoid immediate unlock/lock pair
2012-04-23 Rémi Denis-Courmontdecoder: cosmetic change, do not special case flushing
2012-04-10 Hugo Beauzée-Luyssensubtitles: Cosmetics.
2012-04-10 Hugo Beauzée-Luyssensubtitles: Do as stated in the doc.
2012-04-10 Hugo Beauzée-Luyssensubtitles: Remove unneeded clause
2012-04-10 Hugo Beauzée-Luyssensubtitles: Fix "any subtitle" detection.
2012-04-10 Hugo Beauzée-Luyssensubtitles: Remove unneeded clauses.
2012-04-10 Hugo Beauzée-Luyssensubtitles: Fix subtitles detection.
2012-04-02 Jean-Baptiste KempfFix other subtitle pathes autodetection
2012-03-11 Rémi Denis-Courmontdecoder: stricter assertion
2012-03-11 Rémi Denis-Courmontdecoder: pause aout at creation in corner case (fix...
2012-03-06 Rémi Denis-Courmontaudio output must be reset if the format or channels...
2012-03-05 Rafaël CarréDecoderFixTs: deindent, cosmetics
2012-03-05 Rafaël Carréinput_EsOutNew: use calloc
2012-03-05 Rafaël Carrées_out.c: use c99 for
2012-03-05 Rafaël CarréEsOutControlLocked: align case on same level than switch
2012-03-03 Rémi Denis-CourmontRemove useless case
2012-02-29 Rafaël Carrédecoder synchro: cosmetics
2012-02-28 Rémi Denis-CourmontRevert "Fixing HLS on win32"
2012-02-27 Sébastien Escudierdereference p_libvlc->p_vlm after the media clean up
2012-02-26 Hugo Beauzée-LuyssenFixing HLS on win32
2012-02-05 Frédéric Yhuelsrc/input/stream.c: improve documentation somewhat
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <sys/stat.h>
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2012-01-17 Laurent AimarRemoved now useless teletext hacks in the core.
2012-01-10 Laurent AimarAdded decoder_t::i_extra_picture_buffers field.
2012-01-07 Laurent AimarAdded stream_BlockRemaining() helper.
2011-12-19 Tobias GüntnerFix assertions
2011-12-19 Cheng SunFix stack overflow in ExecuteCommand
2011-12-15 Pere Orgafix filename self-references
2011-12-11 Laurent AimarRemoved now useless(invalid) muli-volume rar concatenat...
2011-12-04 Rafaël Carrévout_new_buffer: fix signed / unsigned comparison
2011-11-29 Rémi Denis-CourmontMove stats.c to input/
2011-11-29 Rémi Denis-CourmontConvert rate stats to integer and remove useless float...
2011-11-29 Rémi Denis-CourmontHard-code stats update interval
2011-11-29 Rémi Denis-CourmontRemove redundant object parameter to stats functions
2011-11-29 Rémi Denis-CourmontRemove write-only timer statistics
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-22 Rémi Denis-CourmontRemove unused variable
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-11-11 Rémi Duraffortdecoder: fix warning
2011-11-08 Ludovic Fauvetinput: fix a crash when loading an invalid mrl
2011-11-03 Laurent AimarWorkaround for video size incompatible with the colorspace.
2011-10-25 Laurent AimarDeprecated native real demuxer in favor to avformat.
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-10-11 Stephan KrempelPreserve offsets set by demuxer
next