aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add comments to some #endif directives.Gravatar diego2007-12-31
* Remove superfluous README file, its content is in the Copyright file.Gravatar diego2007-12-31
* Comment out the correct #endif directive.Gravatar diego2007-12-31
* Relicense files marked as GPL v2 to GPL v2 or later.Gravatar diego2007-12-31
* Fix typo in multiple inclusion guard comment.Gravatar diego2007-12-31
* Relicense GPL v2 files as GPL v2+ and add proper license headers.Gravatar diego2007-12-31
* Default use the dir where the current playing file located if path not set.Gravatar ulion2007-12-31
* Relicense files written by Nick Kurshev and marked as "GPL v2" toGravatar diego2007-12-30
* Add proper license header.Gravatar diego2007-12-30
* Add missing #include, fixes the warning:Gravatar diego2007-12-30
* Remove unused variable, fixes the warning:Gravatar diego2007-12-30
* Remove redundant extern declarations, fixes the warnings:Gravatar diego2007-12-30
* sync w/r25529, patch by JRaSH: jrash06 A 163 P comGravatar gpoirier2007-12-30
* Remove unused static variables, fixes the warnings:Gravatar diego2007-12-30
* Remove unused variables, fixes the warnings:Gravatar diego2007-12-30
* Disable unused code, fixes the warning:Gravatar diego2007-12-30
* Add missing #include for vo_draw_text.Gravatar diego2007-12-30
* Do not duplicate MJpegContext struct, #include the proper header instead.Gravatar diego2007-12-30
* Add missing #include, fixes the warning:Gravatar diego2007-12-30
* typoGravatar diego2007-12-30
* Improve comments for ass_process_* functions.Gravatar eugeni2007-12-30
* Return from ass_start_frame immediately if the track is empty.Gravatar eugeni2007-12-30
* synced with r25539Gravatar Gabrov2007-12-29
* Use proper length specifiers in mp_msg calls, fixes the warnings:Gravatar diego2007-12-28
* Fix warnings when compiling test application.Gravatar diego2007-12-28
* Fix update_subtitles() checking subtitle type for the wrong track.Gravatar eugeni2007-12-28
* synced with r25455Gravatar ptt2007-12-28
* Add detection of *lrint* and round* functions to configure.Gravatar eugeni2007-12-28
* Make windres binary name configurable, useful for cross-compiling.Gravatar diego2007-12-28
* Remove redundant option 'auto-close' from cmdlist and filesel.Gravatar ulion2007-12-28
* typo in preprocessor conditionGravatar diego2007-12-27
* Remove unused static variable pass, fixes the warning:Gravatar diego2007-12-27
* From now on, libmenu does not steal all input keys from input modules.Gravatar ulion2007-12-26
* Support ?(!NAME:TEXT) format for expanding string by property.Gravatar ulion2007-12-26
* Add a missing free of the avctxGravatar reimar2007-12-25
* Use '-' instead of '_' in option name.Gravatar ulion2007-12-25
* Remove useless scope.Gravatar ulion2007-12-25
* Change the default osd menu command for AR_MENU in comment of input.conf.Gravatar ulion2007-12-25
* Simplify the condition code.Gravatar ulion2007-12-25
* Add some const/static qualifiers as appropriateGravatar reimar2007-12-24
* Use realloc_struct in more places for consistencyGravatar reimar2007-12-24
* Get rid of some of the more excessive () and casts.Gravatar reimar2007-12-24
* pci_db2c.awk creates more than just two .c files, add the rest to the rule.Gravatar diego2007-12-24
* Skip unnecessary (debug) output; obey the rule of silence.Gravatar diego2007-12-24
* Make sure we have an rtsp sessionGravatar lu_zero2007-12-24
* typo: begining --> beginningGravatar diego2007-12-23
* Replace LOAD_LE32 etc. by AV_RL32 etc.Gravatar reimar2007-12-23
* Add a read_varlen function to reduce some code duplicationGravatar reimar2007-12-23
* Fix compilation of liba52/test.c testing and benchmarking application.Gravatar iive2007-12-23
* Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviourGravatar reimar2007-12-22