summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* | Merge svn changes up to r29971Uoti Urpala2009-11-298-56/+61
|\|
| * Fix mangling of 24-bit audio during channel reorder.tack2009-11-281-11/+11
| * when using -v, print also which lavc codec has been used, notattila2009-11-281-1/+1
| * improve previous translationjrash2009-11-271-41/+41
| * Make sws_format_name() use av_pix_fmt_descriptors.stefano2009-11-262-110/+5
| * add user-agent example to fix apple.com/trailerscompn2009-11-261-0/+4
| * map 0x20736D to ffac3, fixes broken mov samplecompn2009-11-261-0/+1
| * mime type [video/x-ms-wmv] is not an ASF redirector.compn2009-11-261-0/+1
| * Readjust the global number of subs when switching dvdnav track to takereimar2009-11-241-0/+1
| * small update wishlistcompn2009-11-231-3/+1
* | vo_gl: Remove incorrect glXSwapIntervalEXT useUoti Urpala2009-11-291-1/+1
* | vo_vdpau.c: Fix compilation with old libvdpau versionsUoti Urpala2009-11-291-2/+2
* | build: Generate version numbers for gitUoti Urpala2009-11-233-11/+7
* | core: Fix rare corner cases in video frame generationUoti Urpala2009-11-231-3/+3
* | core: Handle VO-added frames even with correct-pts disabledUoti Urpala2009-11-231-3/+7
* | stream_ffmpeg: Fix reads near EOFUoti Urpala2009-11-231-1/+1
* | Merge svn changes up to r29962Uoti Urpala2009-11-2348-482/+637
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyreimar2009-11-2214-23/+23
| * Some MinGW awk versions can not handle reading from files with CRLFreimar2009-11-220-0/+0
| * 100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_com...reimar2009-11-221-0/+2
| * av_alloc_format_context -> avformat_alloc_contextreimar2009-11-221-1/+1
| * Fix initialization values for vf_expand priv struct.reimar2009-11-221-0/+2
| * Remove unused variable.reimar2009-11-221-2/+0
| * Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_...reimar2009-11-221-2/+2
| * Switch ad_ffmpeg to avcodec_decode_audio3reimar2009-11-221-1/+5
| * Remove unused variable.reimar2009-11-221-1/+0
| * Reuse buffer in priv context instead of allocating the 32kB probe bufferreimar2009-11-221-4/+3
| * Fix crash with partial fribidi conversion.reimar2009-11-221-1/+1
| * Mention right-to-left support for embedded subtitles also in the Changelog.reimar2009-11-221-0/+1
| * Make fribidi (i.e. right-to-left) support work with embedded subtitles.reimar2009-11-221-3/+13
| * Synced with help_mp-en.h r29912jrash2009-11-211-213/+214
| * Print which visual glXChooseVisual chose when running in verbose mode.reimar2009-11-211-0/+1
| * Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.reimar2009-11-211-3/+3
| * Add support for Windows OpenGL rendering onto a device instead of into a window.reimar2009-11-213-8/+48
| * Remove unreachable parsing code: for filters that use the option parser,reimar2009-11-217-135/+0
| * Support RGB48NE format in OpenGL vos (only really useful once they are modifiedreimar2009-11-211-0/+4
| * Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit form...reimar2009-11-211-0/+2
| * Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.reimar2009-11-211-0/+3
| * Add a define for IMGFMT_RGB48NE that depends on machine endianness.reimar2009-11-211-0/+2
| * Move 128kB buffer from stack to demuxer context.reimar2009-11-201-1/+2
| * calloc instead of malloc+memset.reimar2009-11-201-2/+1
| * Use c