]> git.sesse.net Git - vlc/history - src/input
filter: simplify filter owner usage
[vlc] / src / input /
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
2011-10-07 Laurent AimarFixed reseting audio/spu delay to 0.
2011-10-02 Jean-Baptiste KempfVLM: better debugging message
2011-09-25 Rémi Denis-CourmontUse hash instead of arobas for seekpoint (fix #5022)
2011-09-25 Rémi Denis-CourmontSimplify parsing of title/chapter in MRL
2011-09-25 Rémi Denis-CourmontPrivatize input_SplitMRL()
2011-09-08 Rafaël Carrédecoder: process the last block when closing
2011-09-05 Rémi Denis-CourmontFix warning
2011-09-05 Laurent AimarDisplay the decoded video format in the "Media informat...
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-08-25 Rémi Denis-CourmontRemove unused/unusable decoder_DeleteAudioBuffer()
2011-08-25 Rémi Denis-CourmontRemove write-only block_t.i_rate
2011-08-24 Jean-Baptiste KempfRemove tabs in source code
2011-08-10 Rémi Denis-Courmontdecoder: flush aout at end
2011-08-10 Rémi Denis-Courmontaout: introduce aout_Destroy()
2011-08-06 Rémi Denis-Courmontaout: hide "input" from decoder
2011-08-06 Rémi Denis-Courmontaout_DecNew: constify
2011-07-29 Rafaël Carrécosmetics: fix indentation (2 spaces -> 4 spaces)
2011-07-25 Benjamin DrungFix typo 'allows to do' -> 'allows doing'
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-07-20 Francois Cartegnieinput_control: i_title_offset was not the current title
2011-07-18 Luc SaillardSkip all id3tag in the demuxer, not just the first...
2011-07-13 Rémi Duraffortfix calloc usage.
2011-07-12 Rémi Denis-CourmontRemove unused INPUT_ADD_OPTION
2011-07-12 Felix Paul Kühnevlc input control: fixed execution on Mac OS
2011-07-11 Francois Cartegnievlc input control: add INPUT_GET_TITLE_INFO
2011-07-11 Rémi Denis-CourmontUpdate input item type guesses
2011-07-11 Rémi Denis-CourmontRemove __ prefix in *New() core functions
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_INPUT type
2011-07-11 Rémi Denis-Courmontstream: re-use existing input pointer for statistics
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_DECODER type
2011-07-11 Rémi Denis-CourmontDo not check vlc_object_alive() on decoders
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_VOUT
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_AOUT
next