summaryrefslogtreecommitdiff
path: root/src/libmpeg2
AgeCommit message (Expand)Author
2003-12-24stupid me... mpeg1 is always progressive.Miguel Freitas
2003-12-14API version bounceSiggi Langauf
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15start xine_stream_t separation (public/private).Miguel Freitas
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-26fix some compiler warnings by using the extern declaration more consistentlyMichael Roitzsch
2003-10-23I should have seen this coming...Michael Roitzsch
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi...Robin KAY
2003-10-20Allow lazy loading of Sun mediaLib. Update ChangeLog.Robin KAY
2003-10-06- add XvMC supportMiguel Freitas
2003-09-01that should fix mpeg1 aspect ratio as reported by Gert VervoortMiguel Freitas
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
2003-08-05handle dvdnav aspect force hints correctly with pan&scanMichael Roitzsch
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-06-11- add VO_INTERLACED_FLAG to get_frameMiguel Freitas
2003-06-03progressive_frame flag may be used to select how to convert yv12->yuy2Miguel Freitas
2003-05-23fix the miscalculates and then copy'n'pasted durations we discovered some tim...Michael Roitzsch
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-04- width and height metainfo in mpeg streamsBastien Nocera
2003-04-29sometimes old frames are displayed after a seek (reset)Miguel Freitas
2003-04-06OGM subtitles by andreas heinchen, cosmeticsGuenter Bartsch
2003-03-23is_frame_needed seems to drop too much: we should still parse the complete st...Michael Roitzsch
2003-03-17fix decoder reset: when waiting for I and P frames, to get the necessary refe...Michael Roitzsch
2003-03-08Remove these confusing linesEwald Snel
2003-03-08Fix corruption in paused mode (keep all YV12 data, not just top slice)Ewald Snel
2003-03-06steps toward muting xine's console output by defaultGuenter Bartsch
2003-02-26Fix blockiness after seeking MPEG-2 streamsEwald Snel
2003-01-10merging complete fix from libmpeg2 cvsMiguel Freitas
2003-01-09patch from walken to clip motion vectors. fix playback for some streams.Miguel Freitas
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-22mutex not needed anymoreMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
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-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
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-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil