summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30165Uoti Urpala2010-01-0833-378/+753
|\
| * Simplify range-checking functions for subopt parsing.reimar2010-01-014-15/+5
| * Fix function declarations to avoid casting function pointers.reimar2010-01-0114-31/+38
| * Slightly generalize code to generate YUV->RGB conversion table and addreimar2010-01-013-21/+37
| * sync with en/mplayer.1 r30135jrash2010-01-011-2/+2
| * Make YUV->RGB conversion coefficients selectable for -vo gl.reimar2010-01-011-1/+16
| * Do not needlessly use the BP register in x86_64-specific code, there arereimar2010-01-011-4/+4
| * One more fix for -vf scale with alpha.reimar2010-01-011-1/+1
| * Also pass alpha plane to swscale, avoids crashes when converting betweenreimar2010-01-011-4/+4
| * Add support for YUV format with alpha and fix the codecs.conf entry for vp6areimar2009-12-319-4/+23
| * Also pass the 4th plane for planar formats on to libavcodec.reimar2009-12-311-0/+4
| * Try to put the list of output formats for vf_scale in a more sensiblereimar2009-12-311-6/+6
| * Deduplicate the mp_image planes allocation code.reimar2009-12-312-63/+35
| * Add support for FFmpeg's ffv210 codec.reimar2009-12-311-0/+8
| * Add support for 16-bit per component YUV formats.reimar2009-12-3112-19/+117
| * First steps to supporting different YUV->RGB conversion definitions.reimar2009-12-314-10/+50
| * Extract functions to generate yuv->rgb matrices and lookup tables into areimar2009-12-315-112/+169
| * Put the colourspace-related variables into a separate struct to easereimar2009-12-314-15/+20
| * Make code slightly more readable.reimar2009-12-311-2/+2
| * Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields.reimar2009-12-311-1/+2
| * More readable fourcc for ffflacreimar2009-12-311-1/+1
| * Add a hack for broken youtube servers not returning Accept-Ranges.reimar2009-12-301-0/+2
| * add tm2x / tm2a binary decodercompn2009-12-301-0/+9
| * Make the ffmpeg decoders for DTS and AC3 the default.reimar2009-12-301-14/+14
| * Support 440P in scale filter.reimar2009-12-301-0/+2
| * FFmpeg JPEG codecs can output 440p format.reimar2009-12-301-0/+2
| * Add support for 440p colorspace.reimar2009-12-306-0/+10
| * Support all planar YUV formats in OpenGL vos.reimar2009-12-304-58/+97
| * Add a helper function to get the chroma scale shift and use to simplify mpi s...reimar2009-12-303-33/+50
| * sync w/r30135 (up to date at last!)gpoirier2009-12-291-36/+97
* | demux_mkv: improve seeking with generated indexUoti Urpala2010-01-011-46/+69
* | demux_mkv: remove useless codeUoti Urpala2009-12-311-16/+2
* | demux_mkv: respect -forceidxUoti Urpala2009-12-311-1/+1
* | Merge svn changes up to r30136Uoti Urpala2009-12-3022-1004/+1248
|\|
| * cosmetics: tabs to spaces, K&R function declarations, cuddle else clausesdiego2009-12-291-901/+853
| * change bandwidth value to bandwidth bytescompn2009-12-291-1/+1
| * Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.cehoyos2009-12-281-0/+3
| * Revert r30100: It breaks some mov and asf samples.cehoyos2009-12-281-0/+2
| * Remove unused variable, fixes the warning:diego2009-12-281-1/+0
| * add lavc yuv rawcodecs to codecs.confcompn2009-12-271-0/+105
| * Add support for parsing audio streams (though should be easy to extend to video)reimar2009-12-277-3/+156
| * Remove currently unneeded members accidentally added in the last revision.reimar2009-12-271-4/+0
| * Introduce a sh_common struct that contains the parts in common by the audio, ...reimar2009-12-271-19/+25
| * Remove one more incorrect direct ass.h include.reimar2009-12-271-1/+0
| * Move do_render_osd function to avoid a forward declaration.reimar2009-12-271-32/+30
| * vo_x11_classhint name argument should be const, since we pass string constant...reimar2009-12-272-2/+2
| * Return the actually playing audio/video id for get_property, not the onereimar2009-12-271-12/+12
| * lavc Interplay Video decoder now supports 16-bit mode tookostya2009-12-271-1/+1
| * Subtitle are now also available without video, so remove thatreimar2009-12-271-3/+0
| * Use the same condition to decide if the audio/video id property isreimar2009-12-271-12/+4
| * When setting audio or video track make sure we will not try toreimar2009-12-271-2/+4
| * Print a ANS_ERROR reply if one of the *_property slave command fails.reimar2009-12-271-2/+25
| * Set some freed pointers to NULL.reimar2009-12-261-0/+5
| * Free playtree_iter upon exiting MPlayerreimar2009-12-261-0/+2
| * Support mp_image with allocated palette.reimar2009-12-263-7/+13
| * Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightlyreimar2009-12-261-1/+0
| * Restore the old value of planes[1] in vf_palette at the end to ensurereimar2009-12-261-0/+2
| * sync with en/mplayer.1 r30075jrash2009-12-261-3/+8
| * Fix grammar/missing verb in description.reimar2009-12-251-1/+1
| * Remove unnecessary entries from extension_table, these formats are alreadyreimar2009-12-251-4/+0
| * Add a (unfortunately rather long) explanation on how and when to use itreimar2009-12-251-0/+6
| * force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwisecompn2009-12-241-0/+1
* | Merge svn changes up to r30108 (with "-s ours")Uoti Urpala2009-12-300-0/+0
|\|
| * Revert renaming of process_force_style to restore compilation againstreimar2009-12-244-6/+7
| * Some ugly hacks to make compiling against a newer external version of libass ...reimar2009-12-248-4/+26
| * rename process_force_style to ass_process_force_style to match the APIreimar2009-12-243-6/+6
| * Remove more direct includes of libass/ass.hreimar2009-12-248-8/+0
* | Merge svn changes up to r30104Uoti Urpala2009-12-3012-287/+393
|\|
| * create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.confcompn2009-12-242-0/+9
| * Register lavc Aura 2 decoderkostya2009-12-231-0/+8
| * Register lavc Aura decoderkostya2009-12-231-0/+8
| * Allow passing variants of "mingw32" as system name to --target. This ensuresdiego2009-12-231-1/+1
| * Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.cehoyos2009-12-221-2/+0
| * Remove parameters no longer used in h[yc]scale().ramiro2009-12-211-10/+10
| * Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.ramiro2009-12-212-196/+196
| * Rename function pointers used to convert from the input pixel format to theramiro2009-12-212-55/+55
| * Check if chroma horizontal scaler is needed in sws_init_swScale().ramiro2009-12-212-4/+7
| * Remove unused fields from SwsContext.ramiro2009-12-211-1/+0
| * Do not auto-generate the C code to handle PCI vendor and device names.diego2009-12-203-46/+60
| * sync w/r29731gpoirier2009-12-201-10/+44
| * Remove unused debugging output about total number of printed lines.diego2009-12-201-4/+0
| * Employ slightly better variable names for output files.diego2009-12-201-48/+48
| * Eliminate completely pointless print_includes function.diego2009-12-201-7/+3
| * Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.diego2009-12-201-1/+1
| * Do not autogenerate vidix/pci_names.h.diego2009-12-203-22/+39
| * Indentation.ramiro2009-12-202-14/+14
| * Indent.ramiro2009-12-201-2/+2
| * Set fast_bilinear functions in sws_init_swScale().ramiro2009-12-201-12/+10
| * Remove pointless return statements from functions that return nothing.diego2009-12-201-4/+0
| * Move code to write multiple inclusion guards to generated files into functions.diego2009-12-201-15/+28
| * Set horizontal scaler's range conversion in context in sws_init_swScale().ramiro2009-12-202-28/+50
| * Set horizontal scaler's src offsets in context in sws_init_swScale().ramiro2009-12-202-19/+24
| * cosmetics: Use more consistent formatting style for generated files.diego2009-12-201-36/+29
| * cosmetics: Use a consistent formattting style; tabs to spaces.diego2009-12-201-203/+196
| * Change %f to %e in generated fragment programs to avoid losing precision unne...reimar2009-12-201-26/+26
| * Run vidix/pci_db2c.awk directly instead of passing it to awk.diego2009-12-201-1/+1
| * VP6F has to be flipped for binary decoder.cehoyos2009-12-201-1/+8
| * Slightly improve vo_gl suboption documentation.reimar2009-12-192-5/+12
| * Define GL_GENERATE_MIPMAP ourselves if necessary.reimar2009-12-191-0/+3
| * Fix compilation with internal ASS when no ass header is installed system-wide.reimar2009-12-191-1/+1
| * Add support for auto-generating mipmaps in vo_gl, should easereimar2009-12-191-3/+15
| * Make -vo gl:customprog also work with RGB input (obviously those need to bereimar2009-12-191-17/+15
| * Fix a broken indentation.reimar2009-12-191-1/+1
| * Enable running fragment programs with YUV_CONVERSION_NONEreimar2009-12-191-2/+4
* | Merge svn changes up to r30068 (skip libass changes)Uoti Urpala2009-12-300-0/+0
|\|
| * Make ass_mp.h use the system-libass headers when the internal one is disabled.reimar2009-12-192-1/+10
| * Never include ass.h and ass_types.h directly, use ass_mp.h instead.reimar2009-12-193-3/+1
| * Experimental support for external libass.reimar2009-12-193-4/+15
* | Merge svn changes up to r30065Uoti Urpala2009-12-2911-52/+65
|\|
| * Rename GL_* defines to CONFIG_GL_*reimar2009-12-195-31/+31
| * Add x11_common as dependency for OpenGL with X11 backend.reimar2009-12-191-0/+1
| * Make the check for X11 and WIN32 backends for OpenGL separate.reimar2009-12-195-13/+24
| * Add a missing const, fixes a compiler warning.reimar2009-12-181-1/+1
| * Allow pulseaudio to restore the previous volume on init instead of forcing toreimar2009-12-181-4/+1
| * Get rid of global volume variable, it is only used for temporary values.reimar2009-12-181-5/+7
| * Use on-stack subtitle struct for temporary storage for passing subtitles onreimar2009-12-181-5/+6
| * synced to r30044ptt2009-12-181-3/+2
| * divided a line in two, was too longptt2009-12-181-1/+2
| * synced with r30043ptt2009-12-181-4/+5
* | demux_mkv.c, ebml.c: Reformat to K&R styleUoti Urpala2009-12-292-2441/+2228
* | ao_alsa: Reinitialize parameters properly when reopeningUoti Urpala2009-12-291-4/+4
* | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST)Uoti Urpala2009-12-295-56/+45
* | cosmetics: Revert old dec_audio.c code uglificationUoti Urpala2009-12-281-12/+11
* | subtitles: Fix double text with libass rendered plaintext subsUoti Urpala2009-12-181-2/+3
* | Merge svn changes up to r30055Uoti Urpala2009-12-1840-614/+746
|\|
| * Synced with help_mp-en.h r30044jrash2009-12-181-46/+46
| * sync with en/mplayer.1 r30053jrash2009-12-181-5/+5
| * Support R210 uncompressed 10 bit RGB codec.cehoyos2009-12-171-0/+8
| * Do not modify priv->idx_pos when regenerating the index, use a localreimar2009-12-171-5/+5
| * Cosmetics: Reindent after r30050.cehoyos2009-12-171-5/+5
| * Slightly increase hardware decoding performance by always using morecehoyos2009-12-171-7/+0
| * Cosmetics: reindentadrian2009-12-171-22/+22
| * Improve VDPAU render performance by increasing number of output surfaces.cehoyos2009-12-171-1/+1
| * Make vidix/pci_db2c.awk executable.diego2009-12-161-3/+2
| * The fontconfig check added in r30044 wasn't safe. This makes it more robust.adrian2009-12-161-1/+1
| * Simplify the evaluation of the lang-def template:diego2009-12-161-8/+8
| * Fix a crash when fontconfig is unable to select a font. e.g. if no config dir...adrian2009-12-162-2/+8
| * Add support for -geometry to corevideo.adrian2009-12-152-9/+13
| * Add -xineramascreen support to corevideo vo. Still prefer corevideo's own dev...adrian2009-12-152-2/+5
| * add spdif example from beandogcompn2009-12-151-0/+3
| * Filter list of missing source files so that it only contains nonexisting files.diego2009-12-141-2/+2
| * Add missing #includes to fix a bunch of 'implicit declaration of..' warnings.diego2009-12-142-2/+13
| * Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.diego2009-12-141-1/+1
| * Avoid hackish shell loop to symlink missing XML source files.diego2009-12-141-3/+1
| * Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.diego2009-12-141-2/+2
| * Reuse SYMLINKS_DEPS variable in the symlink targets.diego2009-12-141-1/+1
| * Simplify shell command to symlink missing translated source files.diego2009-12-141-3/+1
| * Ignore errors from failing rm commands in clean targets.diego2009-12-141-4/+4
| * Do not ignore errors from mkdir invocations.diego2009-12-141-1/+1
| * The general xmllint target should only check configured languages.diego2009-12-141-2/+2
| * Improve declaration of phony targets.diego2009-12-141-1/+2
| * Factorize dependencies of language-specific HTML generation targets.diego2009-12-141-2/+4
| * spelling cosmeticsdiego2009-12-141-2/+2
| * Remove pointless dependency on xmllint.sh from phony xmllint target.diego2009-12-141-1/+1
| * Drop pointless dependencies of the phony targets html-chunked and html-single.diego2009-12-141-1/+0
| * Fix dependencies of html-chunked and html-single targets.diego2009-12-141-3/+3
| * Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.diego2009-12-141-1/+1
| * Factorize all components generated by configure into a variable.diego2009-12-141-1/+2
| * Remove outdated comment about build system behavior.diego2009-12-141