aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* sync w/r25657Gravatar gpoirier2008-01-09
* Codecdata must always be malloc'd, fixes free being called with anGravatar reimar2008-01-09
* dumpstream is NOT a better way to copy a dvd titleGravatar compn2008-01-09
* dvd-device can specify iso files tooGravatar compn2008-01-09
* Set CONFIG_SWSCALER in order to avoid imgresampleGravatar uau2008-01-09
* Remove unnecessary <signal.h> includesGravatar uau2008-01-09
* Use getppid instead of getpid and move a snprintf to where it is actually nee...Gravatar reimar2008-01-08
* Simplify a needlessly complex use of snprintfGravatar reimar2008-01-08
* Do not use exit_player in the signal handler, this code just can notGravatar reimar2008-01-08
* Clear fonts when the file is closed.Gravatar eugeni2008-01-08
* Fix ass_clear_fonts not deallocating fontdata.Gravatar eugeni2008-01-08
* Fix illegal identifiers, names starting with __ are reserved for the system.Gravatar diego2008-01-08
* Fix illegal identifier, names starting with _ and uppercase are reserved.Gravatar diego2008-01-07
* Fix illegal identifier, names starting with _ and uppercase are reserved.Gravatar diego2008-01-07
* Fix #endif comment, sync with libdvdcss r208.Gravatar diego2008-01-07
* No need to reinvent strdup...Gravatar eugeni2008-01-07
* sync with r25158, patch by JRaSHGravatar kraymer2008-01-07
* Deallocate audio track codecdata.Gravatar eugeni2008-01-07
* Copy font data to ass_library instead of referencing demuxer-owned memory.Gravatar eugeni2008-01-07
* Set freetype flag in the font_desc_t when using a freetype font.Gravatar ulion2008-01-07
* Add heartbeat-cmd optionGravatar reimar2008-01-07
* Remove some now unused screensaver stuff code.Gravatar reimar2008-01-07
* Remove most of the messy screensaver code in favour of only XResetScreenSaverGravatar reimar2008-01-07
* Use a screensaver_off variable to save current state and avoidGravatar reimar2008-01-07
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06
* Make some functions in mplayer.c staticGravatar reimar2008-01-06
* Relicense to GPL v2 or later with Reimar's permission.Gravatar diego2008-01-06
* Whitespace-only cosmetics: get rid of tabsGravatar reimar2008-01-06
* Rename common.[ch], there are too many files by that name.Gravatar diego2008-01-06
* cosmetics: alphabetical orderGravatar diego2008-01-06
* Rename common.[ch] to gtk_common.[ch], there are too many files by that name.Gravatar diego2008-01-06
* Don't overread audio dataGravatar rtogni2008-01-06
* Don't dynamically allocate sub_packet_lengths[] in raac demuxing.Gravatar rtogni2008-01-06
* Do not pass timestamp to realvideo binary decoderGravatar rtogni2008-01-06
* Remove unused definition.Gravatar diego2008-01-06
* Remove changelog from file header, we have revision control for this.Gravatar diego2008-01-06
* cosmetics: Whitespace changes, add comments to some #endif directives.Gravatar diego2008-01-06
* Remove all test programs with 'make clean'.Gravatar diego2008-01-06
* /usr/lib/win32 --> /usr/local/lib/codecsGravatar diego2008-01-06
* Remove compilation command comments.Gravatar diego2008-01-06
* Ignore test programs.Gravatar diego2008-01-06
* Comment out non-existing mp_msg_set_level function to fix linking.Gravatar diego2008-01-06
* Fix compilation by replacing a broken macro with in-place code.Gravatar diego2008-01-06
* Fix compilation due to conflicting type declaration:Gravatar diego2008-01-06
* Add missing #include so that the header works standalone.Gravatar diego2008-01-06
* Add proper compilation rules for qtx/list and qtx/qtxload and remove sillyGravatar diego2008-01-06
* Get the dshow test program closer to linking.Gravatar diego2008-01-06
* Fix warnings:Gravatar diego2008-01-06
* Add missing #includes to fix compilation:Gravatar diego2008-01-06
* Allow overriding [Script Info] parameters with -ass-force-style option.Gravatar eugeni2008-01-05