]> git.sesse.net Git - vlc/history - src/input
test code fix
[vlc] / src / input /
2008-04-16 Rafaël CarréFix metadata reading
2008-04-15 Pierre d'Herbemontinput: Set a timer for input launching.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontinput: Split Init() into multiple subfunctions to try...
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-08 Filippo Caronedecref the correct value in vlm_ControlMediaDel
2008-03-31 Pierre d'Herbemontinput: SoutKeep() needs to pay attention to the cases...
2008-03-31 Pierre d'Herbemontinput: Don't assume the playlist always exists.
2008-03-30 Pierre d'Herbemontinput: Remove input_ItemClean and input_ItemInit from...
2008-03-30 Pierre d'Herbemontvlm: Only use gc enabled input item. (input_ItemClean...
2008-03-30 Pierre d'Herbemontinput: Allow NULL item name.
2008-03-30 Rafaël CarréDon't yield the playlist object when it's dead already
2008-03-30 Pierre d'Herbemontstream: No use to vlc_object_yield() and object that...
2008-03-29 Pierre d'Herbemontinput: retain the input item.
2008-03-29 Pierre d'Herbemontstats: Move the stat to libvlc instead of the playlist...
2008-03-29 Rémi Denis-CourmontInput and playlist: use custom object
2008-03-29 Pierre d'Herbemontes_out: is not a vlc_object_t.
2008-03-29 Pierre d'Herbemontes_out: Put a msg_Dbg in input_EsOutDelete.
2008-03-29 Rémi Denis-CourmontFix size of VOD objects
2008-03-29 Rémi Denis-CourmontCreate VLM as a custom object
2008-03-29 Rémi Denis-CourmontMissing #include
2008-03-29 Rémi Denis-CourmontRemove META_ENGINE object type
2008-03-29 Rémi Denis-CourmontRemove VOD object type - not actually needed
2008-03-29 Pierre d'Herbemontstream: Do not yield and then release. It is unuseful...
2008-03-28 Pierre d'Herbemontinput: No need to call detach() prior to release()...
2008-03-28 Pierre d'Herbemontinput: Remove a comment that no one seems to understand.
2008-03-28 Pierre d'Herbemontinput: Make sure stat info are created before attaching...
2008-03-26 Pierre d'Herbemontvlm: No need to vlc_object_kill() nor vlc_thread_join...
2008-03-26 Pierre d'Herbemontlibvlc: Move input_item array from playlist to libvlc.
2008-03-23 Pierre d'Herbemontinput: Remove input_DestroyThread() as it is now handle...
2008-03-19 Rémi Denis-CourmontFactorize the localtime_r replacement
2008-03-19 Pierre d'Herbemontvlm: Don't automatically detach in vlm_Delete if not...
2008-03-19 Pierre d'Herbemontvlm: Fix destruction by using correctly using refcounting.
2008-03-18 Pierre d'Herbemontinput: Get rid of Destroy(), and move sout keeping...
2008-03-18 Pierre d'Herbemontinput: Use a Destructor to delete critical resources...
2008-03-17 Rémi Denis-CourmontPass trust flag to var_OptionParse
2008-03-17 Rémi Denis-CourmontFix return value
2008-03-17 Rémi Denis-CourmontRetain certain flags from input_ItemAddOpt
2008-03-17 Rémi Denis-CourmontCode factorization: use input_ItemAddOption
2008-03-17 Rémi Denis-CourmontVLM: use input_ItemAddOption
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-17 Rémi Denis-CourmontProvide the trust value to var_OptionParse
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-03-04 Rémi Denis-Courmontaccess2_New code factorizaton
2008-03-04 Rémi Denis-Courmontaccess2_New really does not need to know about preparsing.
2008-03-04 Rémi Denis-CourmontRemove useless NULLity checks
2008-03-04 Rémi Denis-CourmontPreparsing only works with file:// - only try files.
2008-03-04 Rémi Denis-CourmontRemove access2 non splitted fallback. "://" cannot...
2008-03-03 Pierre d'Herbemontsrc/input/decoder.c: More unused args fix.
2008-02-29 Pierre d'Herbemontinput/input.c: Misformatted if statement fix. Could...
2008-02-27 Rafaël Carréfix #1404
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-21 Rémi Denis-CourmontAdd flags when adding an input item option
2008-02-21 Rémi Denis-CourmontUnexport var_OptionParse
2008-02-13 Ilkka Ollakkaadd rate-change variable in core to inform when rate...
2008-02-10 Rémi Denis-CourmontCleanup MRL parsing as agreed half a year ago.
2008-02-03 Rémi Denis-CourmontWe don't check for limits.h, so don't use HAVE_LIMITS_H
2008-02-02 Laurent Aimar Fixed seeking at the exact stream end in block mode.
2008-01-31 Jean-Baptiste KempfQuick compile fix for Windows, I don't think we need...
2008-01-29 Rafaël Carrévlm: kludge to avoid well-handled NULL format string...
2008-01-29 Rafaël CarréEsIsSelected() input_ClockSetRate() input_ClockInit...
2008-01-29 Rafaël Carréinput_CurrentMetaFlags() takes a const parameter
2008-01-29 Rafaël CarréMRLSplit(): removes unused parameter
2008-01-28 Rafaël Carréaout_DecNewBuffer: remove unused parameter
2008-01-27 Rémi Denis-CourmontFix VLM compilation with --disable-vlm - fixes #1431
2008-01-27 Rafaël Carrémissing header
2008-01-25 Rafaël Carréfix segfault
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-24 Rafaël Carré* input/stream.c: checks memory allocation, patch by...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-18 Pierre d'Herbemontinput/meta.c: Don't re-run the art finder if the art...
2008-01-07 Pierre d'Herbemontsrc/input.c: Define and set the "can-pause" variable.
2008-01-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2008-01-01 Pierre d'Herbemontinput/item.c: Move SetMeta into a non static exported...
2007-12-26 Rémi Denis-CourmontMove a few large inlines out of include/
2007-12-26 Rémi Denis-CourmontCode factorization
2007-12-16 Jean-Paul Samanremove excess whitespace
2007-12-11 Laurent AimarUpdate to use DEMUX_CAN_CONTROL_RATE/DEMUX_SET_RATE...
2007-12-11 Laurent AimarDo not use p_input->p->i_rate directly (no functionnali...
2007-12-11 Laurent AimarIntroduce DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE...
2007-12-06 Jean-Paul SamanCodingStyle fixes, use ; when using macros and do not...
2007-12-06 Jean-Paul SamanDon't call input_ChangeState() constantly while being...
2007-11-29 Rémi Denis-CourmontTypo
2007-11-21 Christophe Massiot * sec/input/es_out.c: Add suport for keyword 'any...
2007-11-18 Christophe MutricyOops remove debug
2007-11-18 Christophe MutricyDon't leak memory
2007-11-18 Dennis van Amerongen* src/input/clock.c: Feed synchro with new ref. point...
2007-11-17 Christophe Mutricywhen retrying set the demux to "" for real. refs #1228
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-11-01 Rémi Denis-Courmontvlm: Use RT rather than monotonic clock - fixes #1288
2007-10-26 Jean-Paul SamanFix potential memleaks in src/input/vlm.c
2007-10-21 Christophe MutricyFix compilation on win
2007-10-21 Laurent AimarIncrease rate/speed control granularity.
2007-10-20 Rafaël Carréinput: avoids double mutex locking
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-10-18 Laurent AimarFixed closed captions channel >= 2
2007-10-17 Laurent Aimar Added closed captions decoding/extracting from ES...
2007-10-16 Rafaël Carréfix [22632]: check psz_arturl before using it
next