aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* demuxer_seek_chapter() returns informations about chapters count and nameGravatar nicodvb2006-08-21
* implemented STREAM_CTRL_GET_NUM_CHAPTERSGravatar nicodvb2006-08-21
* implemented STREAM_CTRL_GET_NUM_CHAPTERSGravatar nicodvb2006-08-21
* added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the s...Gravatar nicodvb2006-08-21
* Add public functions for removal of styles and events.Gravatar eugeni2006-08-21
* cosmetics: Fix indentation after last commit.Gravatar diego2006-08-21
* Properly disable tests that depend on X.Gravatar diego2006-08-21
* Ignore generated test binaries.Gravatar diego2006-08-21
* Allow to compile swscale testsGravatar lucabe2006-08-21
* Remove superfluous variable settings.Gravatar diego2006-08-21
* fix null pointer check in add_subtitles,Gravatar gpoirier2006-08-21
* cosmetics: indentation fix after last commitGravatar diego2006-08-21
* Remove duplicate check for $_faad_external = auto.Gravatar diego2006-08-21
* Only run the check for external FAAD if internal FAAD is not used.Gravatar diego2006-08-21
* missing header for struct timevalGravatar rfelker2006-08-20
* Get rid of useless vf->priv castsGravatar reimar2006-08-20
* Fix stray newline that should only be printed in verbose mode.Gravatar diego2006-08-20
* Fix audio stream selection in Gtk GUIGravatar gpoirier2006-08-20
* Avoid crash if initialization failed.Gravatar reimar2006-08-20
* Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at ge...Gravatar reimar2006-08-20
* disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-Gravatar nicodvb2006-08-20
* help_mp-hu.h synced with r19462Gravatar Gabrov2006-08-20
* The X11 header check looks in $_extra_inc that contains directories in theGravatar diego2006-08-20
* Ouch, I mistakenly overwrote the contents from this file with a non-workingGravatar diego2006-08-19
* corrected _very_ misleading commentGravatar nicodvb2006-08-19
* implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)Gravatar nicodvb2006-08-19
* removed #if-0 code that dereferenced dvdnav_t's internal members, violating ...Gravatar nicodvb2006-08-19
* 10l: misplaced brace in a switchGravatar nicodvb2006-08-19
* Fix xv and xinerama force on --enable-*Gravatar iive2006-08-19
* Partial sync with message removal from DVD information output change.Gravatar diego2006-08-19
* Print DVD audio channel and subtitle track information in non-verbose mode,Gravatar diego2006-08-19
* trailing whitespace cosmeticsGravatar diego2006-08-19
* Vorbis speedup, Windows GUIGravatar diego2006-08-19
* help_mp-hu.h & xml/hu/ports.xml synced with r19449Gravatar Gabrov2006-08-19
* seeking in dvdnav://Gravatar nicodvb2006-08-19
* implemented seeking to chapterGravatar nicodvb2006-08-19
* sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1Gravatar nicodvb2006-08-19
* seeking by chapters in dvd://Gravatar nicodvb2006-08-18
* support for seeking to chapter and getting current playing chapterGravatar nicodvb2006-08-18
* clarification in a commentGravatar nicodvb2006-08-18
* support relative seeking in the stream-driven caseGravatar nicodvb2006-08-18
* new stream_ctrl to get currently playing chapter (needed for stream-driven re...Gravatar nicodvb2006-08-18
* seek to chapter using newly introduced demux_seek_chapter()Gravatar nicodvb2006-08-18
* added first revision of demuxer_seek_chapter()Gravatar nicodvb2006-08-18
* new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcdGravatar nicodvb2006-08-18
* Some more consistency for the conditions under which tests are run.Gravatar diego2006-08-18
* Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"Gravatar diego2006-08-18
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* Fix seeking in matroska files when timecodes do not start from zero.Gravatar eugeni2006-08-18
* replace echo with printf; fixes compilation when shell is dash andGravatar corey2006-08-18