]> git.sesse.net Git - vlc/history - src/input/input.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / src / input / input.c
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-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-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-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-23 Pierre d'Herbemontinput: Remove input_DestroyThread() as it is now handle...
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-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 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-02-29 Pierre d'Herbemontinput/input.c: Misformatted if statement fix. Could...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
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-01-31 Jean-Baptiste KempfQuick compile fix for Windows, I don't think we need...
2008-01-29 Rafaël CarréMRLSplit(): removes unused parameter
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
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...
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-18 Christophe MutricyOops remove debug
2007-11-18 Christophe MutricyDon't leak memory
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-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-14 Laurent AimarRemoved meta-preparsed variable.
2007-10-08 Laurent Aimar Es out now takes care of settings the audio replay...
2007-10-03 Laurent AimarAdded a "meta-preparsed" input variable. A demuxer...
2007-10-02 Rafaël Carréinput: Removes useless "item-change" variable
2007-10-01 Laurent AimarClean up/Factorize.
2007-09-30 Laurent AimarAdded a INPUT_GET_VIDEO_FPS (get the fps of the main...
2007-09-29 Laurent AimarFixed segfault if more than 1 subtitle has been detecte...
2007-09-28 Rafaël CarréAdds an input option "meta-file" to be used by input...
2007-09-23 Rémi Denis-CourmontFix use-after-free when the input is still in use by...
2007-09-16 Christophe MutricyFree no longer needed after changes in getNonEmptyString
2007-09-16 Rémi Denis-CourmontSwitch the few var_GetString remains to var_GetNonEmpty...
2007-09-16 Rémi Denis-Courmonttypo
2007-09-16 Rémi Denis-CourmontMemory error handling
2007-09-16 Rémi Denis-CourmontSimplification / memory error handling
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-20 Rafaël CarréAdd comment/cosmetics
2007-08-20 Rafaël CarréGet input length from metadata if demuxer failed to...
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-17 Antoine CellerierAllow the '-' character in an access' name (fixes parsi...
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-13 Pierre d'Herbemontinclude/vlc_meta.h: Use the vlc_dictionary to store...
2007-06-24 Christophe MutricyTry with the full MRL if the access haven't successed...
2007-06-18 Antoine CellerierFix invalid free crash in bookmarks loading code report...
2007-06-17 Laurent AimarCall input_Control(INPUT_ADD_INFO) on extra meta data.
2007-06-13 Laurent AimarAdded --run-time option to specify how many second...
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-06-07 Laurent Aimarclock: clean up/simplify + remove 1/90000 reference.
2007-06-07 Rémi Denis-CourmontRevert [20459] and really fix (I hope)
2007-06-07 Laurent AimarFixed IsValidAccess...
2007-06-06 Rémi Denis-Courmont- Only allow letters, digits and slash in access/demux...
2007-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-30 Laurent Aimares_out: do not flush decoder fifo when unwanted (fix...
2007-05-29 Gildas Bazin* src/input/input.c: don't use input_EsOutDiscontinuity...
2007-05-25 Laurent AimarCompilation warning fix.
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-18 Antoine Cellerier* src/input/input.c: Remove the access and demux part...
2007-05-11 Antoine Cellerierinput.c: if available, use p_access->psz_path instead...
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-03-24 Laurent AimarFixed stat counter leaks on open failure.
2007-03-23 Laurent AimarExtended INPUT_DEL_INFO (Allow deleting a whole categor...
2007-03-07 Laurent AimarFixed sout leak on access error.
2007-03-02 Laurent AimarOn pause and rate change from normal rate, call input_E...
2007-02-28 Laurent AimarReworked/improved the way sout-keep works. (VLM sout...
2007-02-26 Laurent AimarForce VLM stream to not use sout-keep.
2007-02-22 Laurent AimarImprove input_Preparse clean up (memory leaks).
2007-02-21 Laurent AimarChanged input_DestroyThread to take care of detaching...
2007-02-12 Rafaël CarréFixes album art local discovery and preparsing for...
2007-01-05 Rémi Denis-CourmontFix preparsing and access plugin selection (oups)
2007-01-03 Rémi Denis-CourmontSame thing as previous commit.
2007-01-03 Rémi Denis-CourmontRemove the ugly insecure hack.
2006-12-22 Clément StenacAdd facilities to report and enrich error messages.
next