aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Remove unnecessary libavutil/internal.h includesGravatar Uoti Urpala2009-07-26
* Merge svn changes up to r29417Gravatar Uoti Urpala2009-07-12
|\
| * 20% faster hqdn3d on x86_64Gravatar lorenm2009-07-07
| * new debanding filterGravatar lorenm2009-07-07
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
* | | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| | * replace "g" asm constraint by "erm" since "g" allows 64bit immediates whileGravatar gpoirier2009-06-07
| | * Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctlyGravatar reimar2009-06-01
| | * Initialize local variable, avoids a possible crash due to using anGravatar reimar2009-06-01
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it corr...Gravatar rik2009-05-09
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* | vd_ffmpeg.c: Use FFmpeg-mt compatible code for codec delayGravatar Uoti Urpala2009-04-30
| * Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.Gravatar diego2009-04-25
| * Remove reference to outdated documentation file.Gravatar diego2009-04-20
| * Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.Gravatar diego2009-04-20
| * follow renaming of pbBufPtr() to put_bits_ptr() by stefanoGravatar rik2009-04-13
| * Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,Gravatar diego2009-04-12
* | Merge branch 'ordered_chapters'Gravatar Uoti Urpala2009-04-08
|\ \
* \ \ Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\ \ \ | | |/ | |/|
| * | Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* | | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\| |
| | * vf_ass: Free private data at uninitGravatar Uoti Urpala2009-03-31
| |/ |/|
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...Gravatar reimar2009-03-29
| * Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.Gravatar reimar2009-03-29
| * Use x86_reg instead of long in several video filters to fix compilation on Mi...Gravatar reimar2009-03-27
| * Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.Gravatar cehoyos2009-03-18
| * Support FFmpeg codecs that decode to other formats than S16.Gravatar reimar2009-03-18
| * Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)Gravatar reimar2009-03-15
| * cosmetics: Remove file names from file header, it only causes trouble.Gravatar diego2009-03-15
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX regi...Gravatar reimar2009-03-13
| * Use the same code as in vf_decimate to select diff_MMXGravatar reimar2009-03-13
| * Add missing ecx clobber in diff_MMX code (yes, that function is duplicated).Gravatar reimar2009-03-13
| * Get rid of nuppelvideo.h and its ugly packed struct and instead write theGravatar reimar2009-03-09
| * Fix type of zlen, fixes crashes on 64 bit systems.Gravatar reimar2009-03-09
| * Do not calculate the same value twiceGravatar reimar2009-03-09
| * Allocate buffer for lzo compression correctly also for large frame sizes.Gravatar reimar2009-03-09
| * nuv encoder 64 bit fix: avoid using long/sizeof(long)Gravatar reimar2009-03-09
| * Remove internal NuppelVideo decoder, the code in libavcodec can decodeGravatar reimar2009-03-08
| * Get rid of pointless debugging codeGravatar reimar2009-03-08
| * Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is thereGravatar reimar2009-03-08
| * Remove colourspace-conversion stuff from rtjpeg, we have functions to do thatGravatar reimar2009-03-08
| * Mark everything not used outside the file as "static"Gravatar reimar2009-03-08
| * Remove functions not used by MPlayer from headerGravatar reimar2009-03-08
| * Remove useless "extern" in function declarations.Gravatar reimar2009-03-08