| Commit message (Expand) | Author | Age |
* | Use fmt-conversion.h in vd_ffmpeg.c | reimar | 2009-02-14 |
* | Consistently place whitespace around * ( ) and , | reimar | 2009-02-14 |
* | Remove useless break | reimar | 2009-02-14 |
* | Indentation and other whitespace fixes | reimar | 2009-02-14 |
* | Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg. | diego | 2009-02-14 |
* | Replace fprintf call by mp_msg, fixes the warning: | diego | 2009-02-14 |
* | Cosmetics: handle all special/compressed formats in a single if in mp_image_s... | reimar | 2009-02-14 |
* | Add support for image formats and codecs used by VDPAU | reimar | 2009-02-14 |
* | Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that | reimar | 2009-02-14 |
* | 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists, | reimar | 2009-02-12 |
* | Remove trailing whitespace from vd_ffmpeg. | reimar | 2009-02-12 |
* | Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style. | reimar | 2009-02-12 |
* | Remove several #ifdefs that check for libavcodec features from vd_ffmpeg. | reimar | 2009-02-12 |
* | change internal real video packetizing format to the more straight forward one | aurel | 2009-02-09 |
* | Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris. | diego | 2009-02-07 |
* | swab() needs _XOPEN_SOURCE to be defined. | reimar | 2009-02-03 |
* | Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch. | reimar | 2009-02-03 |
* | FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDING | diego | 2009-02-02 |
* | Adapt to lzo changes in libavutil | reimar | 2009-02-02 |
* | Convert CONFIG_XVMC into a 0/1 definition. | zuxy | 2009-02-02 |
* | Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com. | diego | 2009-02-01 |
* | Update libavcodec 'aic' flag define to match current FFmpeg. | diego | 2009-01-30 |
* | Avoid a division by 0 when using -oac mp3lame but no audio data actually is e... | reimar | 2009-01-28 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 |
* | Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. | diego | 2009-01-25 |
* | Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. | diego | 2009-01-25 |
* | revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331 | gpoirier | 2009-01-16 |
* | Completely get rid of MMX define, use HAVE_MMX define instead. | gpoirier | 2009-01-16 |
* | fix compilation on non x86 machines (PPC here) | gpoirier | 2009-01-16 |
* | Another missed #ifdef HAVE_MMX | reimar | 2009-01-16 |
* | More #ifdef HAVE_MMX etc. missed by earlier search. | reimar | 2009-01-16 |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 |
* | Fix two more instances of nonstandard license headers. | diego | 2009-01-05 |
* | Sync with latest round of xvmc changes in FFmpeg. | diego | 2009-01-02 |
* | Avoid unused variable warning. | diego | 2009-01-02 |
* | Reorder #includes and #ifdefs to avoid excessive #ifdeffery. | diego | 2009-01-02 |
* | Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery. | diego | 2009-01-02 |
* | XVID profile array should be const, so it is in rodata | reimar | 2009-01-01 |
* | Fix OSD flickering with filters that add frames (tfields, yadif) and | reimar | 2008-12-30 |
* | Fix OSD flicker with tfields as well. | reimar | 2008-12-30 |
* | Avoid flickering OSD with -vf yadif=1 | reimar | 2008-12-30 |
* | Fix imaadpcm extradata with lavc encoder. | reimar | 2008-12-20 |
* | xvmc is now a CONFIG_ option in FFmpeg. | diego | 2008-12-15 |
* | Replace informal GPL notices by standard GPL headers. | diego | 2008-12-13 |
* | license header consistency cosmetics | diego | 2008-12-13 |
* | Replace informal GPL notes by standard GPL header. | diego | 2008-12-13 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 |
* | Create a separate codecs.conf entry for Tremor and use it if MPlayer is | diego | 2008-11-24 |
* | cosmetics: Move up uninit() to avoid a forward declaration. | diego | 2008-11-23 |
* | cosmetics: consistent function declarations. | diego | 2008-11-23 |