aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpeg2
Commit message (Collapse)AuthorAge
* #ifdef simplification and higher consistencyGravatar diego2004-08-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13197 b3059339-0415-0410-9bf9-f77b7e298cf2
* updateGravatar henry2004-08-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13148 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow alignment without ATTRIBUTE_ALIGNED_MAX been defined, it fixes sparc ↵Gravatar iive2004-08-25
| | | | | | unaligned memory access git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13134 b3059339-0415-0410-9bf9-f77b7e298cf2
* postproc fixGravatar henry2004-08-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13124 b3059339-0415-0410-9bf9-f77b7e298cf2
* more TARGET_* conditionalsGravatar henry2004-08-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13119 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpeg2 B-frame fixGravatar henry2004-08-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13113 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch updated for latest changes to libmpeg2.Gravatar diego2004-08-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13021 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change patch structure so it applies cleanly to libmpeg2 sources.Gravatar diego2004-08-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13020 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved SPARC CPU detection and SPARC compilation fixes.Gravatar diego2004-08-14
| | | | | | | patch by jb13@gomerbud.com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13019 b3059339-0415-0410-9bf9-f77b7e298cf2
* summary of the MPlayer specific libmpeg2 changesGravatar henry2004-08-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12938 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgotten libmpeg2 postprocessingGravatar henry2004-08-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12936 b3059339-0415-0410-9bf9-f77b7e298cf2
* Importing libmpeg2 from mpeg2dec-0.4.0bGravatar henry2004-08-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12933 b3059339-0415-0410-9bf9-f77b7e298cf2
* ranlib cleanup by Dan ChristiansenGravatar alex2004-06-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
* width and height in seq_header could never be 0Gravatar iive2004-06-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12618 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and ↵Gravatar alex2003-08-11
| | | | | | others). Patch by Magnus Damm <damm@opensource.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10573 b3059339-0415-0410-9bf9-f77b7e298cf2
* Export flags needed for softpulldown filter.Gravatar ranma2003-08-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10510 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc2.95.x has no support for mvi instructionsGravatar alex2003-07-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10489 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixesGravatar alex2003-07-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10393 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with libmpeg2 cvsGravatar alex2003-06-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10304 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed compilation on g3. Patch by Dan Christiansen <danchr@daimi.au.dk>Gravatar alex2003-06-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10300 b3059339-0415-0410-9bf9-f77b7e298cf2
* apple and gnu style support at the same time (ok, choosen at compile time) ↵Gravatar alex2003-06-17
| | | | | | -- now altivec works under osx too -- bug noted by Steven Schultz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10299 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:Gravatar arpi2003-06-09
| | | | | | | | | | | Updated to version 1.12 from sourceforge The old version crashed my gcc-3.2.2 (after allocating 1 Gig memory) because of unfriendly altivec code, the new file is better. The new file ditches the old assembly version and it must be built with correct altivec-flags git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10272 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:Gravatar arpi2003-06-09
| | | | | | | | | | Updated to version 1.19 from sourceforge This version includes the gcc bugfix The new file also ditches the old assembly version and it must be built with correct altivec-flags git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10271 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:Gravatar arpi2003-06-09
| | | | | | | Only use Altivec if enabled with configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10270 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:Gravatar arpi2003-06-09
| | | | | | | | Make sure the correct flags are passed to CC Altivec files should only be compiled when altivec is enabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10269 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed input and output buffer handling to be mplayer-compatible...Gravatar arpi2003-04-06
| | | | | | | based on patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9859 b3059339-0415-0410-9bf9-f77b7e298cf2
* Importing libmpeg2 from mpeg2dec-0.3.1Gravatar arpi2003-04-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9858 b3059339-0415-0410-9bf9-f77b7e298cf2
* qscale exporting for postprocessGravatar arpi2003-04-06
| | | | | | | patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9856 b3059339-0415-0410-9bf9-f77b7e298cf2
* Importing libmpeg2 from mpeg2dec-0.3.1Gravatar arpi2003-04-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9853 b3059339-0415-0410-9bf9-f77b7e298cf2
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines ↵Gravatar mosu2003-01-15
| | | | | | can be safely used like functions: mydef(flag ? val1 : val2) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8958 b3059339-0415-0410-9bf9-f77b7e298cf2
* change qscale type to int8 and fix qscale orderingGravatar michael2002-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7985 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing quant_store scalingGravatar michael2002-10-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7948 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsoleted, use vd_libmpeg2.cGravatar arpi2002-04-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5675 b3059339-0415-0410-9bf9-f77b7e298cf2
* quant_store moved to frame structGravatar arpi2002-04-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5516 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar arpi2002-04-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5469 b3059339-0415-0410-9bf9-f77b7e298cf2
* user_data check disabledGravatar arpi2002-01-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4076 b3059339-0415-0410-9bf9-f77b7e298cf2
* some debug++Gravatar arpi2002-01-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3978 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixesGravatar pl2001-12-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3840 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixGravatar pl2001-12-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3732 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpu detectionGravatar michael2001-11-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3148 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move ignores in subdirs to their respective .cvsignore files.Gravatar atmos42001-11-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2964 b3059339-0415-0410-9bf9-f77b7e298cf2
* added missing #include <malloc.h>Gravatar pl2001-11-09
| | | | | | | | #include "config.h" moved as 1st #include since it defines HAVE_foo_h for later conditional inclusions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2776 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround for MBC/MBR difference (wrong libavcodec-mplayer version pair)Gravatar arpi2001-11-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2757 b3059339-0415-0410-9bf9-f77b7e298cf2
* MBC->MPEG2_MBC, max image size increasedGravatar arpi2001-11-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2723 b3059339-0415-0410-9bf9-f77b7e298cf2
* arpi's display_time + interlace hackGravatar iive2001-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2563 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reenabled Arpi's timing code, iive's causes sync probs (check ↵Gravatar atmos42001-10-28
| | | | | | ctp-tr-sample.mpg). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2528 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed a wrong display_time valueGravatar iive2001-10-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2471 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch back to old timing code until new is bugfixedGravatar arpi2001-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2427 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable postprocess for interlaced fieldsGravatar iive2001-10-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2254 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg2 fps fix by Ivan Kalvatchev <iive@yahoo.com>Gravatar arpi2001-10-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2197 b3059339-0415-0410-9bf9-f77b7e298cf2