]> git.sesse.net Git - vlc/history - src/input
Add --enable-run-as-root option to configure.
[vlc] / src / input /
2008-09-19 Rémi Denis-CourmontGC: thread-safety, and offset independence
2008-09-18 Laurent AimarFixed subtitle flush to not flush on pause.
2008-09-18 Rémi Denis-CourmontUse stat properly (you don't want to open directories...
2008-09-18 Laurent AimarFixed broken input_AddSubtitles.
2008-09-18 Laurent AimarFlush subtitle on seek.
2008-09-18 Laurent AimarReset input slave eof flag on seek.
2008-09-14 Rémi Denis-CourmontFetcher: use nornal thread API
2008-09-14 Rémi Denis-CourmontPlaylist: put private data after public data
2008-09-13 Laurent AimarAdded a subtitle properties to subpicture.
2008-09-13 Laurent AimarAdded demux_Packetizer* helpers.
2008-09-11 Antoine CellerierAllow use of inputs without DEMUX_GET/SET_*TIME in...
2008-09-08 Laurent AimarAutomatically set --input-list when .001 .002 ... files...
2008-09-08 Laurent AimarFixed input-list support.
2008-09-08 Geoffroy CouprieWinCE: header inclusion fixes
2008-09-08 Rémi Denis-CourmontRemove dummy usage of vlc_thread_ready()
2008-09-07 Laurent AimarThe msleep in stream.c is useless as access MUST wait...
2008-09-07 Laurent AimarDo not msleep to wait for a die order.
2008-09-07 Laurent AimarRemoved the need to msleep to handle input pause.
2008-09-07 Laurent AimarReduced a bit intf and statistics updates.
2008-09-07 Laurent AimarCosmetics (split MainLoop in smaller functions).
2008-09-07 Laurent AimarDo not uselessly duplicated code (input)
2008-09-07 Laurent AimarFirst teletext track is prefered (usually main page).
2008-09-06 Laurent AimarDo not set object b_eof/b_error after sending the event.
2008-09-06 Laurent AimarAdd missing vlc_restorecancel in input.
2008-09-05 Laurent AimarAdded "intf-change-vout" variable to warn about vout...
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-09-02 Derk-Jan Hartmansubtitle detection: Add support for pbs, dks, mpsub...
2008-09-02 Derk-Jan Hartmansubtitle detection: add support for auto-detecting...
2008-09-01 Laurent AimarFixed decoder picture leak detection code.
2008-09-01 Rafaël CarréVLM: be sure the input thread has terminated
2008-08-31 Rémi Denis-CourmontSimplifications
2008-08-31 Rémi Denis-CourmontRemove UTF-32 hacks from stream.
2008-08-31 Rémi Denis-Courmontmemset outside of lock
2008-08-31 Pierre d'Herbemontplaylist: Fetcher and parser are playlist private.
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-28 Laurent AimarAdded a INPUT_CONTROL_RESTART_ES and use it in video_ou...
2008-08-28 Laurent AimarEnable input recording for access_demux too.
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-27 Laurent AimarCosmetics (Fixed mix up between 0 and NULL).
2008-08-27 Antoine CellerierAlso use the input name in the recording file name...
2008-08-26 Laurent AimarImproved record behaviour when sout is disabled.
2008-08-26 Laurent AimarCompilation fix when using --disable-sout.
2008-08-26 Laurent AimarAdded recording on the fly through sout.
2008-08-26 Laurent AimarDo not access to internal p_input sout in input_DecoderNew.
2008-08-26 Laurent AimarFixed record stream in case of stream_Read(NULL) and...
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-25 Rémi Denis-CourmontVLM: cleanup VLM threading
2008-08-25 Felix Paul KühneMinor spelling mistakes pointed by P.K2
2008-08-24 Rémi Denis-CourmontWork around^W^WFix VLM multiple thread join (closes...
2008-08-23 Laurent AimarProperly handle input state in InputSourceInit.
2008-08-23 Laurent AimarRevert "Keep p_input->i_state when adding a subtitle...
2008-08-23 Antoine CellerierKeep p_input->i_state when adding a subtitle on the...
2008-08-22 Geoffroy CouprieAdd tree-view for SD only
2008-08-22 Laurent AimarExport input_SplitMRL helper.
2008-08-20 Eric PetitFixes bad error checking on read errors.
2008-08-17 Rémi Denis-CourmontVLM: join before destroy
2008-08-17 Rémi Denis-CourmontJoin the input thread before we destroy the input object
2008-08-17 Rémi Denis-CourmontSmall code factorization
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: de-static-inline a bunch of input_item...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-13 Rémi DuraffortRemove unneeded test.
2008-08-13 Rémi DuraffortFix compilation warnings and remove duplicated variables.
2008-08-13 Rémi Denis-Courmont*whistle* ladada
2008-08-13 Rémi DuraffortCheck asprintf return value and fix memleak.
2008-08-13 Rémi DuraffortSimplify code.
2008-08-13 Jean-Baptiste KempfCheck asprintf results.
2008-08-12 Pierre d'Herbemontinput: More strtol fix.
2008-08-12 Pierre d'Herbemontinput: Fix strtol usage.
2008-08-12 Pierre d'Herbemontinput: Fix asprintf usage.
2008-08-12 Pierre d'Herbemontvar: undef Windef.h CALLBACK as we use it here.
2008-08-12 Pierre d'Herbemontinput: Fix signed warnings about streams.
2008-08-12 Pierre d'Herbemontinput: Fix warnings.
2008-08-12 Pierre d'Herbemontinput: Remove a warning about an unused argument.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-08-03 Pierre d'Herbemontinput: Remove a tautology in input_item_SetPreparsed.
2008-08-01 Pierre d'Herbemontinput: Expose input_ItemHasErrorWhenReading.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Adrien MagloFix a memleak when using the --use-stream-immediate...
2008-07-31 Rémi DuraffortRemove memleak in input_ItemAddInfo (check correctly...
2008-07-30 Adrien MagloFix a segfault which orrured when you set a schedule...
2008-07-28 Laurent AimarCosmetics (Error is not used only on error)
2008-07-24 Laurent AimarFixed completely broken video filter 2 chain in vout...
2008-07-22 Rémi Denis-Courmontaccess_filter: memory leak
2008-07-15 Rémi DuraffortCheck asprintf return value and fix a potential memleak.
2008-07-14 Rémi DuraffortCheck asprintf return value and avoid potential segfault.
2008-07-14 Rémi DuraffortAvoid potential segfault and fix potential memleak.
2008-07-14 Rémi DuraffortFix a memory leak.
2008-07-13 Laurent AimarAdded input "teletext-es" variable to ease teletext...
2008-07-10 Laurent AimarFixed memory leak of 1 audio(video?) buffer when quitting.
2008-07-09 Pierre d'HerbemontRevert "dejidjei:"
2008-07-09 Pierre d'Herbemontdejidjei:
2008-07-08 Laurent AimarFixed segfault in case of title/chapters...
2008-07-08 Laurent AimarDo not vlc_object_kill on vout/aout and sout when stopp...
2008-07-06 Pierre d'Herbemontinput: Output a debug message at input creation/destruc...
2008-07-05 Rémi Denis-CourmontUnused variables
2008-07-05 Laurent AimarFixed input_StopThread by really killing all input...
2008-07-05 Laurent AimarFixed segfault on input_ItemDestroy by vlc_gc_init...
2008-07-03 Laurent AimarFixed AStreamSeekBlock. When skipping data, the positio...
next