aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add matroska v2 (SimpleBlock) support.Gravatar eugeni2006-09-25
* cosmetic renames because pvr support will soon be less ivtv driver dependantGravatar ben2006-09-25
* sync up to rev.19134Gravatar ptt2006-09-25
* nit: Subversion revision numbers are referenced as r12345.Gravatar diego2006-09-25
* after a long time, finally i could add -endpos option to mplayer executable.Gravatar ptt2006-09-25
* sync'd up to rev.18570Gravatar ptt2006-09-25
* sync'd up to (yet) CVS rev.1.1289 thanks to translation by daniele forghieriGravatar ptt2006-09-25
* cosmeticsGravatar diego2006-09-24
* Also mention sysctl for adjusting RTC settings.Gravatar diego2006-09-24
* Update gcc section, some rewording.Gravatar diego2006-09-24
* Remove outdate, obsolete and inflammatory rants section.Gravatar diego2006-09-24
* Cosmetics: add some comments.Gravatar eugeni2006-09-24
* Shadow support in libass.Gravatar eugeni2006-09-24
* Remove version.h on distclean.Gravatar diego2006-09-24
* Remove copy and paste error from FFmpeg sync, MPlayer does not supportGravatar diego2006-09-24
* Free memory in ass_synth_done().Gravatar eugeni2006-09-24
* interpolate real fps of dvr-ms files using the extended stream properties.Gravatar nicodvb2006-09-24
* Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)Gravatar reimar2006-09-24
* Improve swscale-example to test conversions between all the possibleGravatar lucabe2006-09-24
* simplifications, any error from libnut is fatalGravatar ods152006-09-23
* sync to new libnutGravatar ods152006-09-23
* Reduce size of non-blurred bitmaps.Gravatar eugeni2006-09-23
* Cosmetics. Change indentation of block of code to make it consistent withGravatar eugeni2006-09-23
* Missing part of previous patch to demux_real.c (revision 19958)Gravatar reimar2006-09-23
* move video memory info printf before the WIN32 workaroundGravatar faust32006-09-23
* int->unsigned to avoid crash to sign extension, partially fixes bug #580Gravatar reimar2006-09-23
* Cosmetics and comments.Gravatar rik2006-09-23
* Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>Gravatar rik2006-09-23
* Update with more mime types.Gravatar diego2006-09-23
* Avoid buffer overflow: memory has do be allocated accordingly when overwritin...Gravatar reimar2006-09-23
* Do not assign constant string to audio_driver_list, it is supposedGravatar reimar2006-09-23
* Fix the sound mute switch in the GUI menu by moving the correspondingGravatar diego2006-09-23
* Fix audio stream switching with demux_mkv:Gravatar reimar2006-09-23
* verbosity--;Gravatar diego2006-09-23
* when changing chapter, in the osd print the channel number in a more natural ...Gravatar nicodvb2006-09-23
* Add forgotten emms which caused weird bugs like nan pts values.Gravatar reimar2006-09-23
* Better fix_outline implementation. No more "fix_outline failed" messages,Gravatar eugeni2006-09-23
* Fix width -> orig_width typo causing subtitles to be too far to the rightGravatar reimar2006-09-22
* Whitespace-only cosmeticsGravatar reimar2006-09-22
* Aggregate multiple small EOSD textures into one large since hundreds ofGravatar reimar2006-09-22
* Cosmetics: move curtex++ out of for () into code body, needed for coming patchGravatar reimar2006-09-22
* use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 0Gravatar reimar2006-09-22
* Make genEOSD behaviour with NULL data more explicitGravatar reimar2006-09-22
* Modify clearEOSD to make experimenting easierGravatar reimar2006-09-22
* remove useless zero-initialization code.Gravatar reimar2006-09-22
* Move calculation of text parameters (number of lines, height, etc.) fromGravatar eugeni2006-09-22
* Move variable declaration to a more deeply nested block. It is not used outsi...Gravatar eugeni2006-09-22
* Add missing conversion from IMGFMT_I420 to PIX_FMT_YUV420P.Gravatar corey2006-09-22
* synced to 14.9.2006Gravatar jheryan2006-09-22
* r19927: Fix typos noticed by Paul TT.Gravatar kraymer2006-09-22