| Commit message (Expand) | Author | Age | Files | Lines |
* | remove startup -volume wish, option was added a while ago | compn | 2009-04-04 | 1 | -2/+0 |
* | add tivo (ty) and rm (rmvb) to file chooser, fixes bug 663 | compn | 2009-04-04 | 1 | -2/+3 |
* | Avoid spurious rebuilds on svn up. The check to find out if the header file | cehoyos | 2009-04-04 | 1 | -1/+1 |
* | Fix passing CFLAGS and LDFLAGS with = in them as configure parameters. | diego | 2009-04-04 | 1 | -2/+2 |
* | make = and + both adjust audio delay, useful for keyboards without keypads | compn | 2009-04-04 | 1 | -0/+1 |
* | add fourccs: dvp and dvs1, from vlc dv video fourcc list | compn | 2009-04-03 | 1 | -0/+2 |
* | Fix compilation for newly added VAAPI_HWACCEL's. | cehoyos | 2009-04-03 | 1 | -0/+2 |
* | Use native endian float filter provided by libbs2b instead of | bircoph | 2009-04-02 | 1 | -5/+2 |
* | Add documentation for libbs2b audio filter. | bircoph | 2009-04-02 | 1 | -0/+17 |
* | Add libbs2b audio filter itself. | bircoph | 2009-04-02 | 3 | -0/+220 |
* | Support for libbs2b audio filter. | bircoph | 2009-04-02 | 1 | -0/+43 |
* | Fix compilation with libavcodec's HWACCEL. | cehoyos | 2009-04-02 | 1 | -0/+5 |
* | swscale: Remove mmx2 params from h[yc]scale(). | ramiro | 2009-04-02 | 1 | -29/+36 |
* | swscale: Split h[yc]scale_fast() into their own functions. | ramiro | 2009-04-02 | 1 | -23/+38 |
* | swscale: Execute sfence and emms depending on runtime flags. | ramiro | 2009-04-02 | 1 | -17/+4 |
* | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 | 26 | -123/+0 |
* | Add recently added FFmpeg subdirs to DIRS variable. | diego | 2009-04-02 | 1 | -0/+11 |
* | override codec tag for pcm s32le and s32be, used in mov | bcoudurier | 2009-04-02 | 1 | -0/+2 |
* | Add config.h #include, necessary for HAVE_MALLOC_H check. | diego | 2009-04-01 | 1 | -0/+1 |
* | Remove unused variable along with the related warning. | diego | 2009-04-01 | 1 | -1/+0 |
* | Increase probe buffer size to 32kB, this makes ac3 auto-detection far more re... | reimar | 2009-04-01 | 1 | -1/+1 |
* | At least direct3d vo supports -xineramascreen, too | reimar | 2009-04-01 | 1 | -1/+1 |
* | Make examples and test progs depend on libraries | mru | 2009-04-01 | 1 | -5/+0 |
* | Prefer vo vdpau over vo xv where available. | cehoyos | 2009-03-31 | 1 | -3/+3 |
* | 100l, add forgotten BGR15 format to fmt-conversion.c table | reimar | 2009-03-31 | 1 | -0/+1 |
* | cdvh decodes with ffdv | compn | 2009-03-31 | 1 | -0/+1 |
* | Add forgotten escapes for - | reimar | 2009-03-31 | 1 | -2/+2 |
* | Add missing $(EXESUF) to example/test program dependency declaration. | diego | 2009-03-31 | 1 | -3/+3 |
* | Explain relationship between -geometry and -xineramascreen. | reimar | 2009-03-31 | 1 | -0/+3 |
* | Get rid of nonsensical limits on -geometry x, y,w and h values, they only | reimar | 2009-03-31 | 1 | -15/+8 |
* | More flags; sync with Linux kernel. | zuxy | 2009-03-31 | 1 | -1/+10 |
* | override lavf tag for pcm s24le, mov uses the same for s24be | bcoudurier | 2009-03-30 | 1 | -0/+1 |
* | Support IMGFMT_NV12 for vo vdpau. | cehoyos | 2009-03-30 | 1 | -0/+6 |
* | Set the forced_subs_only value correctly whenever a new spudec is created. | reimar | 2009-03-30 | 2 | -1/+6 |
* | Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings. | reimar | 2009-03-30 | 1 | -1/+1 |
* | Make sure we do not accidentally use the vdp_get_error_string from the | reimar | 2009-03-30 | 1 | -0/+1 |
* | Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau. | cehoyos | 2009-03-29 | 1 | -2/+20 |
* | VDPAU supports IMGFMT_I420 and IMGFMT_IYUV. | cehoyos | 2009-03-29 | 1 | -0/+2 |
* | Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib... | reimar | 2009-03-29 | 4 | -22/+18 |
* | Globally ignore all example binaries. | diego | 2009-03-29 | 0 | -0/+0 |
* | Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo. | reimar | 2009-03-29 | 4 | -19/+17 |
* | Generalize example target rule in common.mak so that it sets a -example$(EXESUF) | diego | 2009-03-29 | 1 | -1/+1 |
* | Move swscale AltiVec template code to ppc subdirectory. | diego | 2009-03-29 | 2 | -1/+1 |
* | Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice. | reimar | 2009-03-29 | 2 | -6/+4 |
* | Relicense file to LGPL with the permission of Romain Dolbeau, the author. | diego | 2009-03-29 | 1 | -8/+8 |
* | sync with en/mplayer.1 r29059 | jrash | 2009-03-29 | 1 | -6/+3 |
* | Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is | reimar | 2009-03-29 | 1 | -0/+4 |
* | Cosmetics: Reindent after last commit. | cehoyos | 2009-03-29 | 1 | -1/+1 |
* | 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set. | cehoyos | 2009-03-29 | 1 | -0/+3 |
* | synced with r29059 | Gabrov | 2009-03-28 | 1 | -6/+3 |
* | Move config.h include directive up as a precaution measure. | bircoph | 2009-03-28 | 1 | -1/+2 |
* | Reorder includes alphabetically. | bircoph | 2009-03-28 | 1 | -2/+2 |
* | Remove af_mp.h and add its content to af.h | bircoph | 2009-03-28 | 2 | -34/+8 |
* | Remove af_msg special-casing API in libaf. | bircoph | 2009-03-28 | 20 | -180/+141 |
* | Document the ass_render_event event_images parameter. | reimar | 2009-03-28 | 1 | -0/+1 |
* | Initialize all structs to 0 before using them. | reimar | 2009-03-28 | 1 | -0/+3 |
* | Check for ddk/ntddcdrm.h header before enabling VCD on mingw. | reimar | 2009-03-28 | 1 | -3/+11 |
* | 100l, revert r29082, I missed that the vts comparison should be case-insensit... | reimar | 2009-03-28 | 1 | -1/+5 |
* | Reindent | reimar | 2009-03-28 | 1 | -2/+2 |
* | Simplify extracting title number from ifo name | reimar | 2009-03-28 | 1 | -5/+1 |
* | Move bfin specific code to its subdir. | ramiro | 2009-03-27 | 4 | -4/+7 |
* | Simplify detection of .ifo extension. | reimar | 2009-03-27 | 1 | -2/+2 |
* | Use x86_reg instead of long in several video filters to fix compilation on Mi... | reimar | 2009-03-27 | 4 | -11/+11 |
* | Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating it | reimar | 2009-03-27 | 1 | -27/+1 |
* | Get rid of gettimeofday reimplementation for MinGW, all remotely recent | reimar | 2009-03-27 | 1 | -9/+0 |
* | spelling fixes, add release name | diego | 2009-03-27 | 1 | -16/+16 |
* | Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADER | reimar | 2009-03-27 | 1 | -1/+1 |
* | misc updates | diego | 2009-03-27 | 1 | -8/+3 |
* | Sync cpuid detection code with libavcodec: assume it is always available on x... | reimar | 2009-03-27 | 1 | -13/+7 |
* | Rename local TMP variable to TMPRES to avoid a clash with the | reimar | 2009-03-27 | 1 | -4/+4 |
* | Rename cs_test.c --> colorspace-test.c. This is more consistent with the names | diego | 2009-03-26 | 2 | -2/+2 |
* | change close to closesocket, unifies close streaming code | compn | 2009-03-26 | 1 | -1/+1 |
* | Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test | diego | 2009-03-26 | 0 | -0/+0 |
* | Add support for mmsh:// as alias for mmshttp:// | reimar | 2009-03-26 | 1 | -2/+3 |
* | Move yuv2rgb code to subdirs. | ramiro | 2009-03-26 | 9 | -65/+113 |
* | enable vp6 codec to read/write .fpf (passlogfile) | compn | 2009-03-25 | 1 | -3/+5 |
* | Simplify vdpau deinterlacing code and fix timing for deint=2. | cehoyos | 2009-03-25 | 1 | -7/+7 |
* | typo fixes | diego | 2009-03-25 | 1 | -5/+5 |
* | Update date in manual page. | diego | 2009-03-25 | 1 | -1/+1 |
* | Rename 'default-binds' input option to 'default-bindings'. | diego | 2009-03-25 | 6 | -9/+9 |
* | cosmetics: Drop leading underscore from extra_ variables. | diego | 2009-03-25 | 1 | -194/+194 |
* | swscale-example is an API example, not a test program. | diego | 2009-03-25 | 1 | -1/+2 |
* | 1l: There is no more delay since r29051. | cehoyos | 2009-03-25 | 1 | -3/+0 |
* | Clarify vdpau deinterlacers. | cehoyos | 2009-03-25 | 1 | -2/+2 |
* | New VDPAU deinterlacing code needs one reference surface less for software de... | cehoyos | 2009-03-24 | 1 | -1/+1 |
* | New vdpau deinterlacing code needs one reference surface less. | cehoyos | 2009-03-24 | 1 | -6/+5 |
* | Stephen Warren reported that VDPAU deinterlacing did not work correctly. | cehoyos | 2009-03-24 | 1 | -4/+10 |
* | sqcp plays with ffqclp in ffmpeg | compn | 2009-03-24 | 1 | -0/+1 |
* | Update help output with previous --extra-ldflags change. | diego | 2009-03-24 | 1 | -3/+2 |
* | Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion | sdrik | 2009-03-24 | 1 | -2/+8 |
* | Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane | sdrik | 2009-03-24 | 1 | -0/+6 |
* | Simpler and more elegant fix to the x86_32/OSX+PIC build failure | sdrik | 2009-03-24 | 2 | -10/+4 |
* | Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrary | diego | 2009-03-24 | 1 | -98/+98 |
* | typo fix: Remove stray '-' from --extra-cflags option evaluation. | diego | 2009-03-23 | 1 | -1/+1 |
* | Replace --with-extraincdir option by --extra-cflags, which accepts arbitrary | diego | 2009-03-23 | 1 | -48/+48 |
* | Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection. | diego | 2009-03-23 | 1 | -5/+3 |
* | Do not use full CFLAGS to build codec-cfg, they are unnecessary. | diego | 2009-03-23 | 1 | -1/+1 |
* | Change function call order in config(). | cehoyos | 2009-03-22 | 1 | -10/+5 |
* | Rename 'tests' target to 'testprogs'. It is too easily confused with the | diego | 2009-03-22 | 1 | -1/+1 |
* | Remove unnecessary CLEANFILES declaration. Test programs do not require it. | diego | 2009-03-22 | 1 | -2/+0 |
* | Add forgotten "static" to new data_length variable in ao_pcm | reimar | 2009-03-22 | 1 | -1/+1 |
* | Whitespace-only cosmetics: use consistent indentation in ao_pcm.c | reimar | 2009-03-22 | 1 | -137/+137 |
* | Print a warning if ao_pcm wrote more data than what can be specified in the | reimar | 2009-03-22 | 1 | -5/+11 |
* | Sync with r28984: 17% done. | bircoph | 2009-03-22 | 1 | -508/+504 |
* | Synced with r28991. | bircoph | 2009-03-22 | 1 | -7/+6 |
* | sync with en/mplayer.1 r28991 | jrash | 2009-03-22 | 1 | -12/+57 |
* | Enable unscaled packed422 -> planar 420 converters by default as the | michael | 2009-03-21 | 1 | -5/+4 |
* | 10l (C code was buggy and untested) | michael | 2009-03-21 | 1 | -4/+7 |
* | Average chroma of 2 lines in packed 422 -> planar 420. | michael | 2009-03-21 | 1 | -4/+110 |
* | 10l: Only try to create vdpau decoder if hardware decoding is intended. | cehoyos | 2009-03-21 | 1 | -1/+1 |
* | Test if create_vdp_decoder() might succeed by calling it from config() | cehoyos | 2009-03-21 | 1 | -0/+3 |
* | Change return value for create_vdp_decoder(). | cehoyos | 2009-03-21 | 1 | -3/+3 |
* | map jls (jpeg-ls), thm and db (thumbnails) files to jpg | compn | 2009-03-21 | 1 | -0/+5 |
* | Factorize create_vdp_decoder(). | cehoyos | 2009-03-21 | 1 | -32/+40 |
* | Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined. | diego | 2009-03-21 | 1 | -0/+1 |
* | Fix build failure on x86_32 Mac OS X with PIC enabled | sdrik | 2009-03-21 | 2 | -2/+12 |
* | Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi... | reimar | 2009-03-21 | 1 | -1/+3 |
* | Remove postinst script that asks for a TrueType font to use as default. | diego | 2009-03-21 | 2 | -59/+1 |
* | Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg. | diego | 2009-03-21 | 1 | -0/+2 |
* | Avoid crash on planarCopy to a destination without alpha. | reimar | 2009-03-20 | 1 | -1/+2 |
* | Initialize pointer arrays which may be freed before being initialized. | benoit | 2009-03-20 | 1 | -3/+3 |
* | Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it | reimar | 2009-03-20 | 1 | -4/+3 |
* | Fix swscale compilation with Altivec enabled. | reimar | 2009-03-20 | 1 | -1/+1 |
* | Reindent after last commit | sdrik | 2009-03-20 | 1 | -66/+66 |
* | Also test the alpha channel in swscale-example | sdrik | 2009-03-20 | 1 | -19/+22 |
* | YUVA420P is now supported as output format | sdrik | 2009-03-20 | 2 | -8/+13 |
* | Add alpha channel scaling | sdrik | 2009-03-20 | 3 | -88/+411 |
* | Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters | sdrik | 2009-03-20 | 2 | -10/+115 |
* | Use a simpler and more general check for the gray case in the planarCopy func... | sdrik | 2009-03-20 | 1 | -4/+1 |
* | Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings: | diego | 2009-03-19 | 1 | -2/+2 |
* | Remove useless casting in asm "m" operand. | cehoyos | 2009-03-19 | 1 | -2/+2 |
* | Allocate executable memory with VirtualAlloc() in Windows. | ramiro | 2009-03-19 | 1 | -0/+10 |
* | Drop unnecessary cast and cosmetically align. | ramiro | 2009-03-19 | 1 | -5/+5 |
* | Fix HTML docs generation, broken in r28980. | rathann | 2009-03-19 | 1 | -1/+1 |
* | Revert | michael | 2009-03-19 | 1 | -28/+18 |
* | Fix 10l typo. | michael | 2009-03-19 | 1 | -4/+4 |
* | remove trailing whitespaces | Gabrov | 2009-03-19 | 4 | -10/+10 |
* | remove trailing whitespaces | Gabrov | 2009-03-19 | 1 | -5/+5 |
* | remove trailing whitespaces all over the place | Gabrov | 2009-03-19 | 7 | -15/+15 |
* | synced with r28991 | Gabrov | 2009-03-19 | 2 | -23/+27 |
* | Unscaled converters for | michael | 2009-03-19 | 4 | -1/+324 |
* | Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again. | reimar | 2009-03-18 | 1 | -18/+28 |
* | Support icc 11.1. | cehoyos | 2009-03-18 | 1 | -1/+1 |
* | drop obsolete guidelines | rathann | 2009-03-18 | 1 | -6/+2 |
* | swscale-example: use LFG instead of random() | ramiro | 2009-03-18 | 1 | -1/+5 |
* | Do not assume long is same width as x86 register. | ramiro | 2009-03-18 | 5 | -36/+39 |
* | Allow to use vdpau temporal deinterlacers with hardware accelerated decoding. | cehoyos | 2009-03-18 | 5 | -15/+33 |
* | Support FFmpeg codecs that decode to other formats than S16. | reimar | 2009-03-18 | 1 | -1/+10 |
* | Older versions of <vdpau/vdpau.h> will fail during compilation. | cehoyos | 2009-03-18 | 1 | -1/+1 |
* | Consistently use ff_ prefixes for internal symbols. | diego | 2009-03-18 | 8 | -25/+25 |
* | 10l: Fix indentation. | cehoyos | 2009-03-18 | 1 | -1/+0 |
* | Add a fillPlane function to fill a plane with one constant value | sdrik | 2009-03-17 | 1 | -8/+11 |
* | Don't write outside of the picture buffer in planarCopy in the gray case | sdrik | 2009-03-17 | 1 | -2/+8 |
* | Get rid of trailing whitespaces. | bircoph | 2009-03-17 | 1 | -24/+24 |
* | Synced with r28979. | bircoph | 2009-03-17 | 1 | -4/+12 |
* | Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name | diego | 2009-03-17 | 2 | -2/+2 |
* | whitespace cosmetics: Consistently format function calls without space | diego | 2009-03-17 | 2 | -65/+67 |
* | Avoid an error at the end of chunked HTML doc generation. | reimar | 2009-03-17 | 1 | -2/+4 |
* | Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing). | cehoyos | 2009-03-16 | 2 | -0/+16 |
* | Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb... | sdrik | 2009-03-16 | 1 | -12/+12 |
* | Cosmetics: reindent. | eugeni | 2009-03-16 | 1 | -5/+5 |
* | Fix uninitialized memory access in ass_fontconfig. | eugeni | 2009-03-16 | 1 | -0/+2 |
* | Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2, | reimar | 2009-03-16 | 3 | -0/+15 |
* | Check mpi type before returning an DR buffer in get_image, fixes jerkiness | reimar | 2009-03-16 | 1 | -0/+3 |
* | synced with r28968 with some extra roff markup fixes | Gabrov | 2009-03-16 | 1 | -36/+59 |
* | Split YUV2RGB operands declaration into a separate macro | sdrik | 2009-03-16 | 1 | -1/+6 |
* | Move initialisation of deint_surfaces[] to free_video_specific(). | cehoyos | 2009-03-15 | 1 | -4/+4 |
* | Update -vo vdpau command line help. | cehoyos | 2009-03-15 | 1 | -4/+4 |
* | Cosmetics: Fix whitespace. | cehoyos | 2009-03-15 | 1 | -1/+1 |
* | Initial support for advanced VDPAU deinterlacers (software-decoded video | cehoyos | 2009-03-15 | 2 | -12/+39 |
* | Ignore generated files 'tags' and 'cpuinfo'. | diego | |