summaryrefslogtreecommitdiff
path: root/src/libmpeg2/decode.c
AgeCommit message (Expand)Author
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-07oops, wrong _infoDaniel Caujolle-Bert
2003-01-07meta info HANDLED was missedDaniel Caujolle-Bert
2003-01-05fix decoding of dolbydigitaltemple streamMiguel Freitas
2002-12-26- cleanup internal interfaces for rewiringMiguel Freitas
2002-12-22mmm hmmm...that's nice, but we don't need to hear about it all theMike Melanson
2002-12-09- remove unneeded event listener thread, the real deadlock has already been f...Michael Roitzsch
2002-12-09fix CC-decoding related deadlocksChristian Vogler
2002-12-06embed closed caption decoding again (needs testing)Michael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
2002-11-11prevent libmpeg2 from freeing the same frame twiceMichael Roitzsch
2002-10-31Complete frame rate calculation.Thibaut Mattern
2002-10-29enhance log outputGuenter Bartsch
2002-10-28Tell the engine to compute frame duration instead of using a default value wh...Thibaut Mattern
2002-10-26get frame format change event backMichael Roitzsch
2002-10-23provide videocodec informationGuenter Bartsch
2002-10-18Enable libmpeg2 for new api.James Courtier-Dutton
2002-09-19use defines for readability, handle pan&scan aspect like anamorphicMichael Roitzsch
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-07-28attempt to fix seeking artefacts for mpeg-1 streamsHeiko Schaefer
2002-07-26- 4x3 xine_logo with urlMiguel Freitas
2002-07-10* handle aspect special buffers and force the aspect to the mode requestedMichael Roitzsch
2002-07-05checks to avoid segfaulting with (very) broken streamsuid45177
2002-06-28added aspect information to xine_frame_change_event_t to pass suchMichael Roitzsch
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-04-06revert last patchMiguel Freitas
2002-04-06Very minor change to rff pattern function.James Courtier-Dutton
2002-04-06enough of talking... :)Miguel Freitas
2002-04-06oops, i don't want thatMiguel Freitas
2002-04-06fix bad_frame logic (bug introduced in 0.2.1 sync)Miguel 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-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-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-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