aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpeg2
Commit message (Collapse)AuthorAge
* 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
* postprocess fixesGravatar arpi2001-10-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2188 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc3 warning fixedGravatar arpi2001-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2081 b3059339-0415-0410-9bf9-f77b7e298cf2
* -Wall warnings fixedGravatar arpi2001-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2051 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg2-interlaced patch by Ivan Kalvatchev <iive@yahoo.com>Gravatar arpi2001-09-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2020 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable mediaLib support for Solaris on UltraSPARC CPUsGravatar jkeil2001-08-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1681 b3059339-0415-0410-9bf9-f77b7e298cf2
* zeroing picture structGravatar arpi2001-08-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1656 b3059339-0415-0410-9bf9-f77b7e298cf2
* shmem_alloc->memalign, adding function to free memoryGravatar arpi2001-08-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1653 b3059339-0415-0410-9bf9-f77b7e298cf2
* do table permutation only onceGravatar arpi2001-08-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1637 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf added to seq. header error handlersGravatar arpi2001-08-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1623 b3059339-0415-0410-9bf9-f77b7e298cf2
* made mmx/mmxext idct public -> now libavcodec can use itGravatar arpi2001-08-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1438 b3059339-0415-0410-9bf9-f77b7e298cf2
* video codec stuff moved to dec_video.cGravatar arpi2001-07-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1292 b3059339-0415-0410-9bf9-f77b7e298cf2
* OPTFLAGS vs. INCLUDES cleanupGravatar arpi2001-06-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1235 b3059339-0415-0410-9bf9-f77b7e298cf2
* some info printfs moved stderr->stdoutGravatar arpi_esp2001-06-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1217 b3059339-0415-0410-9bf9-f77b7e298cf2
* dependency stuff fixedGravatar arpi_esp2001-06-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1011 b3059339-0415-0410-9bf9-f77b7e298cf2
* -framedrop worx fro mpeg filesGravatar arpi_esp2001-06-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@968 b3059339-0415-0410-9bf9-f77b7e298cf2
* using gcc -MM instead of makedepend, make OBJS from SRCS where possibleGravatar arpi_esp2001-05-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@867 b3059339-0415-0410-9bf9-f77b7e298cf2
* 768x576 crash fixedGravatar arpi_esp2001-05-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@830 b3059339-0415-0410-9bf9-f77b7e298cf2
* printfs changed...Gravatar arpi_esp2001-04-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@500 b3059339-0415-0410-9bf9-f77b7e298cf2