| Commit message (Expand) | Author | Age |
* | vf_ass: Free private data at uninit | Uoti Urpala | 2009-03-31 |
* | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 |
|\ |
|
| * | Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX regi... | reimar | 2009-03-13 |
| * | Use the same code as in vf_decimate to select diff_MMX | reimar | 2009-03-13 |
| * | Add missing ecx clobber in diff_MMX code (yes, that function is duplicated). | reimar | 2009-03-13 |
| * | Get rid of nuppelvideo.h and its ugly packed struct and instead write the | reimar | 2009-03-09 |
| * | Fix type of zlen, fixes crashes on 64 bit systems. | reimar | 2009-03-09 |
| * | Do not calculate the same value twice | reimar | 2009-03-09 |
| * | Allocate buffer for lzo compression correctly also for large frame sizes. | reimar | 2009-03-09 |
| * | nuv encoder 64 bit fix: avoid using long/sizeof(long) | reimar | 2009-03-09 |
| * | Remove internal NuppelVideo decoder, the code in libavcodec can decode | reimar | 2009-03-08 |
| * | Get rid of pointless debugging code | reimar | 2009-03-08 |
| * | Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there | reimar | 2009-03-08 |
| * | Remove colourspace-conversion stuff from rtjpeg, we have functions to do that | reimar | 2009-03-08 |
| * | Mark everything not used outside the file as "static" | reimar | 2009-03-08 |
| * | Remove functions not used by MPlayer from header | reimar | 2009-03-08 |
| * | Remove useless "extern" in function declarations. | reimar | 2009-03-08 |
* | | Merge svn changes up to r28862 | Uoti Urpala | 2009-03-07 |
|\| |
|
| * | Add some "const" to mpcodecs_vd_drivers | reimar | 2009-03-06 |
| * | Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn | reimar | 2009-03-06 |
| * | Add another hack to work-around the currently completely inconsistent way in | reimar | 2009-03-03 |
| * | 10l, replace a tab that slipped in. | reimar | 2009-03-01 |
| * | Create a set_format_params function that sets all the special options needed | reimar | 2009-03-01 |
* | | Merge svn changes up to r28712 | Uoti Urpala | 2009-02-23 |
|\| |
|
| * | Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at the | diego | 2009-02-21 |
* | | Merge svn changes up to r28690 | Uoti Urpala | 2009-02-21 |
|\| |
|
| * | Remove unused and unreachable code hunk that was surrounded by a misspelled | diego | 2009-02-19 |
| * | Return PIX_FMT_NONE if the video system refuses all other formats. | iive | 2009-02-19 |
* | | Merge svn changes up to r28655 | Uoti Urpala | 2009-02-19 |
|\| |
|
| * | Add VOCAP_NOSLICES and use it to allow vo_vdpau to not support slices for | reimar | 2009-02-18 |
| * | Handle mpcodecs_get_image returning NULL, FFmpeg most of the time handles | reimar | 2009-02-18 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 |
|\| |
|
| * | Make it possible for mpcodecs_get_image to return NULL as the | reimar | 2009-02-17 |
| * | Print an error and return NULL in vf_get_image if we try to allocate | reimar | 2009-02-17 |
| * | Set avctx->opaque already at init instead of decode so it can be used in | reimar | 2009-02-17 |
| * | cosmetics: Remove stray empty lines. | diego | 2009-02-17 |
| * | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 |
| * | Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in this | diego | 2009-02-17 |
| * | Move FFmpeg #includes below all others so that they do not override | diego | 2009-02-17 |
| * | Fix #endif comment. | cehoyos | 2009-02-16 |
| * | Add support for VDPAU video out, including hardware decoding. | reimar | 2009-02-16 |
* | | Merge svn changes up to r28610 | Uoti Urpala | 2009-02-16 |
|\| |
|
| * | The AV_XVMC_RENDER_MAGIC constant was renamed to AV_XVMC_ID in FFmpeg. | diego | 2009-02-15 |
| * | Reflect ffmpeg change of xvmc struct field to xvmc_id. | iive | 2009-02-15 |
| * | The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg. | diego | 2009-02-15 |
| * | The xmvc structure member magic_id was renamed to unique_id. | diego | 2009-02-15 |
| * | Remove unnecessary #if around forward declaration. | reimar | 2009-02-15 |
| * | Restructure get_format so it can easily be extended to handle VDPAU | reimar | 2009-02-15 |
| * | Reuse the code for the general do_dr1 case to set get_buffer/release_buffer f... | reimar | 2009-02-15 |
| * | Use PIX_FMT_NONE instead of -1 | reimar | 2009-02-15 |