]> git.sesse.net Git - vlc/history - modules/access/dvdnav.c
dvdnav: add Demux submodule
[vlc] / modules / access / dvdnav.c
2015-03-25 Thomas Guillemdvdnav: add Demux submodule
2014-11-13 KO Myung-Hundvdnav: fix compilation on OS/2
2014-11-01 Jean-Baptiste KempfDVDnav: remove unused includes
2014-08-10 Jean-Baptiste KempfPS: pass an extra block_t parameter to ps_track_fill
2014-08-09 Jean-Baptiste KempfDVDnav: kill a warning on read return
2014-04-09 Jean-Baptiste Kempfdvdnav: prepare a warning for ARCCOS-protected DVDs
2014-03-09 Francois Cartegniedemux: dvdnav: always update chapter variable after...
2014-03-04 Jean-Baptiste KempfDVDnav: require 4.2.1
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2013-12-15 Rémi Duraffortaccess_dvd: fix sizeof mismatch
2013-08-16 Petri HintukainenAdded an option for DVD/BluRay menu language
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-02-01 Rémi Denis-Courmontdvdnav: implement navigation controls, remove key-actio...
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-27 Rémi Denis-Courmontdvdnav: check ISO 9660 volume descriptor unique identifier
2012-08-07 Jean-Baptiste KempfDVDnav: correctly update the title
2012-07-14 Rémi Denis-Courmontinput: do not use native language spelling in language...
2012-03-28 Jean-Baptiste KempfDVDnav: some .iso files are wrongly named bin or nrg
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <sys/stat.h>
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <fcntl.h>
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2011-12-21 KO Myung-HunDo not use libdvdnav's read ahead cache on OS/2.
2011-12-10 Laurent AimarFixed potential NULL deference in dvdnav plugin.
2011-12-09 Francois Cartegniedemux: dvdnav: add chapters seekpoints timings
2011-09-16 Jean-Baptiste KempfAccept mdf and dvd as extension for DVD iso
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-07-25 Jean-Baptiste KempfDVDnav: remove unused variable
2011-07-21 Rémi Denis-CourmontConvert highlight to global mutex
2011-06-18 Rémi Denis-Courmontdvdnav: also white-list *.img files (fixes #4951)
2011-05-08 Rémi Denis-Courmontdvdnav: only try to regular files matching *.iso (fix...
2011-05-08 Rémi Denis-Courmontdvdnav: skip probing if forced and do not accept "file://"
2011-05-07 Felix Paul Kühnedvdnav: compilation fix
2011-05-07 Rémi Denis-Courmontdvdnav: cleanup probing
2011-05-07 Rémi Denis-Courmontdvdnav: remove useless parameter
2011-04-23 Jean-Baptiste KempfDVDNAV: trivial simplification
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2010-12-03 Rémi Duraffortdvdnav: use the right type of the vout object.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-10 Rémi Denis-Courmontdvdnav: fix potential buffer read overflow
2010-10-10 Rémi Denis-Courmontdvdnav: no need to check for 6 bytes before ps_pkt_size...
2010-10-08 Rémi Denis-Courmontdvdnav: clean up, fix error message and probing encodin...
2010-08-11 Laurent AimarExport title length in dvdnav access_demux.
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.
next