summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More flags; sync with Linux kernel.zuxy2009-03-311-1/+10
* override lavf tag for pcm s24le, mov uses the same for s24bebcoudurier2009-03-301-0/+1
* Support IMGFMT_NV12 for vo vdpau.cehoyos2009-03-301-0/+6
* Set the forced_subs_only value correctly whenever a new spudec is created.reimar2009-03-302-1/+6
* Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.reimar2009-03-301-1/+1
* Make sure we do not accidentally use the vdp_get_error_string from thereimar2009-03-301-0/+1
* Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.cehoyos2009-03-291-2/+20
* VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.cehoyos2009-03-291-0/+2
* Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...reimar2009-03-294-22/+18
* Globally ignore all example binaries.diego2009-03-290-0/+0
* Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.reimar2009-03-294-19/+17
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)diego2009-03-291-1/+1
* Move swscale AltiVec template code to ppc subdirectory.diego2009-03-292-1/+1
* Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.reimar2009-03-292-6/+4
* Relicense file to LGPL with the permission of Romain Dolbeau, the author.diego2009-03-291-8/+8
* sync with en/mplayer.1 r29059jrash2009-03-291-6/+3
* Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream isreimar2009-03-291-0/+4
* Cosmetics: Reindent after last commit.cehoyos2009-03-291-1/+1
* 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.cehoyos2009-03-291-0/+3
* synced with r29059Gabrov2009-03-281-6/+3
* Move config.h include directive up as a precaution measure.bircoph2009-03-281-1/+2
* Reorder includes alphabetically.bircoph2009-03-281-2/+2
* Remove af_mp.h and add its content to af.hbircoph2009-03-282-34/+8
* Remove af_msg special-casing API in libaf.bircoph2009-03-2820-180/+141
* Document the ass_render_event event_images parameter.reimar2009-03-281-0/+1
* Initialize all structs to 0 before using them.reimar2009-03-281-0/+3
* Check for ddk/ntddcdrm.h header before enabling VCD on mingw.reimar2009-03-281-3/+11
* 100l, revert r29082, I missed that the vts comparison should be case-insensit...reimar2009-03-281-1/+5
* Reindentreimar2009-03-281-2/+2
* Simplify extracting title number from ifo namereimar2009-03-281-5/+1
* Move bfin specific code to its subdir.ramiro2009-03-274-4/+7
* Simplify detection of .ifo extension.reimar2009-03-271-2/+2
* Use x86_reg instead of long in several video filters to fix compilation on Mi...reimar2009-03-274-11/+11
* Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating itreimar2009-03-271-27/+1
* Get rid of gettimeofday reimplementation for MinGW, all remotely recentreimar2009-03-271-9/+0
* spelling fixes, add release namediego2009-03-271-16/+16
* Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADERreimar2009-03-271-1/+1
* misc updatesdiego2009-03-271-8/+3
* Sync cpuid detection code with libavcodec: assume it is always available on x...reimar2009-03-271-13/+7
* Rename local TMP variable to TMPRES to avoid a clash with thereimar2009-03-271-4/+4
* Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesdiego2009-03-262-2/+2
* change close to closesocket, unifies close streaming codecompn2009-03-261-1/+1
* Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -testdiego2009-03-260-0/+0
* Add support for mmsh:// as alias for mmshttp://reimar2009-03-261-2/+3
* Move yuv2rgb code to subdirs.ramiro2009-03-269-65/+113
* enable vp6 codec to read/write .fpf (passlogfile)compn2009-03-251-3/+5
* Simplify vdpau deinterlacing code and fix timing for deint=2.cehoyos2009-03-251-7/+7
* typo fixesdiego2009-03-251-5/+5
* Update date in manual page.diego2009-03-251-1/+1
* Rename 'default-binds' input option to 'default-bindings'.diego2009-03-256-9/+9
* cosmetics: Drop leading underscore from extra_ variables.diego2009-03-251-194/+194
* swscale-example is an API example, not a test program.diego2009-03-251-1/+2
* 1l: There is no more delay since r29051.cehoyos2009-03-251-3/+0
* Clarify vdpau deinterlacers.cehoyos2009-03-251-2/+2
* New VDPAU deinterlacing code needs one reference surface less for software de...cehoyos2009-03-241-1/+1
* New vdpau deinterlacing code needs one reference surface less.cehoyos2009-03-241-6/+5
* Stephen Warren reported that VDPAU deinterlacing did not work correctly.cehoyos2009-03-241-4/+10
* sqcp plays with ffqclp in ffmpegcompn2009-03-241-0/+1
* Update help output with previous --extra-ldflags change.diego2009-03-241-3/+2
* Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertionsdrik2009-03-241-2/+8
* Fix some places where "non-alpha to YUVA420P" do not fill the alpha planesdrik2009-03-241-0/+6
* Simpler and more elegant fix to the x86_32/OSX+PIC build failuresdrik2009-03-242-10/+4
* Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrarydiego2009-03-241-98/+98
* typo fix: Remove stray '-' from --extra-cflags option evaluation.diego2009-03-231-1/+1
* Replace --with-extraincdir option by --extra-cflags, which accepts arbitrarydiego2009-03-231-48/+48
* Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.diego2009-03-231-5/+3
* 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 ffodivxcompn