| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2009-03-15 | 0 | -0/+0 |
* | Add some parentheses to silence the warnings: | diego | 2009-03-15 | 1 | -2/+2 |
* | Fix warning: Add forgotten 'int' to variable declaration. | iive | 2009-03-15 | 1 | -1/+1 |
* | sync w/r28958 | gpoirier | 2009-03-15 | 1 | -3/+4 |
* | Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le) | reimar | 2009-03-15 | 1 | -0/+1 |
* | 100l fix calculation of dropped frames, number of frames is time * fps, not t... | reimar | 2009-03-15 | 1 | -1/+1 |
* | Synced with r28958. | bircoph | 2009-03-15 | 1 | -5/+26 |
* | Update sync tag. | bircoph | 2009-03-15 | 1 | -1/+1 |
* | cosmetics: Remove file names from file header, it only causes trouble. | diego | 2009-03-15 | 9 | -13/+10 |
* | roff markup: Place \& after abbreviations like i.e. and e.g. | diego | 2009-03-15 | 1 | -4/+4 |
* | Remove obsolete extra elements from opt_t struct initialization. | diego | 2009-03-15 | 8 | -37/+37 |
* | Get rid of pointless preprocessor condition indirection and use ARCH_X86 | diego | 2009-03-15 | 2 | -23/+17 |
* | "MPlayer - The Movie Player" should be used as the player name. | diego | 2009-03-15 | 1 | -1/+1 |
* | cosmetics: typo fix | diego | 2009-03-15 | 1 | -1/+1 |
* | Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples. | reimar | 2009-03-15 | 1 | -14/+14 |
* | HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg. | diego | 2009-03-15 | 1 | -1/+1 |
* | sync w/r28950 | gpoirier | 2009-03-14 | 1 | -1/+22 |
* | KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net | diego | 2009-03-14 | 6 | -0/+1139 |
* | Move page heading and table of contents out of the codec support table. | diego | 2009-03-14 | 1 | -12/+8 |
* | Give table headings more meaningful names. | diego | 2009-03-14 | 1 | -14/+14 |
* | Clarify that -vo vdpau:deint=n delays video output for n>2 by one frame. | cehoyos | 2009-03-14 | 1 | -0/+3 |
* | Add /usr/X11R7 to the list of directories in which to search for X11 includes | diego | 2009-03-14 | 1 | -3/+5 |
* | Only compile fastmemcpybench on x86. | diego | 2009-03-14 | 1 | -2/+2 |
* | Set DOCTYPE in xsl-generated HTML documentation. | reimar | 2009-03-14 | 1 | -1/+3 |
* | Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macro | sdrik | 2009-03-14 | 1 | -7/+7 |
* | Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX regi... | reimar | 2009-03-13 | 2 | -4/+4 |
* | Use the same code as in vf_decimate to select diff_MMX | reimar | 2009-03-13 | 1 | -3/+2 |
* | Add missing ecx clobber in diff_MMX code (yes, that function is duplicated). | reimar | 2009-03-13 | 2 | -2/+2 |
* | Fix compilation with --charset=noconv | reimar | 2009-03-13 | 1 | -4/+2 |
* | Replace duplicated code by a macro. | diego | 2009-03-12 | 1 | -45/+16 |
* | add some info for acm and tips for searching | compn | 2009-03-12 | 1 | -5/+36 |
* | SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec net | diego | 2009-03-12 | 2 | -0/+3 |
* | Use ScaledBorderAndShadow: yes by default. | greg | 2009-03-11 | 1 | -0/+1 |
* | Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro | sdrik | 2009-03-11 | 1 | -11/+11 |
* | In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos el... | sdrik | 2009-03-11 | 1 | -1/+1 |
* | Update email address for Vajna, Miklós. | diego | 2009-03-11 | 1 | -1/+1 |
* | add sn40 binary codec | compn | 2009-03-10 | 1 | -0/+9 |
* | sn40 decodes with ffodivx | compn | 2009-03-10 | 1 | -2/+2 |
* | Fix and restructure fastmemcpybench. It is now one binary that runs all | diego | 2009-03-10 | 3 | -45/+140 |
* | typo nuppelvideo spotted by kostya | compn | 2009-03-10 | 1 | -2/+2 |
* | Output number of reference frames before creating H264 vdpau decoder. | cehoyos | 2009-03-09 | 1 | -0/+1 |
* | Update entry for libdvdread; add entry for libdvdnav. | diego | 2009-03-09 | 1 | -6/+16 |
* | cosmetics: Add newlines for better readability, rename Homepage entry to URL. | diego | 2009-03-09 | 1 | -18/+35 |
* | GraphEdit is also available in the Microsoft SDK nowadays. | diego | 2009-03-09 | 1 | -1/+1 |
* | typo | kraymer | 2009-03-09 | 1 | -1/+2 |
* | libmpdemux/nuppelvideo.h was removed. | diego | 2009-03-09 | 1 | -1/+1 |
* | partial further sync by patch by sevenfourk, sevenfourk gmail com | diego | 2009-03-09 | 1 | -0/+122 |
* | Ensure the string we're trying to compare is actually not NULL. | ben | 2009-03-09 | 1 | -1/+2 |
* | The first valid index is total count - 1 (usually 0) | ben | 2009-03-09 | 1 | -1/+1 |
* | Do not call waveOutReset in uninit if you should wait till playing finishes, | reimar | 2009-03-09 | 1 | -1/+2 |
* | Reuse libavutil fifo code instead of reimplementing it over and over. | reimar | 2009-03-09 | 2 | -133/+56 |
* | Mask all unused bits for packed pixel format instead of green and alpha mask ... | kostya | 2009-03-09 | 1 | -1/+1 |
* | Get rid of DEMUXER_TYPE_NUV define, it is no longer used. | reimar | 2009-03-09 | 1 | -1/+0 |
* | Get rid of nuppelvideo.h and its ugly packed struct and instead write the | reimar | 2009-03-09 | 2 | -98/+17 |
* | people are forgetting to update the changelog | compn | 2009-03-09 | 1 | -0/+4 |
* | Fix type of zlen, fixes crashes on 64 bit systems. | reimar | 2009-03-09 | 1 | -1/+2 |
* | Do not calculate the same value twice | reimar | 2009-03-09 | 1 | -1/+1 |
* | Allocate buffer for lzo compression correctly also for large frame sizes. | reimar | 2009-03-09 | 1 | -4/+4 |
* | nuv encoder 64 bit fix: avoid using long/sizeof(long) | reimar | 2009-03-09 | 1 | -5/+7 |
* | Remove now unused parts of nuppelvideo.h | reimar | 2009-03-09 | 1 | -99/+0 |
* | Remove native nuv demuxer, it only needs more code to achieve the same thing | reimar | 2009-03-09 | 4 | -465/+0 |
* | Make fastmemcpybench almost working - only thing missing is a way to | reimar | 2009-03-09 | 2 | -3/+4 |
* | synced with r28895 | Gabrov | 2009-03-09 | 2 | -8/+14 |
* | comment/output cosmetics | diego | 2009-03-09 | 1 | -9/+9 |
* | whitespace cosmetics: | diego | 2009-03-09 | 1 | -74/+75 |
* | Merge two preprocessor conditions in order to drop one duplicated #else case. | diego | 2009-03-09 | 1 | -9/+2 |
* | Ignore all fastmem-* binaries. | diego | 2009-03-09 | 0 | -0/+0 |
* | Change default OSD/subtitle font sizes. | greg | 2009-03-09 | 1 | -2/+2 |
* | Fix fastmemcpybench tools build: | diego | 2009-03-09 | 1 | -11/+15 |
* | sync w/r28895 | gpoirier | 2009-03-08 | 1 | -6/+13 |
* | Synced with r28895. | bircoph | 2009-03-08 | 1 | -8/+13 |
* | Cosmetics: reindent. | eugeni | 2009-03-08 | 1 | -25/+25 |
* | Treat -font/-subfont as Fontconfig pattern in libass. | eugeni | 2009-03-08 | 9 | -17/+37 |
* | Add test for C memcpy() | michael | 2009-03-08 | 2 | -0/+3 |
* | Resurrect script needed for easy use of fastmemcpybench.c. | michael | 2009-03-08 | 1 | -0/+19 |
* | Remove extraneous braces. | greg | 2009-03-08 | 1 | -4/+4 |
* | Don't assume width == stride for bitmap composition. | greg | 2009-03-08 | 1 | -6/+8 |
* | Revert | michael | 2009-03-08 | 1 | -2/+2 |
* | rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordingly | reimar | 2009-03-08 | 1 | -2/+1 |
* | Remove internal NuppelVideo decoder, the code in libavcodec can decode | reimar | 2009-03-08 | 7 | -1562/+0 |
* | Get rid of pointless debugging code | reimar | 2009-03-08 | 1 | -18/+0 |
* | Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there | reimar | 2009-03-08 | 1 | -257/+0 |
* | Remove colourspace-conversion stuff from rtjpeg, we have functions to do that | reimar | 2009-03-08 | 1 | -384/+0 |
* | Mark everything not used outside the file as "static" | reimar | 2009-03-08 | 1 | -36/+36 |
* | Remove functions not used by MPlayer from header | reimar | 2009-03-08 | 1 | -15/+0 |
* | Remove useless "extern" in function declarations. | reimar | 2009-03-08 | 1 | -22/+22 |
* | Add a small howto explaining how to cross-compile for MinGW | reimar | 2009-03-08 | 1 | -0/+31 |
* | Explain that disabling other input methods is not the purpose of -slave | reimar | 2009-03-08 | 1 | -0/+2 |
* | Remove unused variable from demux_mov. | reimar | 2009-03-08 | 1 | -1/+0 |
* | Add an option to disable the default key binding that MPlayer includes | reimar | 2009-03-08 | 2 | -1/+6 |
* | Bump etc/codecs.conf version to eliminate one possible cause when debugging V... | reimar | 2009-03-08 | 1 | -1/+1 |
* | Fix clipping for pan-and-scan. | greg | 2009-03-08 | 1 | -4/+6 |
* | Add a proper color check to the overlap compositing. | greg | 2009-03-08 | 1 | -0/+3 |
* | Replace rotation functions with a simplified version adapted from | greg | 2009-03-08 | 1 | -79/+40 |
* | Only use first \org in a line. | greg | 2009-03-07 | 1 | -4/+6 |
* | cosmetics: spelling fixes | diego | 2009-03-07 | 1 | -7/+7 |
* | cosmetics: Reformat file header. | diego | 2009-03-07 | 1 | -8/+3 |
* | Make pausing_keep_force the default for the set_mouse_pos and key_down_event - | reimar | 2009-03-07 | 3 | -3/+13 |
* | Update x264 version check for version required by lavc. | reimar | 2009-03-07 | 1 | -1/+1 |
* | Let the 4th plane reach the swScale function | sdrik | 2009-03-07 | 1 | -6/+8 |
* | YUVA420P is a planar YUV format | sdrik | 2009-03-07 | 1 | -0/+1 |
* | Reduce size of needlessly large mp3lib bandInfoStruct | reimar | 2009-03-07 | 1 | -5/+5 |
* | Make several constant mp3lib tables const | reimar | 2009-03-07 | 2 | -11/+11 |
* | Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_x... | reimar | 2009-03-07 | 2 | -4/+0 |
* | Make data related to suboption parsing const in libvo | reimar | 2009-03-07 | 17 | -20/+20 |
* | Get rid of the "set" member of the subopt-parser struct, it made | reimar | 2009-03-06 | 2 | -14/+4 |
* | Add some "const" to mpcodecs_vd_drivers | reimar | 2009-03-06 | 2 | -2/+2 |
* | The large -help help_text should be const so it goes into .rodata | reimar | 2009-03-06 | 25 | -25/+25 |
* | Make audio_out_* structs const so they end up in .rodata | reimar | 2009-03-06 | 2 | -24/+24 |
* | Make ao_info_t structs const. | reimar | 2009-03-06 | 23 | -23/+23 |
* | Use code that is actually thread-safe to calculate delay, free space etc. in ... | reimar | 2009-03-06 | 1 | -10/+13 |
* | Cosmetics: get rid of trailing whitespace. | reimar | 2009-03-06 | 1 | -23/+23 |
* | get rid of full_buffers variable, if the check it is used for is triggered | reimar | 2009-03-06 | 1 | -9/+0 |
* | Remove now unused buf_write_pos variable from ao_win32 | reimar | 2009-03-06 | 1 | -4/+1 |
* | Always write full buffers in ao_win32, except for the last block. | reimar | 2009-03-06 | 1 | -8/+5 |
* | Use calloc instead of malloc+memset | reimar | 2009-03-06 | 1 | -3/+1 |
* | sync w/r28807 | gpoirier | 2009-03-06 | 1 | -2/+2 |
* | The 8 bit per sample formats are unsigned on Windows, fixes playback with | reimar | 2009-03-06 | 2 | -2/+2 |
* | Refactor smalltex/tinytex EOSD optimization in vo_gl | reimar | 2009-03-06 | 1 | -18/+39 |
* | Remove several useless casts from af_resample | reimar | 2009-03-06 | 1 | -4/+4 |
* | Free af->setup and contents in af_resample uninit function. | reimar | 2009-03-06 | 1 | -0/+7 |
* | Use calloc to allocate the af_resample ring buffers, reportedly using | reimar | 2009-03-06 | 1 | -1/+1 |
* | Use a single malloc to allocate space for the circular buffers. | reimar | 2009-03-06 | 1 | -5/+4 |
* | Comment typo fixes for af_resample | reimar | 2009-03-06 | 1 | -7/+7 |
* | Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD, | reimar | 2009-03-06 | 1 | -3/+2 |
* | Remove duplicate OSD drawing introduced due to a conflict between r28840 and ... | reimar | 2009-03-06 | 1 | -3/+1 |
* | Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn | reimar | 2009-03-06 | 1 | -1/+4 |
* | As for vo_gl, do not rely on draw_osd to render EOSD. | reimar | 2009-03-06 | 1 | -1/+6 |
* | Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD. | greg | 2009-03-06 | 1 | -1/+1 |
* | Do not rely on draw_osd to render the EOSD, instead draw it already at the | reimar | 2009-03-06 | 1 | -10/+15 |
* | Fix \be blur start position. | greg | 2009-03-06 | 1 | -2/+2 |
* | Raise max. number of \be applications to 100, introduce #define for it. | greg | 2009-03-06 | 1 | -2/+3 |
* | Replace magic numbers (for subpixel accuracy masking) with a define. | greg | 2009-03-06 | 1 | -4/+5 |
* | Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be. | greg | 2009-03-06 | 3 | -14/+34 |
* | Sync latest set of changes. | diego | 2009-03-06 | 1 | -0/+10 |
* | Sync local changes file with #ifdef --> #if conversion. | diego | 2009-03-06 | 2 | -45/+50 |
* | Sync local changes file with #ifdef --> #if conversion. | diego | 2009-03-06 | 1 | -12/+219 |
* | Add support for extracting the release version number from a VERSION file. | diego | 2009-03-05 | 1 | -1/+6 |
* | Only add -Ilibdvdnav to the CFLAGS of the files that require it. | diego | 2009-03-05 | 2 | -1/+3 |
* | Sleep based on get_delay in ao_win32 uninit instead of a loop. | reimar | 2009-03-05 | 1 | |