summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-3/+5
* sync w/ r28788gpoirier2009-03-021-7/+64
* sync w/r28707gpoirier2009-03-021-172/+190
* french punctuation cosmeticsgpoirier2009-03-021-50/+49
* - french punctuation cosmetics that was done weeks before.gpoirier2009-03-021-14/+22
* Make WinID a 64 bit integer, this should avoid issues with valid Windowreimar2009-03-023-3/+3
* Add a 64 bit integer type to the suboption parser.reimar2009-03-022-1/+23
* Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems.reimar2009-03-021-3/+3
* Minor cosmetics: fix indentationreimar2009-03-021-1/+1
* import ffmpeg changelogcompn2009-03-021-13/+58
* Synced with r28788.bircoph2009-03-021-3/+18
* changescompn2009-03-021-3/+4
* Improve vdpau deinterlacing documentation.cehoyos2009-03-011-1/+2
* Fix a memory leak.eugeni2009-03-011-0/+1
* Document that -heartbeat-cmd is only for video, not audio-onlyreimar2009-03-011-0/+1
* Use UTF-8 as character set.diego2009-03-011-1/+1
* cosmetics: Remove trailing whitespace.diego2009-03-011-25/+25
* With pan-and-scan, keep positioned events in their original positionseugeni2009-03-011-1/+5
* Remove unnecessary linking hack, compilation works fine without.diego2009-03-011-8/+0
* Remove now unnecessary linking hacks.diego2009-03-011-5/+0
* Mention VDPAU in Changelog.cehoyos2009-03-011-0/+1
* Add standard license headers to files.diego2009-03-0120-20/+381
* synced with r28775Gabrov2009-03-011-2/+14
* Fix typo in comments.rathann2009-03-011-2/+2
* Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).reimar2009-03-011-2/+4
* DART audio output driver for OS/2 by KO Myung-Hun, komh chollian netdiego2009-03-016-0/+381
* Make AltiVec code write alpha as 255 instead of 0 when converting to RGBAreimar2009-03-011-5/+5
* Fix braindead and broken way to calculate abase, fixes regression tests onreimar2009-03-011-1/+1
* Fix 10l typo in ADD_ALL_EXESUFS function name.diego2009-03-011-1/+1
* codec-cfg does not depend on codecs.conf.h, it is used to generate it.diego2009-03-011-1/+1
* Make all object files depend on generated header files.diego2009-03-011-4/+2
* Add explicit dependencies on generated header files for the object files alongdiego2009-03-011-1/+2
* Fix dependencies on generated header files for the codec* binaries.diego2009-03-011-3/+3
* 10l, replace a tab that slipped in.reimar2009-03-011-1/+1
* Create a set_format_params function that sets all the special options neededreimar2009-03-011-19/+23
* sync with en/mplayer.1 r28745jrash2009-03-011-39/+77
* Use M_PI for pi.cehoyos2009-02-281-2/+3
* Make VdpVideoMixerAttribute attributes[] static const.cehoyos2009-02-281-1/+1
* synced with r28745Gabrov2009-02-281-5/+8
* sync by Ivan (sevenfourk, sevenfourk gmail com)diego2009-02-281-189/+451
* Support brightness, contrast, hue and saturation adjustments viacehoyos2009-02-281-2/+54
* Fix OSD for vo vdpau:deint>1.cehoyos2009-02-281-1/+3
* Handle vdp_decoder_create failures better, in particular avoid unrelatedreimar2009-02-281-0/+5
* Fix a possible NULL-pointer crash introduced by local changes to libfaad2reimar2009-02-282-3/+5
* When converting from a non alpha format to an alpha format, defaults to all o...sdrik2009-02-286-37/+40
* Synced with r28745.bircoph2009-02-281-3/+34
* Zero-fill glyph_info_t before use.eugeni2009-02-271-1/+1
* Remove unused function argument.eugeni2009