aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Mark all stream_info_t as constGravatar reimar2007-12-02
* When IFO file is opened (detected by extension), set dvd-device to IFO file'sGravatar voroshil2007-12-02
* Make auto_open_streams array itself constGravatar reimar2007-12-02
* Add type info to menu_t, now we can get the menu name and the type name of menu.Gravatar ulion2007-12-02
* auto_open_streams should have const type, fix also the places where it is usedGravatar reimar2007-12-01
* Finally replace get_uint?? by AV_RL??Gravatar reimar2007-12-01
* Get rid of annoying, space-wasting sizeof(uint32_t)Gravatar reimar2007-12-01
* Bigendian fix for ogg in AVIGravatar reimar2007-12-01
* Use a loop instead of doing the same thing three timesGravatar reimar2007-12-01
* Use a pointer variable for extradata to simplify init_avi_with_oggGravatar reimar2007-12-01
* Set sh_video->format when parsing aviheader, otherwise it might neverGravatar reimar2007-12-01
* Remove some pointless castsGravatar reimar2007-12-01
* Create correct extradata for vorbis audio when used as avi sub-demuxerGravatar reimar2007-12-01
* Fix some typos in comments, grammar is still bad.Gravatar reimar2007-12-01
* Fix typos in comments to stop them hurting my eyesGravatar reimar2007-12-01
* at startup show audio and subtitle streams available in the chosen title with...Gravatar nicodvb2007-12-01
* Fix ao_null with float samplesGravatar uau2007-12-01
* ao_null: Make duration of "buffered" audio constantGravatar uau2007-12-01
* simplifyGravatar michael2007-11-30
* 10l for me. I should read my own comments just above it ;)Gravatar ivo2007-11-30
* less code for initializing default settingsGravatar ivo2007-11-30
* add test for deprecated and obsolete functionsGravatar ivo2007-11-30
* Make outburst and buffersize depend on channel count.Gravatar reimar2007-11-30
* 100l, bzero is deprecated, use memset insteadGravatar reimar2007-11-30
* this variable was nothing but a useless memleakGravatar ben2007-11-30
* this local variable can be staticGravatar ben2007-11-30
* Remove stray line that slipped through in last commit.Gravatar ulion2007-11-30
* Fix warnings:Gravatar ulion2007-11-30
* Comment some #endif directives.Gravatar diego2007-11-30
* Add support for Apple's yuv2 raw formatGravatar reimar2007-11-30
* Add the correct format substitutions to make the raw decodersGravatar reimar2007-11-30
* Support double buffering, fix osd flicker.Gravatar ulion2007-11-30
* Fix play window not get actived problem on Leopard.Gravatar ulion2007-11-30
* Ignore empty event.Gravatar ulion2007-11-29
* -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
* Proper license header.Gravatar ivo2007-11-29
* Remove redundant changelog from commentsGravatar ivo2007-11-29
* Proper license header.Gravatar ivo2007-11-29
* Remove redundant changelog comments. There's always svn log.Gravatar ivo2007-11-29
* Remove redundant changelog from comments. There's always svn log.Gravatar ivo2007-11-29
* Fix multiple inclusion guards, identifiers starting with __ are reservedGravatar diego2007-11-29
* Even when vobsub is forced, .ifo file is still not necessary,Gravatar ulion2007-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 shows chapters times when playing dvd streamsGravatar nicodvb2007-11-28
* -identify chapters of chosen titleGravatar nicodvb2007-11-28
* r24924: Add audio filter scaletempoGravatar voroshil2007-11-28
* r25011: a couple of tricks to improve playback resistance and usability of dv...Gravatar voroshil2007-11-28
* r25058: Add missed translatable string in my previous commitGravatar voroshil2007-11-28