aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* change internal real video packetizing format to the more straight forward oneGravatar aurel2009-02-09
* Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.Gravatar diego2009-02-07
* swab() needs _XOPEN_SOURCE to be defined.Gravatar reimar2009-02-03
* Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch.Gravatar reimar2009-02-03
* FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDINGGravatar diego2009-02-02
* Adapt to lzo changes in libavutilGravatar reimar2009-02-02
* Convert CONFIG_XVMC into a 0/1 definition.Gravatar zuxy2009-02-02
* Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.Gravatar diego2009-02-01
* Update libavcodec 'aic' flag define to match current FFmpeg.Gravatar diego2009-01-30
* Avoid a division by 0 when using -oac mp3lame but no audio data actually is e...Gravatar reimar2009-01-28
* HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.Gravatar diego2009-01-25
* Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.Gravatar diego2009-01-25
* revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331Gravatar gpoirier2009-01-16
* Completely get rid of MMX define, use HAVE_MMX define instead.Gravatar gpoirier2009-01-16
* fix compilation on non x86 machines (PPC here)Gravatar gpoirier2009-01-16
* Another missed #ifdef HAVE_MMXGravatar reimar2009-01-16
* More #ifdef HAVE_MMX etc. missed by earlier search.Gravatar reimar2009-01-16
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* Fix two more instances of nonstandard license headers.Gravatar diego2009-01-05
* Sync with latest round of xvmc changes in FFmpeg.Gravatar diego2009-01-02
* Avoid unused variable warning.Gravatar diego2009-01-02
* Reorder #includes and #ifdefs to avoid excessive #ifdeffery.Gravatar diego2009-01-02
* Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.Gravatar diego2009-01-02
* XVID profile array should be const, so it is in rodataGravatar reimar2009-01-01
* Fix OSD flickering with filters that add frames (tfields, yadif) andGravatar reimar2008-12-30
* Fix OSD flicker with tfields as well.Gravatar reimar2008-12-30
* Avoid flickering OSD with -vf yadif=1Gravatar reimar2008-12-30
* Fix imaadpcm extradata with lavc encoder.Gravatar reimar2008-12-20
* xvmc is now a CONFIG_ option in FFmpeg.Gravatar diego2008-12-15
* Replace informal GPL notices by standard GPL headers.Gravatar diego2008-12-13
* license header consistency cosmeticsGravatar diego2008-12-13
* Replace informal GPL notes by standard GPL header.Gravatar diego2008-12-13
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Create a separate codecs.conf entry for Tremor and use it if MPlayer isGravatar diego2008-11-24
* cosmetics: Move up uninit() to avoid a forward declaration.Gravatar diego2008-11-23
* cosmetics: consistent function declarations.Gravatar diego2008-11-23
* cosmetics: Remove tabs and trailing whitespace.Gravatar diego2008-11-23
* Use libavutil FFMIN etc. instead of defining our own variants.Gravatar reimar2008-11-02
* Avoid pointless casting of void*Gravatar reimar2008-11-02
* Fix smartblur filter crash due to missing default scaler choice;Gravatar diego2008-10-27
* vf_palette: Fix compilation after libswscale API changesGravatar uau2008-10-25
* IWMMXT optimizations were removed from our internal libmpeg2 copy, so nowGravatar diego2008-10-22
* Use av_malloc/av_free for audio-related buffers to avoid crashes due toGravatar reimar2008-10-18
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.Gravatar diego2008-10-16
* #include necessary libavcodec header and remove duplicated struct declaration.Gravatar diego2008-10-14
* Remove useless '#undef realloc', realloc is not referenced anywhere near.Gravatar diego2008-10-14
* Remove duplicate extern declaration, fixes the warning:Gravatar diego2008-10-14