summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* divided a line in two, was too longptt2009-12-181-1/+2
* synced with r30043ptt2009-12-181-4/+5
* 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 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
* 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 calloc to allocate a rather large (currently 32k) array instead ofreimar2009-11-201-1/+2
* sub_fribidi should be static, it is not used outside subreader.creimar2009-11-201-1/+1
* Use early return instead of block over whole function.reimar2009-11-201-2/+2
* Use FFMAX instead of a custom max macro.reimar2009-11-201-4/+2
* Silence two gcc warnings: suggest parentheses around && within ||cehoyos2009-11-181-2/+2
* Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.diego2009-11-181-0/+3
* Add functions to return library license and library configuration.diego2009-11-182-0/+21
* 10l to Reimar: Fix typo.cehoyos2009-11-181-1/+1
* Deobfuscate the special hack to disable cache for live555.reimar2009-11-173-2/+6
* Merge malloc+memset -> callocreimar2009-11-171-4/+2
* Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is setreimar2009-11-171-2/+2
* Remove useless check for valid fd with -dumpstream, the code does notreimar2009-11-171-4/+0
* Enable the read-based forward seek fallback also when CONFIG_NETWORK isreimar2009-11-171-2/+2
* Use fill_buffer if available also for STREAMTYPE_STREAMreimar2009-11-171-0/+3
* Mention support for streaming via FFmpeg in Changelog (ffmpeg:// URLs).reimar2009-11-171-0/+4
* Add preliminary support for streaming via FFmpeg's URProtocol functions.reimar2009-11-173-1/+147
* Complete configure support for compiling in FFmpeg's protocol support.reimar2009-11-171-0/+6
* Use avcodec_align_dimensions to appropriately align width and height inreimar2009-11-171-5/+2
* Set display size in sh_video when decoding H264.cehoyos2009-11-161-0/+2
* Clarify new VDPAU MPEG4 ASP and DVB teletext decoding features.cehoyos2009-11-161-2/+2
* synced with r29912Gabrov2009-11-163-34/+98
* synced with help_mp-en.h r29912ptt2009-11-161-1/+2
* added -name, -title, -use-filename-title options to Changelogptt2009-11-162-0/+2
* more changescompn2009-11-161-2/+12
* Use calloc instead of initializing each struct member individually to 0.reimar2009-11-161-22/+1
* Try to detect broken files with unaligned chunks.reimar2009-11-162-0/+16
* Show OSD message when enabling/disabling de-interlacing.cehoyos2009-11-142-0/+3
* cosmetics and grammar fixesptt2009-11-131-17/+18
* Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for ...reimar2009-11-131-0/+8
* sync with en/mplayer.1 r29905jrash2009-11-131-12/+32
* Check that mpctx->audio_out is not NULL when trying to uninit it.reimar2009-11-131-1/+2
* synced with r29905ptt2009-11-131-1/+16
* synced with r29885ptt2009-11-121-11/+33
* cosmetic fixes as pointed out by diegoptt2009-11-121-4/+4
* Added -name, -title and -use-filename-title options and implementation in X11...ptt2009-11-126-2/+36
* Do not dynamically load libvdpau.so.1, but link at compile time.cehoyos2009-11-112-22/+6
* Replace dead link explaining why not to use HTML on the mailing lists.tack2009-11-1110-10/+10
* Fix declarations in mp_taglists.h and include it in mp_taglists.c toreimar2009-11-112-3/+4
* Add a "tips and tricks" section to the slave mode documentation.reimar2009-11-111-0/+9
* Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used t...reimar2009-11-111-37/+37
* Do not call resume on unpausing if we have already reached eof whilereimar2009-11-111-0/+3
* Remember which subtitle was auto-selected for dvdnav due to -slangreimar2009-11-111-1/+14
* Factor out code that decides which subtitle to play.reimar2009-11-111-24/+28
* Avoid modifying dvdsub_id in command.c where possible.reimar2009-11-111-2/+2
* Move headers related to setting dvd speed to dvd_common.reimar2009-11-112-14/+19
* Set the EOF flag when dvdnav reached the end of the requested title.reimar2009-11-111-2/+6
* Support the range syntax (like dvd://2-5) also for dvdnav.reimar2009-11-111-5/+7
* 10l: Fix compilation without VDPAU.cehoyos2009-11-111-1/+1
* Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speedreimar2009-11-104-73/+79
* Move arrays used by both dvd and dvdnav to dvd_common.reimar2009-11-104-5/+6
* Remove unused extern declarations.reimar2009-11-101-1/+0
* Share dvd_device extern declaration between dvd and dvdnav.reimar2009-11-103-2/+1
* Remove an unused variable.reimar2009-11-101-1/+1
* Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capablecehoyos2009-11-108-1/+43
* Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.diego2009-11-101-0/+1
* Update man page to reflect support for up to 8 channels.tack2009-11-101-6/+8
* Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer si...reimar2009-11-101-2/+4
* C