aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Treat a NULL renderer string as indication for software renderer.Gravatar reimar2010-05-30
* Prefer -vo sdl over "probably software" OpenGL.Gravatar reimar2010-05-30
* Change compiler argument order for compile_check to avoid incorrect linkingGravatar reimar2010-05-30
* Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).Gravatar reimar2010-05-30
* Add codec-cfg.h to the dependency list of codec-cfg.Gravatar diego2010-05-30
* Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.Gravatar diego2010-05-30
* Remove GPL-licensed YUV to RGB MMX routines.Gravatar diego2010-05-30
* Add librtmp supportGravatar hyc2010-05-30
* Cast void* pointer to appropriate type before using it in an addition; fixesGravatar diego2010-05-29
* Update 1.0rc3 release name and date.Gravatar diego2010-05-29
* minor spelling fixesGravatar siretart2010-05-29
* add myself to the AUTHORS fileGravatar siretart2010-05-29
* Use edi instead of ebx to avoid issues with PIC.Gravatar reimar2010-05-29
* Remove obsolete may_alias-related defines, lavu handles this nowGravatar reimar2010-05-29
* Actually run a detection whether external libass exists, insteadGravatar reimar2010-05-29
* Fix compilation if the compiler does not support -march=amdfam10Gravatar reimar2010-05-29
* cosmetics: Drop leading '_' from noinputmodules variable.Gravatar diego2010-05-29
* misc cosmetics: K&R style nits, #include placement, indentationGravatar diego2010-05-29
* Mark key_type structure as const.Gravatar diego2010-05-29
* getch2-os2.c: Add #include for the header that declares the public functions.Gravatar diego2010-05-29
* cosmetics: Remove some commented-out #includes, fix a comment grammar error.Gravatar diego2010-05-29
* Directly mark jpeg_buf_src() as void instead of using some indirection marcro.Gravatar diego2010-05-29
* add "lpcJ" fourcc for the RealAudio 1.0 codec.Gravatar compn2010-05-28
* Fix typo in message.Gravatar reimar2010-05-28
* stream_check_interrupt should sleep even if no callback is set.Gravatar reimar2010-05-28
* 100l, stream_check_for_interrupt argument is not in usec,Gravatar reimar2010-05-28
* Document time scale for stream_check_interrupt argument.Gravatar reimar2010-05-28
* Document that time argument is in milliseconds.Gravatar reimar2010-05-28
* Improve handling of cache process/thread hanging/being killed.Gravatar reimar2010-05-28
* Fix cache process accidentally being killed by SIGUSR1.Gravatar reimar2010-05-28
* Use MSGT_DECVIDEO in a video decoder.Gravatar cehoyos2010-05-28
* Remove commented-out declaration of nonexisting function uGetTimer().Gravatar diego2010-05-28
* Drop pointless _t suffix from 'struct lavf_priv'.Gravatar diego2010-05-28
* Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section.Gravatar diego2010-05-27
* cosmetics: vertical alignment in msg module help output.Gravatar diego2010-05-27
* vf_yuy2 was removed after the 1.0rc3 branch was cut.Gravatar diego2010-05-27
* small cosmetics for the 1.0rc3 changelogGravatar diego2010-05-27
* Fix a bunch of typos in the stream cache code.Gravatar diego2010-05-27
* Drop pointless _s suffix from 'struct af_stream'.Gravatar diego2010-05-27
* Drop pointless _st suffix from 'struct stream'.Gravatar diego2010-05-27
* Drop pointless _s suffix from struct ao_data.Gravatar diego2010-05-27
* cosmetics: Reformat in K&R coding style.Gravatar diego2010-05-27
* Remove two pointless void* casts.Gravatar diego2010-05-27
* Remove unnecessary demux_mkv_seek() forward declaration.Gravatar diego2010-05-27
* cosmetics: Drop pointless _s suffix from 'struct ad_functions'.Gravatar diego2010-05-27
* cosmetics: Drop pointless _s suffix from 'struct mp_image'.Gravatar diego2010-05-27
* cosmetics: Drop _s suffix from 'struct vd_functions'.Gravatar diego2010-05-27
* cosmetics: K&R coding styleGravatar diego2010-05-27
* cosmetics: K&R coding styleGravatar diego2010-05-27
* Retry reading even if we hit eof before.Gravatar reimar2010-05-26