summaryrefslogtreecommitdiffstats
path: root/libmpeg2
Commit message (Expand)AuthorAgeFilesLines
* Avoid linking in assembler-optimized code that will never be used.reimar2010-01-121-0/+8
* Remove all kind of trailing whitespaces from all MPlayer's files.bircoph2009-05-136-62/+62
* Sync local changes file with #ifdef --> #if conversion.diego2009-03-061-12/+219
* HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-262-2/+2
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-1613-30/+30
* Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS.diego2008-11-242-2/+2
* Remove IWMMXT optimizations through libavcodec from libmpeg2.diego2008-10-015-153/+1
* Sync diff with libmpeg2 update.diego2008-09-131-742/+75
* Update internal libmpeg2 copy to version 0.5.1.diego2008-09-1320-287/+418
* libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff.diego2008-09-1311-11/+11
* Remove version string from name of local changes diff file.diego2008-09-131-0/+0
* Use preprocessor conditionals to disable CPU-extension-specific code. We cannotdiego2008-09-093-12/+85
* cosmetics: Fix offsets and fuzz in local diff.diego2008-09-091-14/+14
* Fix ARM linking failure when IWMMXT support is disabled.diego2008-08-012-3/+9
* Remove obsolete diff hunk that is no longer applied to the code.diego2008-08-011-14/+0
* Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.diego2008-07-302-8/+8
* Check for ALTIVEC_H instead of __APPLE_CC__ to decide which AltiVec vectordiego2008-05-302-17/+3
* Only compile and use libmpeg2 AltiVec code when AltiVec is available. Thediego2008-05-033-2/+26
* Remove modification notes from unmodified files.diego2008-05-033-12/+0
* Fix compilation on PPC without AltiVec.diego2008-05-012-3/+2
* Merge libmpeg2/Makefile into top-level Makefile.diego2008-04-261-20/+0
* Backport SSE2-optimized IDCT routines from upstream libmpeg2.diego2008-04-124-4/+528
* Remove pointless comments from local diff.diego2008-04-012-6/+2
* cosmetics: Fix some typos and trailing whitespace in local changes.diego2008-04-013-10/+10
* Revert local changes that pointlessly add #ifdefs all over libmpeg2 to disablediego2008-04-015-117/+27
* Remove mistakenly committed hunk.diego2008-02-231-3/+2
* Properly detect ARM mc acceleration.diego2008-02-233-7/+16
* Merge two #ifdefs into one.diego2008-02-232-9/+5
* #define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.diego2008-02-232-12/+1
* Replace Alpha MVI compiler workarounds by a proper configure check.diego2008-02-214-62/+1
* typo fixes, port of my patch for upstream libmpeg2diego2008-02-191-2/+2
* Fix illegal identifiers, port of my patch to upstream libmpeg2.diego2008-02-191-8/+8
* Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__.diego2008-02-164-8/+8
* Remove Makefile changes from upstream diff. They are strictly local.diego2007-10-081-13/+0
* cosmetics: Align some lines.diego2007-10-081-2/+2
* Get rid of duplicate processor feature variables.diego2007-06-271-3/+3
* Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.reimar2007-06-162-4/+6
* add MPlayer's local changes introduced in r23258gpoirier2007-05-071-3/+3
* compile fix for regression introduced by r23254gpoirier2007-05-072-3/+3
* iWMMXt-accelerated DCT and motion compensation for ARM processorsgpoirier2007-05-077-0/+1202
* Remove unnecessary -I option.diego2007-03-131-2/+0
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-7/+7
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-8/+7
* Remove useless #define.diego2007-03-131-1/+1
* fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2vhenry2007-01-162-0/+31
* (hopefully) the rest of PPC modificationshenry2006-12-113-12/+64
* Fix ppc without altivec compilationreimar2006-12-092-1/+12
* sync to libmpeg2-0.4.1henry2006-12-0915-97/+38
* update for r21415 and r21416henry2006-12-011-0/+24
* fix incorrect 4:4:4 chroma handling (backport from 0.4.1)henry2006-12-011-1/+1
* ignore invalid values in the sequence display extension (backport from 0.4.1)henry2006-12-011-3/+5
* add missing r15484henry2006-11-291-0/+14
* FFmpeg-style dependency declarationdiego2006-11-271-16/+5
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-28/+2
* Remove superfluous comment.diego2006-11-251-3/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* update for r20654henry2006-11-041-2/+11
* fix quantizer export for interlaced videohenry2006-11-041-1/+10
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* Update for changes from r19139 and r19137.diego2006-07-301-9/+28
* 10l, i broke this with my last commit. should be fixed now.rfelker2006-07-192-5/+14
* remove duplicate code and fix issue of compiling mmx code when werfelker2006-07-191-5/+1
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* Remove copyright notice changes from local diff.diego2006-07-121-19/+1
* Update with latest changes and make diff apply cleanly.diego2006-07-121-113/+89
* CVS --> Subversion in copyright noticesdiego2006-06-2214-15/+15
* sync with 18730 (Use MPlayer's CPU detection module instead of libmpeg2's)gpoirier2006-06-161-99/+169
* Use MPlayer's CPU detection module instead of libmpeg2's,gpoirier2006-06-162-0/+24
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+8
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* set define for apple gcc altivecnplourde2005-05-153-14/+14
* Mark locally modified files as such to comply more closely with GPL 2a.diego2005-02-1913-0/+52
* Update patch with missing changes.diego2005-02-191-14/+7
* revert useless uyvy planar->packed converterhenry2004-11-222-128/+1
* libmpeg2 4:2:2 decodinghenry2004-11-202-1/+128
* enable mmx support on x86_64 in libmpeg2aurel2004-11-037-77/+163
* compile fix on G3pontscho2004-10-291-1/+1
* compile error fix on PPC/G3pontscho2004-10-171-1/+1
* #ifdef simplification and higher consistencydiego2004-08-301-6/+2
* updatehenry2004-08-261-23/+55
* allow alignment without ATTRIBUTE_ALIGNED_MAX been defined, it fixes sparc un...iive2004-08-251-1/+1
* postproc fixhenry2004-08-243-1/+3
* more TARGET_* conditionalshenry2004-08-241-1/+13
* libmpeg2 B-frame fixhenry2004-08-241-0/+4
* Patch updated for latest changes to libmpeg2.diego2004-08-141-1/+22
* Change patch structure so it applies cleanly to libmpeg2 sources.diego2004-08-141-38/+38
* Improved SPARC CPU detection and SPARC compilation fixes.diego2004-08-143-1/+7
* summary of the MPlayer specific libmpeg2 changeshenry2004-08-021-0/+210
* forgotten libmpeg2 postprocessinghenry2004-08-023-0/+9
* Importing libmpeg2 from mpeg2dec-0.4.0bhenry2004-08-0226-1671/+4299
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* width and height in seq_header could never be 0iive2004-06-211-0/+4
* Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others)...alex2003-08-111-5/+0
* Export flags needed for softpulldown filter.ranma2003-08-032-1/+3
* gcc2.95.x has no support for mvi instructionsalex2003-07-273-1/+10
* warning fixesalex2003-07-072-4/+4
* sync with libmpeg2 cvsalex2003-06-177-11/+18
* Fixed compilation on g3. Patch by Dan Christiansen <danchr@daimi.au.dk>alex2003-06-171-2/+2
* apple and gnu style support at the same time (ok, choosen at compile time) --...alex2003-06-171-51/+61
* libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:arpi2003-06-091-1071/+61
* libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:arpi2003-06-091-525/+80
* libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:arpi2003-06-092-0/+4
* libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:arpi2003-06-091-1/+10
* changed input and output buffer handling to be mplayer-compatible...arpi2003-04-062-2/+42
* Importing libmpeg2 from mpeg2dec-0.3.1arpi2003-04-0610-0/+4406
* qscale exporting for postprocessarpi2003-04-062-0/+7
* Importing libmpeg2 from mpeg2dec-0.3.1arpi2003-04-0617-2511/+2605
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...mosu2003-01-151-1/+1
* change qscale type to int8 and fix qscale orderingmichael2002-10-301-1/+1
* fixing quant_store scalingmichael2002-10-281-3/+3
* obsoleted, use vd_libmpeg2.carpi2002-04-181-391/+0
* quant_store moved to frame structarpi2002-04-073-11/+13
* 10larpi2002-04-031-0/+2
* user_data check disabledarpi2002-01-101-2/+2
* some debug++arpi2002-01-041-0/+7
* warning fixespl2001-12-281-0/+1
* warning fixpl2001-12-251-2/+2
* runtime cpu detectionmichael2001-11-261-6/+4
* Move ignores in subdirs to their respective .cvsignore files.atmos42001-11-171-0/+1
* added missing #include <malloc.h>pl2001-11-091-1/+5
* workaround for MBC/MBR difference (wrong libavcodec-mplayer version pair)arpi2001-11-072-1/+4
* MBC->MPEG2_MBC, max image size increasedarpi2001-11-052-5/+5
* arpi's display_time + interlace hackiive2001-10-301-27/+3
* Reenabled Arpi's timing code, iive's causes sync probs (check ctp-tr-sample.m...atmos42001-10-281-1/+1
* fixed a wrong display_time valueiive2001-10-251-3/+2
* switch back to old timing code until new is bugfixedarpi2001-10-231-5/+8
* enable postprocess for interlaced fieldsiive2001-10-181-29/+37
* mpeg2 fps fix by Ivan Kalvatchev <iive@yahoo.com>arpi2001-10-142-2/+26
* postprocess fixesarpi2001-10-131-1/+2
* gcc3 warning fixedarpi2001-10-041-1/+1
* -Wall warnings fixedarpi2001-10-022-1/+2
* mpeg2-interlaced patch by Ivan Kalvatchev <iive@yahoo.com>arpi2001-09-291-19/+22
* Enable mediaLib support for Solaris on UltraSPARC CPUsjkeil2001-08-241-2/+4
* zeroing picture structarpi2001-08-231-0/+1
* shmem_alloc->memalign, adding function to free memoryarpi2001-08-231-2/+15
* do table permutation only oncearpi2001-08-221-2/+7
* printf added to seq. header error handlersarpi2001-08-221-4/+8
* made mmx/mmxext idct public -> now libavcodec can use itarpi2001-08-031-1/+1
* video codec stuff moved to dec_video.carpi2001-07-082-1/+3
* OPTFLAGS vs. INCLUDES cleanuparpi2001-06-261-1/+1
* some info printfs moved stderr->stdoutarpi_esp2001-06-232-9/+9
* dependency stuff fixedarpi_esp2001-06-041-3/+2
* -framedrop worx fro mpeg filesarpi_esp2001-06-032-13/+15
* using gcc -MM instead of makedepend, make OBJS from SRCS where possiblearpi_esp2001-05-241-2/+2
* 768x576 crash fixedarpi_esp2001-05-171-1/+1
* printfs changed...arpi_esp2001-04-181-3/+3
* MMX fix (missing emms() in sig11handler)arpi_esp2001-03-241-0/+3
* applied Walken's MB stuffing patcharpi_esp2001-03-181-2/+5
* vo->flip_page() call removedarpi_esp2001-03-161-1/+1
* removed exit(1);arpi_esp2001-03-161-3/+3
* using setjmp/longjmp to handle sig11 in libmpeg2arpi_esp2001-03-151-1/+24
* backward-frame rendering by slicesarpi_esp2001-03-112-16/+34
* updated to libmpeg2-0.2.1-CVSarpi_esp2001-03-073-115/+119
* added mpeg 1/2 postprocessingarpi_esp2001-03-053-10/+45
* libmpeg2-0.2.0 mergearpi_esp2001-03-0416-852/+791
* New dependency systemarpi_esp2001-03-021-9/+14
* Initial revisionarpi_esp2001-02-2418-0/+6386