summaryrefslogtreecommitdiffstats
path: root/libmpeg2
Commit message (Expand)AuthorAgeFilesLines
* 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