aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add support for Windows OpenGL rendering onto a device instead of into a window.Gravatar reimar2009-11-21
* Remove unreachable parsing code: for filters that use the option parser,Gravatar reimar2009-11-21
* Support RGB48NE format in OpenGL vos (only really useful once they are modifiedGravatar reimar2009-11-21
* Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit form...Gravatar reimar2009-11-21
* Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.Gravatar reimar2009-11-21
* Add a define for IMGFMT_RGB48NE that depends on machine endianness.Gravatar reimar2009-11-21
* Move 128kB buffer from stack to demuxer context.Gravatar reimar2009-11-20
* calloc instead of malloc+memset.Gravatar reimar2009-11-20
* Use calloc to allocate a rather large (currently 32k) array instead ofGravatar reimar2009-11-20
* sub_fribidi should be static, it is not used outside subreader.cGravatar reimar2009-11-20
* Use early return instead of block over whole function.Gravatar reimar2009-11-20
* Use FFMAX instead of a custom max macro.Gravatar reimar2009-11-20
* Silence two gcc warnings: suggest parentheses around && within ||Gravatar cehoyos2009-11-18
* Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.Gravatar diego2009-11-18
* Add functions to return library license and library configuration.Gravatar diego2009-11-18
* 10l to Reimar: Fix typo.Gravatar cehoyos2009-11-18
* Deobfuscate the special hack to disable cache for live555.Gravatar reimar2009-11-17
* Merge malloc+memset -> callocGravatar reimar2009-11-17
* Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is setGravatar reimar2009-11-17
* Remove useless check for valid fd with -dumpstream, the code does notGravatar reimar2009-11-17
* Enable the read-based forward seek fallback also when CONFIG_NETWORK isGravatar reimar2009-11-17
* Use fill_buffer if available also for STREAMTYPE_STREAMGravatar reimar2009-11-17
* Mention support for streaming via FFmpeg in Changelog (ffmpeg:// URLs).Gravatar reimar2009-11-17
* Add preliminary support for streaming via FFmpeg's URProtocol functions.Gravatar reimar2009-11-17
* Complete configure support for compiling in FFmpeg's protocol support.Gravatar reimar2009-11-17
* Use avcodec_align_dimensions to appropriately align width and height inGravatar reimar2009-11-17
* Set display size in sh_video when decoding H264.Gravatar cehoyos2009-11-16
* Clarify new VDPAU MPEG4 ASP and DVB teletext decoding features.Gravatar cehoyos2009-11-16
* synced with r29912Gravatar Gabrov2009-11-16
* synced with help_mp-en.h r29912Gravatar ptt2009-11-16
* added -name, -title, -use-filename-title options to ChangelogGravatar ptt2009-11-16
* more changesGravatar compn2009-11-16
* Use calloc instead of initializing each struct member individually to 0.Gravatar reimar2009-11-16
* Try to detect broken files with unaligned chunks.Gravatar reimar2009-11-16
* Show OSD message when enabling/disabling de-interlacing.Gravatar cehoyos2009-11-14
* cosmetics and grammar fixesGravatar ptt2009-11-13
* Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for ...Gravatar reimar2009-11-13
* sync with en/mplayer.1 r29905Gravatar jrash2009-11-13
* Check that mpctx->audio_out is not NULL when trying to uninit it.Gravatar reimar2009-11-13
* synced with r29905Gravatar ptt2009-11-13
* synced with r29885Gravatar ptt2009-11-12
* cosmetic fixes as pointed out by diegoGravatar ptt2009-11-12
* Added -name, -title and -use-filename-title options and implementation in X11...Gravatar ptt2009-11-12
* Do not dynamically load libvdpau.so.1, but link at compile time.Gravatar cehoyos2009-11-11
* Replace dead link explaining why not to use HTML on the mailing lists.Gravatar tack2009-11-11
* Fix declarations in mp_taglists.h and include it in mp_taglists.c toGravatar reimar2009-11-11
* Add a "tips and tricks" section to the slave mode documentation.Gravatar reimar2009-11-11
* Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used t...Gravatar reimar2009-11-11
* Do not call resume on unpausing if we have already reached eof whileGravatar reimar2009-11-11
* Remember which subtitle was auto-selected for dvdnav due to -slangGravatar reimar2009-11-11