summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+0
| * cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.diego2009-12-141-2/+2
| * Drop support for per-language XSL stylesheets.diego2009-12-142-57/+2
| * Remove pointless Polish stylesheet; it provides no real benefit.diego2009-12-143-31/+0
| * Drop support for per-language stylesheets.diego2009-12-1412-39/+2
| * Unconditionally symlink documentation files missing from a translation.diego2009-12-1412-37/+1
| * Use variable for HTML stylesheet so individual languages can use their own.diego2009-12-141-1/+1
| * Factorize stylesheet installation into its own target.diego2009-12-141-4/+5
| * Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.diego2009-12-1412-23/+13
| * Factorize generating the list of all main.xml files.diego2009-12-131-2/+4
| * configure also generates all main.xml files.diego2009-12-131-1/+1
| * Add html-chunk.xsl and html-single.xsl to targets generated by configure.diego2009-12-131-1/+1
| * Avoid '&>' bashism for redirecting both stdout and stderr.diego2009-12-131-1/+1
| * Simplify one more command via automatic variables.diego2009-12-131-1/+1
| * Simplify setting COMMON_XSL_DEPS variable:diego2009-12-131-5/+1
| * Do not build monolithic documentation in a separate directory.diego2009-12-132-13/+10
| * - Remove now unnecessary dependency on intermediate directories.diego2009-12-132-4/+4
| * Do not pointlessly set the HTMLFILE variable when running xmllint.diego2009-12-131-1/+1
| * Simplify some commands via automatic variables.diego2009-12-131-2/+2
| * Create required directories directly without intermediate steps.diego2009-12-131-5/+3
| * Declare common dependencies for chunked and single HTML targets together.diego2009-12-131-3/+3
| * cosmetics: Remove pointless trailing /.diego2009-12-131-1/+1
| * xmllint.sh is not a phony target.diego2009-12-131-1/+1
| * Do not use symlinks for translations that comprise all XML files.diego2009-12-133-3/+3
| * Remove pointless warning about Make being called from the wrong place.diego2009-12-131-11/+0
| * add MTSJ fourcc to ffmjpeg and ldead mjpeg codeccompn2009-12-131-0/+2
| * Replace shell command substitution by Makefile syntax construct.diego2009-12-131-1/+1
| * Use automatic variables instead of the target name.diego2009-12-131-2/+2
| * Do not pointlessly remove all targets before recreating them.diego2009-12-131-2/+0
| * Declare a dependency on xmllint instead of duplicating the target's commands.diego2009-12-131-4/+2
| * Avoid miscompilation issues with the grow_array function more permanentlyreimar2009-12-111-1/+1
| * 100l, fix check for V4L2 capture capability flag.reimar2009-12-111-1/+1
| * Update the SuperH VEU vidix driver with experimental support for VEU3F.cehoyos2009-12-101-2/+37
| * Fix build on SuperH.cehoyos2009-12-102-3/+1
| * Update the SuperH VEU vidix driver with code that calls fsync() after eachcehoyos2009-12-101-3/+8
| * vdpau codecs config entry by beandogcompn2009-12-091-0/+4
| * Disable winsock when we already found a working socklib instead of checkingreimar2009-12-091-1/+2
| * DShow TV input needs part of the our DirectShow code, so add the properreimar2009-12-091-1/+4
| * Use a fallback to make sure the basic OpenGL functions are available instead ofreimar2009-12-091-45/+55
| * Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenG...reimar2009-12-092-142/+142
| * Support FourCC's AVI1 and AVI2 as MJPEG.cehoyos2009-12-081-0/+1
| * Pass all OpenGL functions through a function pointer indirection.reimar2009-12-083-124/+251
| * Very preliminary code to allow selecting the OpenGL backend at runtime.reimar2009-12-084-73/+153
| * Add braces to avoid ambiguous else.reimar2009-12-071-1/+2
| * Document the differences between the two asm fragments in initMMX2HScaler().ramiro2009-12-071-0/+6
| * Start using intermediate buffers at index 0.ramiro2009-12-061-2/+2
| * Fix compilation with runtime cpu detection.ramiro2009-12-051-8/+8
| * fix apple.com trailer example, via carlcompn2009-12-031-1/+1
| * Add support for nv12/nv21 input.ramiro2009-12-032-0/+52
| * add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoderscompn2009-12-011-0/+2
| * sync to x264-r1327. (only needed for x264-in-libavcodec)lorenm2009-11-291-1/+1
* | Fix printf format strings with invalid '%lf' conversionUoti Urpala2009-12-156-23/+23
* | -identify output: use ordered chapters length for ID_LENGTHUoti Urpala2009-12-131-1/+3
* | vf: Fix filter enabling logic for vf_uspp and vfs using lavc internalsUoti Urpala2009-12-071-2/+2
* | Support for multiple editions in MatroskaDaniel Dawson2009-12-046-27/+75
* | demux_mkv: Detect and warn about virtual timeline nestingDaniel Dawson2009-12-042-0/+18
* | subtitles: Fix recent filter-rendered libass timing problemUoti Urpala2009-12-021-2/+8
* | options: Move ass_enabled to options structUoti Urpala2009-12-028-16/+17
* | core: Fix timeline state at start of playbackUoti Urpala2009-12-021-2/+2
* | mplayer.c: Remove unneeded blit_frame argumentsUoti Urpala2009-12-021-10/+7
* | vf_vo: Use vo_seek_reset() instead of vo_control()Uoti Urpala2009-12-023-3/+2
* | core: Fix ordered chapter timeline building memory corruptionUoti Urpala2009-12-021-2/+5
* | demux_mkv.c: Make time arithmetic more precise in one more caseUoti Urpala2009-12-021-1