summaryrefslogtreecommitdiff
path: root/src/libmpeg2/decode.c
AgeCommit message (Collapse)Author
2002-01-13Fix a few compile warnings.James Courtier-Dutton
CVS patchset: 1397 CVS date: 2002/01/13 21:15:48
2002-01-10Decode group_of_pictures chunks.James Courtier-Dutton
This gives us time codes from the stream. Not yet passed on to vo_frame. CVS patchset: 1389 CVS date: 2002/01/10 23:28:58
2002-01-10More Pan & Scan work.James Courtier-Dutton
CVS patchset: 1386 CVS date: 2002/01/10 18:15:45
2002-01-10More info is put in the vo_frame.James Courtier-Dutton
CVS patchset: 1382 CVS date: 2002/01/10 12:20:17
2002-01-05updates for closed caption decoderMiguel Freitas
CVS patchset: 1344 CVS date: 2002/01/05 21:54:16
2001-12-24automatic still image detection - based on miguel's work but with ↵Guenter Bartsch
modifications to handle still images with audio, works pretty well on episode I, x-men and sleepy hollow and all other dvds I've tested CVS patchset: 1294 CVS date: 2001/12/24 00:45:03
2001-11-17fixing memory leaksMiguel Freitas
CVS patchset: 1061 CVS date: 2001/11/17 22:40:01
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36
2001-11-13metronom logic changedHeiko Schaefer
CVS patchset: 1030 CVS date: 2001/11/13 21:47:57
2001-11-10print frame sizeHeiko Schaefer
CVS patchset: 1012 CVS date: 2001/11/10 14:55:18
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out ↵Guenter Bartsch
buffer and thread CVS patchset: 1010 CVS date: 2001/11/10 13:48:02
2001-10-28mark as displayed before freeing (just in case)Miguel Freitas
CVS patchset: 903 CVS date: 2001/10/28 19:56:39
2001-10-28fix buffer leakage (again)Miguel Freitas
CVS patchset: 902 CVS date: 2001/10/28 19:29:08
2001-10-20big event cleanup: one single mechanism is now used for all communications ↵Guenter Bartsch
between gui, plugins and the xine engine; code cleanup CVS patchset: 837 CVS date: 2001/10/20 02:01:51
2001-09-26libmpeg2 cleanups, more tweaks for still image display, implemented ↵Guenter Bartsch
BUF_CONTROL_SPU_CHANNEL, trying to wipe out last windows style variable names (bFrameBad for example) CVS patchset: 697 CVS date: 2001/09/26 01:18:19
2001-09-22Bug fix: video_wrap_offset calculation on first pts.Matthias Hopf
Bug fix: initializing frame_width/height for mpeg2 streams correctly now. Added prebuffer pts offset to allow the decoder to actually decode prebuffered frames before being kicked by metronom. CVS patchset: 681 CVS date: 2001/09/22 13:28:40
2001-09-16Check of current_frame existence in mpeg2_close().Daniel Caujolle-Bert
CVS patchset: 648 CVS date: 2001/09/16 23:56:46
2001-09-14Added some stuff to make still-frame menus work a bit better, allowed events ↵Rich J Wareham
for UI to find language of audio/spu track CVS patchset: 636 CVS date: 2001/09/14 21:25:55
2001-09-05miguel's latest patchesGuenter Bartsch
CVS patchset: 567 CVS date: 2001/09/05 16:02:29
2001-09-01big demuxer clean, demux_ts should work again.Guenter Bartsch
implemented time based seeking / stream length detection, implemented in demux_avi.c demux_mpeg_block.c demux_mpeg.c xine-engine cleanup, xine_seek is gone, use xine_play instead. xine_pause is gone, use xine_set/get_speed instead. CVS patchset: 536 CVS date: 2001/09/01 14:32:59
2001-07-24big xshm cleanup (free memory properly, set up yuv2rgb only when necessary, ↵Guenter Bartsch
clean up field picture handling), gearing up for rc2 CVS patchset: 334 CVS date: 2001/07/24 12:57:29
2001-07-17made libmpeg2 a bit more permissive on mpeg constraintsGuenter Bartsch
CVS patchset: 289 CVS date: 2001/07/17 01:59:48
2001-07-11fixed playback of field picture based streams using XShmGuenter Bartsch
CVS patchset: 273 CVS date: 2001/07/11 23:31:44
2001-07-11fixed segfault for field picture based streamsGuenter Bartsch
CVS patchset: 272 CVS date: 2001/07/11 22:42:47
2001-07-08corrected more pts handling / header searching bugsGuenter Bartsch
CVS patchset: 258 CVS date: 2001/07/08 18:05:35
2001-07-08Patch for better video sync from James Courtier-DuttonGuenter Bartsch
CVS patchset: 257 CVS date: 2001/07/08 12:51:41
2001-07-04Fix a few compiler warningsuid56437
CVS patchset: 248 CVS date: 2001/07/04 14:14:39
2001-06-28small fix for libmpeg2 to handle non-seekable streams correcltyGuenter Bartsch
CVS patchset: 235 CVS date: 2001/06/28 21:42:17
2001-06-18support for mono avi audioGuenter Bartsch
CVS patchset: 209 CVS date: 2001/06/18 12:56:27
2001-06-17fixed small demuxer bugGuenter Bartsch
CVS patchset: 200 CVS date: 2001/06/17 20:14:50
2001-06-16more seeking/stopping bugfixesGuenter Bartsch
CVS patchset: 191 CVS date: 2001/06/16 14:34:48
2001-06-16skipping works now for mpeg1 streams tooGuenter Bartsch
CVS patchset: 190 CVS date: 2001/06/16 12:56:29
2001-06-10XShm driver (partially) working)Guenter Bartsch
CVS patchset: 147 CVS date: 2001/06/10 01:26:45
2001-06-09introducing present buffersGuenter Bartsch
CVS patchset: 141 CVS date: 2001/06/09 22:05:30
2001-05-31fixed support for field pictures plus video_out bugfixes (missing functions)Guenter Bartsch
CVS patchset: 109 CVS date: 2001/05/31 22:54:38
2001-05-27mpg123 decoder plugin, 4/5-channel surround, ac3 pass-through (untested) and ↵Guenter Bartsch
minor bugfixes CVS patchset: 86 CVS date: 2001/05/27 23:48:12
2001-05-26implemented frame skipping for libmpeg2 as well as low-quality decoding for ↵Guenter Bartsch
low-end systems CVS patchset: 82 CVS date: 2001/05/26 00:48:47
2001-05-24updated libmpeg2 to the latest versionGuenter Bartsch
CVS patchset: 79 CVS date: 2001/05/24 21:41:27
2001-05-24first sloppy frames and audioGuenter Bartsch
CVS patchset: 78 CVS date: 2001/05/24 15:31:30
2001-05-22small bugfixes, more debugging outputGuenter Bartsch
CVS patchset: 77 CVS date: 2001/05/22 23:07:49
2001-05-01libmpeg2 fixesGuenter Bartsch
CVS patchset: 52 CVS date: 2001/05/01 02:28:59
2001-04-30changed decoder storing and a file input plugin bugfixGuenter Bartsch
CVS patchset: 50 CVS date: 2001/04/30 23:07:00
2001-04-23further decoder plugin fixes (mpeg2)Guenter Bartsch
CVS patchset: 16 CVS date: 2001/04/23 00:34:59
2001-04-22video/audio_decoder cleanupsGuenter Bartsch
CVS patchset: 12 CVS date: 2001/04/22 00:31:44
2001-04-20libmpeg2 compiles againGuenter Bartsch
CVS patchset: 10 CVS date: 2001/04/20 18:01:30
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39