summaryrefslogtreecommitdiff
path: root/src/libmpeg2new/libmpeg2
AgeCommit message (Collapse)Author
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). ↵Daniel Caujolle-Bert
Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only. CVS patchset: 5860 CVS date: 2003/12/07 15:34:29
2003-08-07remove useless gnu89 compiler flag, some configure tweakingMichael Roitzsch
CVS patchset: 5257 CVS date: 2003/08/07 09:26:53
2003-06-25convenienceMichael Roitzsch
CVS patchset: 5096 CVS date: 2003/06/25 14:01:19
2003-06-18Some minor updates.James Courtier-Dutton
The reset call is needed when seeking, but does not work yet. CVS patchset: 5062 CVS date: 2003/06/18 10:36:18
2003-06-14More picture info added.James Courtier-Dutton
Small cleanup. CVS patchset: 5042 CVS date: 2003/06/14 01:14:05
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-09Initial import of libmpeg2 version 0.3.2-cvsJames Courtier-Dutton
CVS patchset: 5018 CVS date: 2003/06/09 17:27:51