Mercurial > mplayer.hg
graph
-
Slightly simplify rle decoding.2010-07-25, by reimar
-
Remove a useless condition that is already handled a few lines2010-07-25, by reimar
-
Avoid useless malloc/frees2010-07-25, by reimar
-
Switch to non-deprecated avcodec_decode_video2 API.2010-07-25, by reimar
-
Change cast to avoid a warning.2010-07-25, by reimar
-
Add stream_time_pos property.2010-07-25, by reimar
-
Refuse to compile without yasm unless it was explicitly requested.2010-07-25, by reimar
-
Remove useless NULL checks before freeing and NULL pointers2010-07-24, by reimar
-
Allocate memory for paletted image data separately to avoid2010-07-24, by reimar
-
Slightly simplify dvd subtitle RLE decoding.2010-07-24, by reimar
-
Share paletted -> gray/alpha conversion code, and keep a copy2010-07-24, by reimar
-
Simplify creation of color/alpha map.2010-07-24, by reimar
-
Only try to merge packets if we have a previous packet stored.2010-07-24, by reimar
-
Add least some binary Quicktime codecs now work with -demuxer lavf.2010-07-24, by reimar
-
Some indentation fixes.2010-07-24, by reimar
-
Generate a ImageDescription if none is passed neither via ImageDesc nor2010-07-24, by reimar
-
Fix dependency generation for libav*2010-07-24, by reimar
-
Fix compilation, forgot to add const also to the2010-07-24, by reimar
-
More const-correctness fixes to avoid warnings.2010-07-24, by reimar
-
Add some "const" to avoid incompatible pointer type warnings2010-07-24, by reimar
-
Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.2010-07-24, by stefano
-
Add some comments to the rgb2yuv_table, clarifying the standard where2010-07-24, by stefano
-
swscale-test: scale from reference to source only once for each algorithm2010-07-23, by ramiro
-
indent2010-07-23, by ramiro
-
swscale-test: change order tests are run, maintaining the same algorithm for2010-07-23, by ramiro
-
sync with en/mplayer.1 rev. 317692010-07-23, by jrash
-
Synced with help_mp-en.h rev. 317522010-07-23, by jrash
-
Prefer impersonal form over third person, for consistency with the2010-07-22, by stefano
-
swscale-test: use only 3 characters to print width/height since they're always2010-07-22, by ramiro
-
swscale-test: print test name before running test, so that it's available in2010-07-22, by ramiro
-
Mention -af stats as an alternative to -af volume to find the max volume etc.2010-07-22, by reimar
-
swscale-test: allocate more memory to prevent scalers from writing out of bounds2010-07-22, by ramiro
-
ffvp8 is now significantly faster for x86-64 than fflibvpx.2010-07-22, by cehoyos
-
libass: remove yet another version check2010-07-21, by greg
-
Do not compile subassconvert.c if libass is disabled, the functionality2010-07-21, by reimar
-
Add support for libavcore.2010-07-21, by reimar
-
Put sub_ass_read_line_subviewer under CONFIG_ASS to avoid a warning.2010-07-21, by reimar
-
Printing maximum volume only works when prefering float format.2010-07-21, by reimar
-
subtitles: fix build without libass2010-07-21, by greg
-
darwin: allow 64-bit darwin to allocate executable memory2010-07-21, by ramiro
-
swscale-test: use av_pix_fmt_descriptors[].name directly2010-07-20, by ramiro
-
Restore vertical alignment in some defines2010-07-20, by ramiro
-
Cosmetics: reindent and unify whitespace2010-07-19, by mstorsjo
-
Do planar copy with a single memcpy only if the stride is equal to the length2010-07-19, by mstorsjo
-
Pass libass messages to mp_msg2010-07-19, by greg
-
Require libass version with ass_flush_events2010-07-19, by greg
-
Prefer external libass2010-07-18, by greg
-
subtitles: convert SRT/MicroDVD markup into ASS markup2010-07-18, by greg
-
Another try at fixing swscale on win64, as per r31153.2010-07-18, by darkshikari
-
Use identical code to -vo gl for -wid mode in gl2.2010-07-18, by reimar
-
Rename network build system variable and command line option to networking.2010-07-17, by diego
-
Fix LADSPA test variable initialization so it actually works (without stddef.h).2010-07-17, by diego
-
cosmetics: Use 'elif' instead of 'else .. if'.2010-07-17, by diego
-
In planarCopyWrapper, Only copy length, not stride of the last line in the plane2010-07-16, by mstorsjo
-
sync with en/mplayer.1 rev. 317152010-07-16, by jrash
-
Fix a few web page links in the documentation.2010-07-16, by diego
-
Make it possible to select GL_NEAREST scaling.2010-07-15, by reimar
-
Helper macros to build the yuv conversion type number.2010-07-15, by reimar
-
Add () around macro arguments.2010-07-15, by reimar
-
Cosmetics: create luma texture first, then the other textures.2010-07-15, by reimar