| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all kind of trailing whitespaces from all MPlayer's files. | bircoph | 2009-05-13 | 6 | -62/+62 |
* | Sync local changes file with #ifdef --> #if conversion. | diego | 2009-03-06 | 1 | -12/+219 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 | 2 | -2/+2 |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 | 13 | -30/+30 |
* | Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS. | diego | 2008-11-24 | 2 | -2/+2 |
* | Remove IWMMXT optimizations through libavcodec from libmpeg2. | diego | 2008-10-01 | 5 | -153/+1 |
* | Sync diff with libmpeg2 update. | diego | 2008-09-13 | 1 | -742/+75 |
* | Update internal libmpeg2 copy to version 0.5.1. | diego | 2008-09-13 | 20 | -287/+418 |
* | libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff. | diego | 2008-09-13 | 11 | -11/+11 |
* | Remove version string from name of local changes diff file. | diego | 2008-09-13 | 1 | -0/+0 |
* | Use preprocessor conditionals to disable CPU-extension-specific code. We cannot | diego | 2008-09-09 | 3 | -12/+85 |
* | cosmetics: Fix offsets and fuzz in local diff. | diego | 2008-09-09 | 1 | -14/+14 |
* | Fix ARM linking failure when IWMMXT support is disabled. | diego | 2008-08-01 | 2 | -3/+9 |
* | Remove obsolete diff hunk that is no longer applied to the code. | diego | 2008-08-01 | 1 | -14/+0 |
* | Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define. | diego | 2008-07-30 | 2 | -8/+8 |
* | Check for ALTIVEC_H instead of __APPLE_CC__ to decide which AltiVec vector | diego | 2008-05-30 | 2 | -17/+3 |
* | Only compile and use libmpeg2 AltiVec code when AltiVec is available. The | diego | 2008-05-03 | 3 | -2/+26 |
* | Remove modification notes from unmodified files. | diego | 2008-05-03 | 3 | -12/+0 |
* | Fix compilation on PPC without AltiVec. | diego | 2008-05-01 | 2 | -3/+2 |
* | Merge libmpeg2/Makefile into top-level Makefile. | diego | 2008-04-26 | 1 | -20/+0 |
* | Backport SSE2-optimized IDCT routines from upstream libmpeg2. | diego | 2008-04-12 | 4 | -4/+528 |
* | Remove pointless comments from local diff. | diego | 2008-04-01 | 2 | -6/+2 |
* | cosmetics: Fix some typos and trailing whitespace in local changes. | diego | 2008-04-01 | 3 | -10/+10 |
* | Revert local changes that pointlessly add #ifdefs all over libmpeg2 to disable | diego | 2008-04-01 | 5 | -117/+27 |
* | Remove mistakenly committed hunk. | diego | 2008-02-23 | 1 | -3/+2 |
* | Properly detect ARM mc acceleration. | diego | 2008-02-23 | 3 | -7/+16 |
* | Merge two #ifdefs into one. | diego | 2008-02-23 | 2 | -9/+5 |
* | #define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it. | diego | 2008-02-23 | 2 | -12/+1 |
* | Replace Alpha MVI compiler workarounds by a proper configure check. | diego | 2008-02-21 | 4 | -62/+1 |
* | typo fixes, port of my patch for upstream libmpeg2 | diego | 2008-02-19 | 1 | -2/+2 |
* | Fix illegal identifiers, port of my patch to upstream libmpeg2. | diego | 2008-02-19 | 1 | -8/+8 |
* | Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__. | diego | 2008-02-16 | 4 | -8/+8 |
* | Remove Makefile changes from upstream diff. They are strictly local. | diego | 2007-10-08 | 1 | -13/+0 |
* | cosmetics: Align some lines. | diego | 2007-10-08 | 1 | -2/+2 |
* | Get rid of duplicate processor feature variables. | diego | 2007-06-27 | 1 | -3/+3 |
* | Follow ffmpeg TARGET_ARCH_* -> ARCH_* change. | reimar | 2007-06-16 | 2 | -4/+6 |
* | add MPlayer's local changes introduced in r23258 | gpoirier | 2007-05-07 | 1 | -3/+3 |
* | compile fix for regression introduced by r23254 | gpoirier | 2007-05-07 | 2 | -3/+3 |
* | iWMMXt-accelerated DCT and motion compensation for ARM processors | gpoirier | 2007-05-07 | 7 | -0/+1202 |
* | Remove unnecessary -I option. | diego | 2007-03-13 | 1 | -2/+0 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -7/+7 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -8/+7 |
* | Remove useless #define. | diego | 2007-03-13 | 1 | -1/+1 |
* | fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2v | henry | 2007-01-16 | 2 | -0/+31 |
* | (hopefully) the rest of PPC modifications | henry | 2006-12-11 | 3 | -12/+64 |
* | Fix ppc without altivec compilation | reimar | 2006-12-09 | 2 | -1/+12 |
* | sync to libmpeg2-0.4.1 | henry | 2006-12-09 | 15 | -97/+38 |
* | update for r21415 and r21416 | henry | 2006-12-01 | 1 | -0/+24 |
* | fix incorrect 4:4:4 chroma handling (backport from 0.4.1) | henry | 2006-12-01 | 1 | -1/+1 |
* | ignore invalid values in the sequence display extension (backport from 0.4.1) | henry | 2006-12-01 | 1 | -3/+5 |
* | add missing r15484 | henry | 2006-11-29 | 1 | -0/+14 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 | 1 | -16/+5 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -28/+2 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | update for r20654 | henry | 2006-11-04 | 1 | -2/+11 |
* | fix quantizer export for interlaced video | henry | 2006-11-04 | 1 | -1/+10 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -1/+1 |
* | Update for changes from r19139 and r19137. | diego | 2006-07-30 | 1 | -9/+28 |
* | 10l, i broke this with my last commit. should be fixed now. | rfelker | 2006-07-19 | 2 | -5/+14 |
* | remove duplicate code and fix issue of compiling mmx code when we | rfelker | 2006-07-19 | 1 | -5/+1 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+1 |
* | Remove copyright notice changes from local diff. | diego | 2006-07-12 | 1 | -19/+1 |
* | Update with latest changes and make diff apply cleanly. | diego | 2006-07-12 | 1 | -113/+89 |
* | CVS --> Subversion in copyright notices | diego | 2006-06-22 | 14 | -15/+15 |
* | sync with 18730 (Use MPlayer's CPU detection module instead of libmpeg2's) | gpoirier | 2006-06-16 | 1 | -99/+169 |
* | Use MPlayer's CPU detection module instead of libmpeg2's, | gpoirier | 2006-06-16 | 2 | -0/+24 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 1 | -1/+0 |
* | cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines | diego | 2006-03-25 | 1 | -1/+8 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -1/+1 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | set define for apple gcc altivec | nplourde | 2005-05-15 | 3 | -14/+14 |
* | Mark locally modified files as such to comply more closely with GPL 2a. | diego | 2005-02-19 | 13 | -0/+52 |
* | Update patch with missing changes. | diego | 2005-02-19 | 1 | -14/+7 |
* | revert useless uyvy planar->packed converter | henry | 2004-11-22 | 2 | -128/+1 |
* | libmpeg2 4:2:2 decoding | henry | 2004-11-20 | 2 | -1/+128 |
* | enable mmx support on x86_64 in libmpeg2 | aurel | 2004-11-03 | 7 | -77/+163 |
* | compile fix on G3 | pontscho | 2004-10-29 | 1 | -1/+1 |
* | compile error fix on PPC/G3 | pontscho | 2004-10-17 | 1 | -1/+1 |
* | #ifdef simplification and higher consistency | diego | 2004-08-30 | 1 | -6/+2 |
* | update | henry | 2004-08-26 | 1 | -23/+55 |
* | allow alignment without ATTRIBUTE_ALIGNED_MAX been defined, it fixes sparc un... | iive | 2004-08-25 | 1 | -1/+1 |
* | postproc fix | henry | 2004-08-24 | 3 | -1/+3 |
* | more TARGET_* conditionals | henry | 2004-08-24 | 1 | -1/+13 |
* | libmpeg2 B-frame fix | henry | 2004-08-24 | 1 | -0/+4 |
* | Patch updated for latest changes to libmpeg2. | diego | 2004-08-14 | 1 | -1/+22 |
* | Change patch structure so it applies cleanly to libmpeg2 sources. | diego | 2004-08-14 | 1 | -38/+38 |
* | Improved SPARC CPU detection and SPARC compilation fixes. | diego | 2004-08-14 | 3 | -1/+7 |
* | summary of the MPlayer specific libmpeg2 changes | henry | 2004-08-02 | 1 | -0/+210 |
* | forgotten libmpeg2 postprocessing | henry | 2004-08-02 | 3 | -0/+9 |
* | Importing libmpeg2 from mpeg2dec-0.4.0b | henry | 2004-08-02 | 26 | -1671/+4299 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+1 |
* | width and height in seq_header could never be 0 | iive | 2004-06-21 | 1 | -0/+4 |
* | Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others)... | alex | 2003-08-11 | 1 | -5/+0 |
* | Export flags needed for softpulldown filter. | ranma | 2003-08-03 | 2 | -1/+3 |
* | gcc2.95.x has no support for mvi instructions | alex | 2003-07-27 | 3 | -1/+10 |
* | warning fixes | alex | 2003-07-07 | 2 | -4/+4 |
* | sync with libmpeg2 cvs | alex | 2003-06-17 | 7 | -11/+18 |
* | Fixed compilation on g3. Patch by Dan Christiansen <danchr@daimi.au.dk> | alex | 2003-06-17 | 1 | -2/+2 |
* | apple and gnu style support at the same time (ok, choosen at compile time) --... | alex | 2003-06-17 | 1 | -51/+61 |
* | libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>: | arpi | 2003-06-09 | 1 | -1071/+61 |
* | libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>: | arpi | 2003-06-09 | 1 | -525/+80 |
* | libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>: | arpi | 2003-06-09 | 2 | -0/+4 |
* | libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>: | arpi | 2003-06-09 | 1 | -1/+10 |
* | changed input and output buffer handling to be mplayer-compatible... | arpi | 2003-04-06 | 2 | -2/+42 |
* | Importing libmpeg2 from mpeg2dec-0.3.1 | arpi | 2003-04-06 | 10 | -0/+4406 |
* | qscale exporting for postprocess | arpi | 2003-04-06 | 2 | -0/+7 |
* | Importing libmpeg2 from mpeg2dec-0.3.1 | arpi | 2003-04-06 | 17 | -2511/+2605 |
* | bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can... | mosu | 2003-01-15 | 1 | -1/+1 |
* | change qscale type to int8 and fix qscale ordering | michael | 2002-10-30 | 1 | -1/+1 |
* | fixing quant_store scaling | michael | 2002-10-28 | 1 | -3/+3 |
* | obsoleted, use vd_libmpeg2.c | arpi | 2002-04-18 | 1 | -391/+0 |
* | quant_store moved to frame struct | arpi | 2002-04-07 | 3 | -11/+13 |
* | 10l | arpi | 2002-04-03 | 1 | -0/+2 |
* | user_data check disabled | arpi | 2002-01-10 | 1 | -2/+2 |
* | some debug++ | arpi | 2002-01-04 | 1 | -0/+7 |
* | warning fixes | pl | 2001-12-28 | 1 | -0/+1 |
* | warning fix | pl | 2001-12-25 | 1 | -2/+2 |
* | runtime cpu detection | michael | 2001-11-26 | 1 | -6/+4 |
* | Move ignores in subdirs to their respective .cvsignore files. | atmos4 | 2001-11-17 | 1 | -0/+1 |
* | added missing #include <malloc.h> | pl | 2001-11-09 | 1 | -1/+5 |
* | workaround for MBC/MBR difference (wrong libavcodec-mplayer version pair) | arpi | 2001-11-07 | 2 | -1/+4 |
* | MBC->MPEG2_MBC, max image size increased | arpi | 2001-11-05 | 2 | -5/+5 |
* | arpi's display_time + interlace hack | iive | 2001-10-30 | 1 | -27/+3 |
* | Reenabled Arpi's timing code, iive's causes sync probs (check ctp-tr-sample.m... | atmos4 | 2001-10-28 | 1 | -1/+1 |
* | fixed a wrong display_time value | iive | 2001-10-25 | 1 | -3/+2 |
* | switch back to old timing code until new is bugfixed | arpi | 2001-10-23 | 1 | -5/+8 |
* | enable postprocess for interlaced fields | iive | 2001-10-18 | 1 | -29/+37 |
* | mpeg2 fps fix by Ivan Kalvatchev <iive@yahoo.com> | arpi | 2001-10-14 | 2 | -2/+26 |
* | postprocess fixes | arpi | 2001-10-13 | 1 | -1/+2 |
* | gcc3 warning fixed | arpi | 2001-10-04 | 1 | -1/+1 |
* | -Wall warnings fixed | arpi | 2001-10-02 | 2 | -1/+2 |
* | mpeg2-interlaced patch by Ivan Kalvatchev <iive@yahoo.com> | arpi | 2001-09-29 | 1 | -19/+22 |
* | Enable mediaLib support for Solaris on UltraSPARC CPUs | jkeil | 2001-08-24 | 1 | -2/+4 |
* | zeroing picture struct | arpi | 2001-08-23 | 1 | -0/+1 |
* | shmem_alloc->memalign, adding function to free memory | arpi | 2001-08-23 | 1 | -2/+15 |
* | do table permutation only once | arpi | 2001-08-22 | 1 | -2/+7 |
* | printf added to seq. header error handlers | arpi | 2001-08-22 | 1 | -4/+8 |
* | made mmx/mmxext idct public -> now libavcodec can use it | arpi | 2001-08-03 | 1 | -1/+1 |
* | video codec stuff moved to dec_video.c | arpi | 2001-07-08 | 2 | -1/+3 |
* | OPTFLAGS vs. INCLUDES cleanup | arpi | 2001-06-26 | 1 | -1/+1 |
* | some info printfs moved stderr->stdout | arpi_esp | 2001-06-23 | 2 | -9/+9 |
* | dependency stuff fixed | arpi_esp | 2001-06-04 | 1 | -3/+2 |
* | -framedrop worx fro mpeg files | arpi_esp | 2001-06-03 | 2 | -13/+15 |
* | using gcc -MM instead of makedepend, make OBJS from SRCS where possible | arpi_esp | 2001-05-24 | 1 | -2/+2 |
* | 768x576 crash fixed | arpi_esp | 2001-05-17 | 1 | -1/+1 |
* | printfs changed... | arpi_esp | 2001-04-18 | 1 | -3/+3 |
* | MMX fix (missing emms() in sig11handler) | arpi_esp | 2001-03-24 | 1 | -0/+3 |
* | applied Walken's MB stuffing patch | arpi_esp | 2001-03-18 | 1 | -2/+5 |
* | vo->flip_page() call removed | arpi_esp | 2001-03-16 | 1 | -1/+1 |
* | removed exit(1); | arpi_esp | 2001-03-16 | 1 | -3/+3 |
* | using setjmp/longjmp to handle sig11 in libmpeg2 | arpi_esp | 2001-03-15 | 1 | -1/+24 |
* | backward-frame rendering by slices | arpi_esp | 2001-03-11 | 2 | -16/+34 |
* | updated to libmpeg2-0.2.1-CVS | arpi_esp | 2001-03-07 | 3 | -115/+119 |
* | added mpeg 1/2 postprocessing | arpi_esp | 2001-03-05 | 3 | -10/+45 |
* | libmpeg2-0.2.0 merge | arpi_esp | 2001-03-04 | 16 | -852/+791 |
* | New dependency system | arpi_esp | 2001-03-02 | 1 | -9/+14 |
* | Initial revision | arpi_esp | 2001-02-24 | 18 | -0/+6386 |