summaryrefslogtreecommitdiff
path: root/src/libmpeg2new/Makefile.am
AgeCommit message (Collapse)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-03-08Enable libmpeg2new only if configured with --enable-libmpeg2new.Darren Salt
2009-01-17Avoid libtool running ldconfig (where not needed) at install time.Darren Salt
2009-01-16libmpeg2new/include wasn't being included in tarbals.Darren Salt
2009-01-12Enable libmpeg2new & clean it up. libmpeg2 remains preferred.Darren Salt
2007-04-04Rename xine_decoder.c to xine_mpeg2new_decoder.c.Diego 'Flameeyes' Pettenò
Use xineplug_LTLIBRARIES. --HG-- rename : src/libmpeg2new/xine_decoder.c => src/libmpeg2new/xine_mpeg2new_decoder.c
2003-06-13Some updates. We now use our own version of libmpeg2 version 0.3.2.James Courtier-Dutton
Once we have it working 100% we will look at sending patches to the libmpeg2 list. Lots of debug info it currently in the code. It will be removed once it is working. Currently working: - 1) All frames allocated and freed correctly. Fixing that took a long time. 2) It seems that we do not need any of the flush, discontinuity or reset calls yet. Adding seeking might change that. The reason for this is that we properly support sequence end information, so still images get displayed immeadiately. TODO: - 1) Picture info needs to be fixed. I.E. Check that the correct picture info matchs the image buffer. 2) Closed captions. Implement the closed caption decoder. 3) PTS info. 4) extra info. 5) Seeking. 6) Repeat first field pattern sensing. 7) Picture coding type. E.g. Frame, Fields, RFF etc. using in the get_frame call. CVS patchset: 5031 CVS date: 2003/06/13 00:52:47
2003-06-09More libmpeg2new updatesJames Courtier-Dutton
CVS patchset: 5020 CVS date: 2003/06/09 23:14:17