summaryrefslogtreecommitdiff
path: root/src/libmpeg2
AgeCommit message (Expand)Author
2002-04-04latest dxr3 patches from Michael Roitzsch and Zoltan BoszormenyiMiguel Freitas
2002-04-03implement Michel's suggestion to detect finished frames.Miguel Freitas
2002-04-02enable flusing the same frame more than onceMiguel Freitas
2002-04-01fix includeMiguel Freitas
2002-04-01- sync with mpeg2dec 0.2.1Miguel Freitas
2002-03-30Changed get_frame_duration function to produce correct duration values for dv...James Courtier-Dutton
2002-03-27fix frame buf leaksMiguel Freitas
2002-03-25- fix frames leakingMiguel Freitas
2002-03-24Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are brokenDaniel Caujolle-Bert
2002-03-24scr unregister patch from Michael Roitzsch, buffer mem release fix, xmalloc_a...Guenter Bartsch
2002-03-21should fix a bug reported by Chris Rankin. (frame used after being freed)Miguel Freitas
2002-03-21disable some debug messagesGuenter Bartsch
2002-03-20much more debug output and a small fix to set bad_frame = 0 for frames that e...Guenter Bartsch
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ...Guenter Bartsch
2002-03-10- mpeg2 frame duration fixesMiguel Freitas
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-02-17more bugfixes, I can now see video using xshm :-)Guenter Bartsch
2002-02-11serialize all libmpeg2 calls (I guess this needs to be done for other video d...Guenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-01-13Fix a few compile warnings.James Courtier-Dutton
2002-01-10Decode group_of_pictures chunks.James Courtier-Dutton
2002-01-10More Pan & Scan work.James Courtier-Dutton
2002-01-10Small steps towards Pan & ScanJames Courtier-Dutton
2002-01-10More info is put in the vo_frame.James Courtier-Dutton
2002-01-05updates for closed caption decoderMiguel Freitas
2001-12-24automatic still image detection - based on miguel's work but with modificatio...Guenter Bartsch
2001-12-11audio_decoder->reset() on discontinuitiesMiguel Freitas
2001-12-05altivec support by Jeffrey W. Baker <jwbaker@acm.org>Guenter Bartsch
2001-11-17fixing memory leaksMiguel Freitas
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-13metronom logic changedHeiko Schaefer
2001-11-10print frame sizeHeiko Schaefer
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out buf...Guenter Bartsch
2001-10-28mark as displayed before freeing (just in case)Miguel Freitas
2001-10-28fix buffer leakage (again)Miguel Freitas
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-03Add missing <string.h> header, for memset/memcpy prototypes.Juergen Keil
2001-09-26libmpeg2 cleanups, more tweaks for still image display, implemented BUF_CONTR...Guenter Bartsch
2001-09-22Bug fix: video_wrap_offset calculation on first pts.Matthias Hopf
2001-09-18libmpeg2 video decoder accesses uninitialized malloced memory, may crash inJuergen Keil
2001-09-16Check of current_frame existence in mpeg2_close().Daniel Caujolle-Bert
2001-09-14Added some stuff to make still-frame menus work a bit better, allowed events ...Rich J Wareham
2001-09-05miguel's latest patchesGuenter Bartsch
2001-09-01big demuxer clean, demux_ts should work again.Guenter Bartsch
2001-07-30whoups, looks like a priority of 0 is not allowed :>Guenter Bartsch
2001-07-30fixed video/audio/spu decoder version handlingGuenter Bartsch
2001-07-24big xshm cleanup (free memory properly, set up yuv2rgb only when necessary, c...Guenter Bartsch
2001-07-17made libmpeg2 a bit more permissive on mpeg constraintsGuenter Bartsch