aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* remove some unbreakable lines roff errors.Gravatar gpoirier2006-09-22
* better rounding for audio_delay_fix in muxer_avi.cGravatar ods152006-09-22
* sync up to (yet) CVS rev. 1.1260Gravatar ptt2006-09-22
* Try .mxf with libavformat first, works around a too greedy mpeg-demuxerGravatar reimar2006-09-22
* Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn'tGravatar reimar2006-09-22
* synced with r19927Gravatar gpoirier2006-09-22
* Fix typos noticed by Paul TT.Gravatar diego2006-09-22
* cosmeticsGravatar diego2006-09-22
* Cosmetics: fix indentation after last commit.Gravatar eugeni2006-09-21
* Fix FT_Stroker use in libass. The previous variant ended up with 0-widthGravatar eugeni2006-09-21
* In r19831, font size multiplier was mistakenly applied to border width.Gravatar eugeni2006-09-21
* Add conversion from IMGFMT_Y8 to PIX_FMT_GRAY8Gravatar lucabe2006-09-21
* change help_mp-de.h charset to UTF-8Gravatar kraymer2006-09-21
* made file-static new_dvdnav_stream() and dvdnav_stream_read()Gravatar nicodvb2006-09-20
* removed definitions of no more used or file-static functionsGravatar nicodvb2006-09-20
* introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);Gravatar nicodvb2006-09-19
* removed old dvdnav_event definitionsGravatar nicodvb2006-09-19