index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
Commit message (
Expand
)
Author
Age
*
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
*
cosmetics: Remove tabs and trailing whitespace.
diego
2008-11-23
*
Use libavutil FFMIN etc. instead of defining our own variants.
reimar
2008-11-02
*
Avoid pointless casting of void*
reimar
2008-11-02
*
Fix smartblur filter crash due to missing default scaler choice;
diego
2008-10-27
*
vf_palette: Fix compilation after libswscale API changes
uau
2008-10-25
*
IWMMXT optimizations were removed from our internal libmpeg2 copy, so now
diego
2008-10-22
*
Use av_malloc/av_free for audio-related buffers to avoid crashes due to
reimar
2008-10-18
*
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
diego
2008-10-16
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.
diego
2008-10-16
*
#include necessary libavcodec header and remove duplicated struct declaration.
diego
2008-10-14
*
Remove useless '#undef realloc', realloc is not referenced anywhere near.
diego
2008-10-14
*
Remove duplicate extern declaration, fixes the warning:
diego
2008-10-14
*
Remove unused variable ncomps.
diego
2008-10-13
*
Fix channel order for ffmpeg flac codec.
ulion
2008-10-09
*
Remove unnecessary HAVE_AV_CONFIG_H #define.
diego
2008-10-07
*
Remove word size check and macro and use __WORDSIZE directly instead.
diego
2008-10-04
*
External liba52 support, part 2 of 2.
rathann
2008-09-15
*
External liba52 support part 1 of 2.
rathann
2008-09-15
*
fix compilation with lavc version > r15270
gpoirier
2008-09-08
*
Fix compilation after libavcodec major version 52 changes
uau
2008-09-08
*
Replace casual GPL notices by proper license headers.
diego
2008-09-07
*
Remove outdated URL from vd_info_t struct.
diego
2008-09-06
*
Remove version information from libmpeg2 vd_info_t struct.
diego
2008-09-06
*
handle the lavfpref demuxer in the same way as the lavf one
aurel
2008-08-27
*
Remove unused static declarations, fixes the warnings:
diego
2008-08-14
[next]