summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* options: Move osd_level and osd_duration to options structUoti Urpala2009-03-317-27/+36
* vf_ass: Free private data at uninitUoti Urpala2009-03-311-0/+1
* VO: Don't force window position in X11 VOsUoti Urpala2009-03-314-1/+15
* Set the fullscreen option value too when fs state changesUoti Urpala2009-03-291-0/+1
* Add improved relative seek modeUoti Urpala2009-03-244-7/+39
* demux_mkv: Parse ordered chapter informationUoti Urpala2009-03-223-3/+92
* Allocate struct demuxer with tallocUoti Urpala2009-03-212-4/+5
* demux_mkv: Some cleanup, fix duration printed at verbose levelUoti Urpala2009-03-211-154/+134
* Fix video stream switch code typoUoti Urpala2009-03-201-1/+1
* Merge svn changes up to r28951Uoti Urpala2009-03-1478-3480/+2008
|\
| * sync w/r28950gpoirier2009-03-141-1/+22
| * KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian netdiego2009-03-146-0/+1139
| * Move page heading and table of contents out of the codec support table.diego2009-03-141-12/+8
| * Give table headings more meaningful names.diego2009-03-141-14/+14
| * Clarify that -vo vdpau:deint=n delays video output for n>2 by one frame.cehoyos2009-03-141-0/+3
| * Add /usr/X11R7 to the list of directories in which to search for X11 includesdiego2009-03-141-3/+5
| * Only compile fastmemcpybench on x86.diego2009-03-141-2/+2
| * Set DOCTYPE in xsl-generated HTML documentation.reimar2009-03-141-1/+3
| * Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macrosdrik2009-03-141-7/+7
| * Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX regi...reimar2009-03-132-4/+4
| * Use the same code as in vf_decimate to select diff_MMXreimar2009-03-131-3/+2
| * Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).reimar2009-03-132-2/+2
| * Fix compilation with --charset=noconvreimar2009-03-131-4/+2
| * Replace duplicated code by a macro.diego2009-03-121-45/+16
| * add some info for acm and tips for searchingcompn2009-03-121-5/+36
| * SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec netdiego2009-03-122-0/+3
| * Use ScaledBorderAndShadow: yes by default.greg2009-03-111-0/+1
| * Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macrosdrik2009-03-111-11/+11
| * In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos el...sdrik2009-03-111-1/+1
| * Update email address for Vajna, Miklós.diego2009-03-111-1/+1
| * add sn40 binary codeccompn2009-03-101-0/+9
| * sn40 decodes with ffodivxcompn2009-03-101-2/+2
| * Fix and restructure fastmemcpybench. It is now one binary that runs alldiego2009-03-103-45/+140
| * typo nuppelvideo spotted by kostyacompn2009-03-101-2/+2
| * Output number of reference frames before creating H264 vdpau decoder.cehoyos2009-03-091-0/+1
| * Update entry for libdvdread; add entry for libdvdnav.diego2009-03-091-6/+16
| * cosmetics: Add newlines for better readability, rename Homepage entry to URL.diego2009-03-091-18/+35
| * GraphEdit is also available in the Microsoft SDK nowadays.diego2009-03-091-1/+1
| * typokraymer2009-03-091-1/+2
| * libmpdemux/nuppelvideo.h was removed.diego2009-03-091-1/+1
| * partial further sync by patch by sevenfourk, sevenfourk gmail comdiego2009-03-091-0/+122
| * Ensure the string we're trying to compare is actually not NULL.ben2009-03-091-1/+2
| * The first valid index is total count - 1 (usually 0)ben2009-03-091-1/+1
| * Do not call waveOutReset in uninit if you should wait till playing finishes,reimar2009-03-091-1/+2
| * Reuse libavutil fifo code instead of reimplementing it over and over.reimar2009-03-092-133/+56
| * Mask all unused bits for packed pixel format instead of green and alpha mask ...kostya2009-03-091-1/+1
| * Get rid of DEMUXER_TYPE_NUV define, it is no longer used.reimar2009-03-091-1/+0
| * Get rid of nuppelvideo.h and its ugly packed struct and instead write thereimar2009-03-092-98/+17
| * people are forgetting to update the changelogcompn2009-03-091-0/+4
| * Fix type of zlen, fixes crashes on 64 bit systems.reimar2009-03-091-1/+2
| * Do not calculate the same value twicereimar2009-03-091-1/+1
| * Allocate buffer for lzo compression correctly also for large frame sizes.reimar2009-03-091-4/+4
| * nuv encoder 64 bit fix: avoid using long/sizeof(long)reimar2009-03-091-5/+7
| * Remove now unused parts of nuppelvideo.hreimar2009-03-091-99/+0
| * Remove native nuv demuxer, it only needs more code to achieve the same thingreimar2009-03-094-465/+0
| * Make fastmemcpybench almost working - only thing missing is a way toreimar2009-03-092-3/+4
| * synced with r28895Gabrov2009-03-092-8/+14
| * comment/output cosmeticsdiego2009-03-091-9/+9
| * whitespace cosmetics:diego2009-03-091-74/+75
| * Merge two preprocessor conditions in order to drop one duplicated #else case.diego2009-03-091-9/+2
| * Ignore all fastmem-* binaries.diego2009-03-090-0/+0
| * Change default OSD/subtitle font sizes.greg2009-03-091-2/+2
| * Fix fastmemcpybench tools build:diego2009-03-091-11/+15
| * sync w/r28895gpoirier2009-03-081-6/+13
| * Synced with r28895.bircoph2009-03-081-8/+13
| * Cosmetics: reindent.eugeni2009-03-081-25/+25
| * Treat -font/-subfont as Fontconfig pattern in libass.eugeni2009-03-089-17/+37
| * Add test for C memcpy()michael2009-03-082-0/+3
| * Resurrect script needed for easy use of fastmemcpybench.c.michael2009-03-081-0/+19
| * Remove extraneous braces.greg2009-03-081-4/+4
| * Don't assume width == stride for bitmap composition.greg2009-03-081-6/+8
| * Revert michael2009-03-081-2/+2
| * rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordinglyreimar2009-03-081-2/+1
| * Remove internal NuppelVideo decoder, the code in libavcodec can decodereimar2009-03-087-1562/+0
| * Get rid of pointless debugging codereimar2009-03-081-18/+0
| * Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is therereimar2009-03-081-257/+0
| * Remove colourspace-conversion stuff from rtjpeg, we have functions to do thatreimar2009-03-081-384/+0
| * Mark everything not used outside the file as "static"reimar2009-03-081-36/+36
| * Remove functions not used by MPlayer from headerreimar2009-03-081-15/+0
| * Remove useless "extern" in function declarations.reimar2009-03-081-22/+22
| * Add a small howto explaining how to cross-compile for MinGWreimar2009-03-081-0/+31
| * Explain that disabling other input methods is not the purpose of -slavereimar2009-03-081-0/+2
| * Remove unused variable from demux_mov.reimar2009-03-081-1/+0
| * Add an option to disable the default key binding that MPlayer includesreimar2009-03-082-1/+6
| * Bump etc/codecs.conf version to eliminate one possible cause when debugging V...reimar2009-03-081-1/+1
| * Fix clipping for pan-and-scan.greg2009-03-081-4/+6
| * Add a proper color check to the overlap compositing.greg2009-03-081-0/+3
| * Replace rotation functions with a simplified version adapted fromgreg2009-03-081-79/+40
| * Only use first \org in a line.greg2009-03-071-4/+6
| * cosmetics: spelling fixesdiego2009-03-071-7/+7
| * cosmetics: Reformat file header.diego2009-03-071-8/+3
| * Make pausing_keep_force the default for the set_mouse_pos and key_down_event -reimar2009-03-073-3/+13
| * Update x264 version check for version required by lavc.reimar2009-03-071-1/+1
| * Let the 4th plane reach the swScale functionsdrik2009-03-071-6/+8
| * YUVA420P is a planar YUV formatsdrik2009-03-071-0/+1
| * Reduce size of needlessly large mp3lib bandInfoStructreimar2009-03-071-5/+5
| * Make several constant mp3lib tables constreimar2009-03-072-11/+11
| * Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_x...reimar2009-03-072-4/+0
| * Make data related to suboption parsing const in libvoreimar2009-03-0717-20/+20
* | codec-cfg.c: Remove bogus printf argumentUoti Urpala2009-03-071-2/+2
* | Merge svn changes up to r28862Uoti Urpala2009-03-07122-981/+2743
|\|
| * Get rid of the "set" member of the subopt-parser struct, it madereimar2009-03-062-14/+4
| * Add some "const" to mpcodecs_vd_driversreimar2009-03-062-2/+2
| * The large -help help_text should be const so it goes into .rodatareimar2009-03-0625-25/+25
| * Make audio_out_* structs const so they end up in .rodatareimar2009-03-062-24/+24
| * Make ao_info_t structs const.reimar2009-03-0623-23/+23
| * Use code that is actually thread-safe to calculate delay, free space etc. in ...reimar2009-03-061-10/+13
| * Cosmetics: get rid of trailing whitespace.reimar2009-03-061-23/+23
| * get rid of full_buffers variable, if the check it is used for is triggeredreimar2009-03-061-9/+0
| * Remove now unused buf_write_pos variable from ao_win32reimar2009-03-061-4/+1
| * Always write full buffers in ao_win32, except for the last block.reimar2009-03-061-8/+5
| * Use calloc instead of malloc+memsetreimar2009-03-061-3/+1
| * sync w/r28807gpoirier2009-03-061-2/+2
| * The 8 bit per sample formats are unsigned on Windows, fixes playback withreimar2009-03-062-2/+2
| * Refactor smalltex/tinytex EOSD optimization in vo_glreimar2009-03-061-18/+39
| * Remove several useless casts from af_resamplereimar2009-03-061-4/+4
| * Free af->setup and contents in af_resample uninit function.reimar2009-03-061-0/+7
| * Use calloc to allocate the af_resample ring buffers, reportedly usingreimar2009-03-061-1/+1
| * Use a single malloc to allocate space for the circular buffers.reimar2009-03-061-5/+4
| * Comment typo fixes for af_resamplereimar2009-03-061-7/+7
| * Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,reimar2009-03-061-3/+2
| * Remove duplicate OSD drawing introduced due to a conflict between r28840 and ...reimar2009-03-061-3/+1
| * Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawnreimar2009-03-061-1/+4
| * As for vo_gl, do not rely on draw_osd to render EOSD.reimar2009-03-061-1/+6
| * Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.greg2009-03-061-1/+1
| * Do not rely on draw_osd to render the EOSD, instead draw it already at thereimar2009-03-061-10/+15
| * Fix \be blur start position.greg2009-03-061-2/+2
| * Raise max. number of \be applications to 100, introduce #define for it.greg2009-03-061-2/+3
| * Replace magic numbers (for subpixel accuracy masking) with a define.greg2009-03-061-4/+5
| * Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.greg2009-03-063-14/+34
| * Sync latest set of changes.diego2009-03-061-0/+10
| * Sync local changes file with #ifdef --> #if conversion.diego2009-03-062-45/+50
| * Sync local changes file with #ifdef --> #if conversion.diego2009-03-061-12/+219
| * Add support for extracting the release version number from a VERSION file.diego2009-03-051-1/+6
| * Only add -Ilibdvdnav to the CFLAGS of the files that require it.diego2009-03-052-1/+3
| * Sleep based on get_delay in ao_win32 uninit instead of a loop.reimar2009-03-051-1/+2
| * Simplify CFLAGS generation for individual targets.diego2009-03-051-9/+9
| * Update libass changelog.greg2009-03-051-1/+6
| * Fix bug introduced by me in r28756sdrik2009-03-051-2/+2
| * Combine adjacent overlapping, translucent glyph borders and shadows togreg2009-03-053-1/+177
| * Fix positioned events' y-position when pan-and-scan is used.greg2009-03-051-2/+7
| * Support for subpixel accuracy of 3 bits for \pos and \move.greg2009-03-051-15/+20
| * Style override for ScaledBorderAndShadow.greg2009-03-051-0/+2
| * Support ScaledBorderAndShadow property.greg2009-03-055-1/+19
| * Scale shadow displacement and blur size like border size.greg2009-03-051-3/+3
| * Round shadow displacement to nearest int.greg2009-03-051-4/+5
| * Support a vsfilter special case:greg2009-03-051-1/+7
| * Hack: half-merge glyph border with outline to avoid ugly anti-aliasinggreg2009-03-051-1/+1
| * Simplify some vidix dhahelper build commands with automatic make variables.diego2009-03-051-5/+4
| * Ignore PlayResX/Y aspect ratio for font aspect ratio.greg2009-03-051-4/+1
| * synced with r28807Gabrov2009-03-051-3/+3
| * mphq now runs Subversion 1.5.diego2009-03-051-2/+2
| * full_buffers and buffered_bytes must be volatile because they are used fromreimar2009-03-051-2/+2
| * Synced with r28807.bircoph2009-03-051-2/+2
| * Make sure all output_surfaces are initialized in preinit.reimar2009-03-041-1/+1
| * Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...sdrik2009-03-041-38/+23
| * 10l: Fix max value for -vo vdpau:deint.cehoyos2009-03-041-1/+1
| * Make sure vo_x11_create_vo_window sets vo_dwidth and vo_dheight rightreimar2009-03-041-0/+6
| * Fix mp_msg call with too few arguments.reimar2009-03-041-1/+2
| * remove the rest of x86 asm from LGPL buildhenry2009-03-031-2/+2
| * 100l, remove a pointless opt = NULL assignment that made print_int crash sinc...reimar2009-03-031-1/+0
| * Add back mistakenly removed copyright notice.diego2009-03-031-0/+2
| * Add another hack to work-around the currently completely inconsistent way inreimar2009-03-031-1/+5
| * synced with r28788Gabrov2009-03-031