| Commit message (Expand) | Author | Age |
* | Reindent | reimar | 2009-08-26 |
* | Retry deciding to get audio parameters several times on errors, this avoids | reimar | 2009-08-26 |
* | Fix incorrect channel ordering for lavc audio codecs (specifically ffac3, | tack | 2009-08-18 |
* | 100l, fix compilation again and make codec-cfg.c use the predefined constants | reimar | 2009-08-12 |
* | 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding. | reimar | 2009-08-12 |
* | Add IMGFMT_RGB48LE and IMGFMT_RGB48BE. | cehoyos | 2009-08-11 |
* | Add a giant hack to the x264 encoder module to ensure all delayed frames are | reimar | 2009-08-07 |
* | Replace macro: MAX -> FFMAX | ben | 2009-08-06 |
* | Fix stupid, off-by-one, mistakes in assert() expressions. | eugeni | 2009-07-27 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 |
* | Make sure clip coordinates are inside the screen area. | eugeni | 2009-07-18 |
* | 20% faster hqdn3d on x86_64 | lorenm | 2009-07-07 |
* | new debanding filter | lorenm | 2009-07-07 |
* | replace "g" asm constraint by "erm" since "g" allows 64bit immediates while | gpoirier | 2009-06-07 |
* | Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly | reimar | 2009-06-01 |
* | Initialize local variable, avoids a possible crash due to using an | reimar | 2009-06-01 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it corr... | rik | 2009-05-09 |
* | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 |
* | Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT. | diego | 2009-04-25 |
* | Remove reference to outdated documentation file. | diego | 2009-04-20 |
* | Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash. | diego | 2009-04-20 |
* | follow renaming of pbBufPtr() to put_bits_ptr() by stefano | rik | 2009-04-13 |
* | Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3, | diego | 2009-04-12 |
* | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 |
* | Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib... | reimar | 2009-03-29 |
* | Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice. | reimar | 2009-03-29 |
* | Use x86_reg instead of long in several video filters to fix compilation on Mi... | reimar | 2009-03-27 |
* | Allow to use vdpau temporal deinterlacers with hardware accelerated decoding. | cehoyos | 2009-03-18 |
* | Support FFmpeg codecs that decode to other formats than S16. | reimar | 2009-03-18 |
* | Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le) | reimar | 2009-03-15 |
* | cosmetics: Remove file names from file header, it only causes trouble. | diego | 2009-03-15 |
* | 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 |
* | 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 |