]> git.sesse.net Git - vlc/history - modules/access/dvdnav.c
dvdnav: fix memory leak.
[vlc] / modules / access / dvdnav.c
2010-08-09 Rémi Duraffortdvdnav: fix memory leak.
2010-08-08 Rémi Denis-Courmontdvdnav: ps_pkt_size() requires at least 6 bytes (fixes...
2010-07-08 Ilkka Ollakkadvdnav: don't decode_URI for psz_file
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-05-24 Laurent AimarUsed dvdnav_get_video_resolution to fix the AR of some...
2010-05-16 Laurent AimarFlush the video track even on dvd menus not using DVDNA...
2010-05-11 Ilkka Ollakkadvdnav: use decoded path
2010-04-15 Rémi Denis-Courmontdvdnav: fully fix the still image assertion
2010-03-13 Rémi Denis-CourmontFix a warning
2010-02-21 Laurent AimarFixed an assert with still frame in dvdnav.
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-28 Rémi Denis-Courmontaccess/access_demux: check psz_access rather than b_force
2010-01-16 Rémi Denis-CourmontAccess: remove special case for "-" (standard input)
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-10-19 Marian Ďurkovičdvdnav: Remove trailing backslash on Win32
2009-10-10 Rémi DuraffortUse var_Get* when applicable.
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-08-15 Rémi Denis-CourmontRemove dummy utf8_open() mode parameter in absence...
2009-08-02 Rémi Denis-CourmontCleanup vlc_timer_* prototypes
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-14 JP DingerRefactor a bit in dvdnav.c
2009-07-13 Laurent AimarFixed typo.
2009-07-13 Laurent AimarFixed a segfault after iso639_lang_t p_languages API...
2009-07-07 Rémi DuraffortFactorize.
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-09 Rémi Denis-CourmontCleanup
2009-06-03 Rémi Denis-CourmontRemove useless timer parameter
2009-06-02 Rémi Denis-Courmontdvdnav: fulfill the self-realizing prophecy^W^W^Wuse...
2009-04-04 Rémi Denis-Courmontdvdnav: condition variable for still image handling
2009-04-04 Rémi Denis-Courmontdvdnav: mouse events bypass the event thread
2009-04-04 Rémi Denis-Courmontdvdnav: find vout through interface events instead...
2009-04-04 Rémi Denis-Courmontdvdnav: key presses bypass event thread
2009-04-04 Rémi Denis-CourmontRemove write-only variable
2009-04-04 Rémi Denis-Courmontdvdnav: move event thread initialization
2009-03-15 Rémi Denis-Courmontdvdnav: don't probe stdin (this just removes a silly...
2009-03-11 Laurent AimarFixed some DVD menus.
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-02-15 Laurent AimarDo not block (non interruptible) in dvdnav on fifo.
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-24 Jean-Baptiste Kempfs/Disk/Disc for Digital Versatile Disc
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-16 Laurent AimarFixed an invalid use of p_input->i_pts_delay.
2009-01-11 Rémi Denis-Courmontdvdnav: also probe file:// (fixes #2131)
2009-01-11 Rémi Denis-Courmontdvdnav: trivially avoid duplicate file path lookup
2009-01-11 Rémi Denis-Courmontdvdnav: cosmetic simplification
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-20 Laurent AimarFixed audio/spu language selection when none specified...
2008-09-05 Laurent AimarUse sub-language as DVD menu (close #1994)
2008-09-02 Laurent AimarImproved a bit still frame support.
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-27 Laurent AimarJump to first title on menu error (workaround #1809)
2008-08-27 Laurent AimarFixed AR setting for dvdsimple, support AR for dvdnav.
2008-08-27 Laurent AimarCosmetic.
2008-08-21 Derk-Jan Hartmandvdnav: switch to the activated color sooner
2008-08-21 Laurent AimarSend an end of sequence after a still frame.
2008-08-14 Rémi DuraffortFix compilation warnings (here the lib might have ask...
2008-08-14 Rémi DuraffortFix warning about unused variables.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-07-24 Laurent AimarCheck for dvdnav_get_highlight_area error.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-14 Jean-Baptiste KempfRemove unused variables.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-30 Rémi Denis-CourmontDisc reading libs want ANSI rather than UTF-8 paths...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-27 Rémi Denis-Courmontdvdnav: use key-action
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-06-07 Laurent AimarDo not use dvdnav_get_video_aspect (No idea of its...
2007-05-27 Laurent AimarFixed compilation warnings.
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2006-12-11 Derk-Jan Hartman* Some more const warning fixes
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-22 Rémi Denis-CourmontMove encoding and language stuff to their own directory
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-07-19 Clément StenacSome more demux and access code factorization
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2006-01-06 Damien Fouilleuldvdnav.patch: changed code that read DVD title to use...
2005-12-02 Damien Fouilleuldvdnav.c: replace %lld printf formating with I64Fd
2005-10-15 Jean-Paul SamanFix indentation
next