summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not use full CFLAGS to build codec-cfg, they are unnecessary.diego2009-03-231-1/+1
* Change function call order in config().cehoyos2009-03-221-10/+5
* Rename 'tests' target to 'testprogs'. It is too easily confused with thediego2009-03-221-1/+1
* Remove unnecessary CLEANFILES declaration. Test programs do not require it.diego2009-03-221-2/+0
* Add forgotten "static" to new data_length variable in ao_pcmreimar2009-03-221-1/+1
* Whitespace-only cosmetics: use consistent indentation in ao_pcm.creimar2009-03-221-137/+137
* Print a warning if ao_pcm wrote more data than what can be specified in thereimar2009-03-221-5/+11
* Sync with r28984: 17% done.bircoph2009-03-221-508/+504
* Synced with r28991.bircoph2009-03-221-7/+6
* sync with en/mplayer.1 r28991jrash2009-03-221-12/+57
* Enable unscaled packed422 -> planar 420 converters by default as themichael2009-03-211-5/+4
* 10l (C code was buggy and untested)michael2009-03-211-4/+7
* Average chroma of 2 lines in packed 422 -> planar 420.michael2009-03-211-4/+110
* 10l: Only try to create vdpau decoder if hardware decoding is intended.cehoyos2009-03-211-1/+1
* Test if create_vdp_decoder() might succeed by calling it from config()cehoyos2009-03-211-0/+3
* Change return value for create_vdp_decoder().cehoyos2009-03-211-3/+3
* map jls (jpeg-ls), thm and db (thumbnails) files to jpgcompn2009-03-211-0/+5
* Factorize create_vdp_decoder().cehoyos2009-03-211-32/+40
* Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.diego2009-03-211-0/+1
* Fix build failure on x86_32 Mac OS X with PIC enabledsdrik2009-03-212-2/+12
* Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi...reimar2009-03-211-1/+3
* Remove postinst script that asks for a TrueType font to use as default.diego2009-03-212-59/+1
* Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.diego2009-03-211-0/+2
* Avoid crash on planarCopy to a destination without alpha.reimar2009-03-201-1/+2
* Initialize pointer arrays which may be freed before being initialized.benoit2009-03-201-3/+3
* Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides itreimar2009-03-201-4/+3
* Fix swscale compilation with Altivec enabled.reimar2009-03-201-1/+1
* Reindent after last commitsdrik2009-03-201-66/+66
* Also test the alpha channel in swscale-examplesdrik2009-03-201-19/+22
* YUVA420P is now supported as output formatsdrik2009-03-202-8/+13
* Add alpha channel scalingsdrik2009-03-203-88/+411
* Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converterssdrik2009-03-202-10/+115
* Use a simpler and more general check for the gray case in the planarCopy func...sdrik2009-03-201-4/+1
* Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:diego2009-03-191-2/+2
* Remove useless casting in asm "m" operand.cehoyos2009-03-191-2/+2
* Allocate executable memory with VirtualAlloc() in Windows.ramiro2009-03-191-0/+10
* Drop unnecessary cast and cosmetically align.ramiro2009-03-191-5/+5
* Fix HTML docs generation, broken in r28980.rathann2009-03-191-1/+1
* Revertmichael2009-03-191-28/+18
* Fix 10l typo.michael2009-03-191-4/+4
* remove trailing whitespacesGabrov2009-03-194-10/+10
* remove trailing whitespacesGabrov2009-03-191-5/+5
* remove trailing whitespaces all over the placeGabrov2009-03-197-15/+15
* synced with r28991Gabrov2009-03-192-23/+27
* Unscaled converters formichael2009-03-194-1/+324
* Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.reimar2009-03-181-18/+28
* Support icc 11.1.cehoyos2009-03-181-1/+1
* drop obsolete guidelinesrathann2009-03-181-6/+2
* swscale-example: use LFG instead of random()ramiro2009-03-181-1/+5
* Do not assume long is same width as x86 register.ramiro2009-03-185-36/+39
* Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.cehoyos2009-03-185-15/+33
* Support FFmpeg codecs that decode to other formats than S16.reimar2009-03-181-1/+10
* Older versions of <vdpau/vdpau.h> will fail during compilation.cehoyos2009-03-181-1/+1
* Consistently use ff_ prefixes for internal symbols.diego2009-03-188-25/+25
* 10l: Fix indentation.cehoyos2009-03-181-1/+0
* Add a fillPlane function to fill a plane with one constant valuesdrik2009-03-171-8/+11
* Don't write outside of the picture buffer in planarCopy in the gray casesdrik2009-03-171-2/+8
* Get rid of trailing whitespaces.bircoph2009-03-171-24/+24
* Synced with r28979.bircoph2009-03-171-4/+12
* Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() namediego2009-03-172-2/+2
* whitespace cosmetics: Consistently format function calls without spacediego2009-03-172-65/+67
* Avoid an error at the end of chunked HTML doc generation.reimar2009-03-171-2/+4
* Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).cehoyos2009-03-162-0/+16
* Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb...sdrik2009-03-161-12/+12
* Cosmetics: reindent.eugeni2009-03-161-5/+5
* Fix uninitialized memory access in ass_fontconfig.eugeni2009-03-161-0/+2
* Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,reimar2009-03-163-0/+15
* Check mpi type before returning an DR buffer in get_image, fixes jerkinessreimar2009-03-161-0/+3
* synced with r28968 with some extra roff markup fixesGabrov2009-03-161-36/+59
* Split YUV2RGB operands declaration into a separate macrosdrik2009-03-161-1/+6
* Move initialisation of deint_surfaces[] to free_video_specific().cehoyos2009-03-151-4/+4
* Update -vo vdpau command line help.cehoyos2009-03-151-4/+4
* Cosmetics: Fix whitespace.cehoyos2009-03-151-1/+1
* Initial support for advanced VDPAU deinterlacers (software-decoded videocehoyos2009-03-152-12/+39
* Ignore generated files 'tags' and 'cpuinfo'.diego2009-03-150-0/+0
* Add some parentheses to silence the warnings:diego2009-03-151-2/+2
* Fix warning: Add forgotten 'int' to variable declaration.iive2009-03-151-1/+1
* sync w/r28958gpoirier2009-03-151-3/+4
* Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)reimar2009-03-151-0/+1
* 100l fix calculation of dropped frames, number of frames is time * fps, not t...reimar2009-03-151-1/+1
* Synced with r28958.bircoph2009-03-151-5/+26
* Update sync tag.bircoph2009-03-151-1/+1
* cosmetics: Remove file names from file header, it only causes trouble.diego2009-03-159-13/+10
* roff markup: Place \& after abbreviations like i.e. and e.g.diego2009-03-151-4/+4
* Remove obsolete extra elements from opt_t struct initialization.diego2009-03-158-37/+37
* Get rid of pointless preprocessor condition indirection and use ARCH_X86diego2009-03-152-23/+17
* "MPlayer - The Movie Player" should be used as the player name.diego2009-03-151-1/+1
* cosmetics: typo fixdiego2009-03-151-1/+1
* Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.reimar2009-03-151-14/+14
* HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg.diego2009-03-151-1/+1
* 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-07