aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_dvdnav.c
Commit message (Expand)AuthorAge
...
* Add routine to determine if audio has changed in dvdnav stream.Gravatar ben2008-06-07
* Save DVDNAV palette info.Gravatar ben2008-06-07
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadGravatar nicodvb2008-02-11
* factorize 2 testsGravatar ben2008-01-26
* add a new state flag to dvdnav in order to notify ifGravatar ben2008-01-26
* remove useless castsGravatar ben2008-01-26
* simplify by a one-linerGravatar ben2008-01-26
* remove the spu_set field, replaced by a flagGravatar ben2008-01-26
* this end brace was not correctly indentedGravatar ben2008-01-26
* automatically set spu button highlight when nav cell has changedGravatar ben2008-01-26
* Add support for dvdnav still frames playback.Gravatar ben2008-01-26
* array was defined for 6 elements while 7 were declaredGravatar ben2008-01-24
* type expected by dvdnav_get_title_string() is constGravatar ben2008-01-24
* remove some redundant declarationsGravatar ben2008-01-24
* Add new command to switch between dvdnav titlesGravatar ben2008-01-24
* stream_opts should be constGravatar reimar2008-01-13
* implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu Gravatar nicodvb2008-01-05
* include dvdnav.h from its installation directory rather than appendingGravatar nicodvb2008-01-01
* private structures belong to the C file using them, not to header files inclu...Gravatar nicodvb2008-01-01
* removed stupid checksGravatar nicodvb2007-12-08
* stream_opts arrays should be constGravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* at startup show audio and subtitle streams available in the chosen title with...Gravatar nicodvb2007-12-01
* -identify also shows the duration(s) of the title(s)Gravatar nicodvb2007-11-29
* cosmetics: moved identification code to a separate functionGravatar nicodvb2007-11-29
* when no title is chosen -identify all titles present in the dvdGravatar nicodvb2007-11-29
* with -identify show the title being describedGravatar nicodvb2007-11-29
* -identify chapters of chosen titleGravatar nicodvb2007-11-28
* report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+fiGravatar nicodvb2007-11-16
* removed forgotten and out of date commentGravatar nicodvb2007-11-14
* removed unneeded checks on MP_DVDNAV and DVDNAV_FORMAT_AC3 (we need and assum...Gravatar nicodvb2007-11-14
* Removed dead code related to stills.Gravatar nicodvb2007-09-15
* a mouse selection may require at least a video codec reinitGravatar nicodvb2007-09-01
* implemented STREAM_CTRL_GET_ASPECT_RATIOGravatar nicodvb2007-09-01
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* Removed uninitialized variable.Gravatar cehoyos2007-08-23
* cosmetics: removed commented code and small reindentationGravatar nicodvb2007-08-04
* removed unused variablesGravatar nicodvb2007-08-04
* More doxygen commentsGravatar reimar2007-07-29
* after a DVDNAV_VTS_CHANGE event report the title being playedGravatar nicodvb2007-04-22
* implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME - dvdna...Gravatar nicodvb2007-04-09
* simplified aid management in dvdnav_lang_from_aid(); patch by Joakim PatteGravatar nicodvb2006-12-15
* implemented dvdnav_lang_from_aid() to retrieve audio languageGravatar nicodvb2006-12-14
* added dvdnav_aid_from_lang() to support -alangGravatar nicodvb2006-12-14
* added function to return the language of the specified subtitle id. Patch byGravatar nicodvb2006-12-10
* export spu palette; part of a patch by Otvos AttilaGravatar nicodvb2006-12-09
* doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()Gravatar nicodvb2006-12-02
* cosmetical reformattingGravatar nicodvb2006-11-27
* feed the content of NAV_PACKET to the demuxerGravatar nicodvb2006-11-27
* keep nav highlight event in dvdnav priv structureGravatar ben2006-11-25