summaryrefslogtreecommitdiff
path: root/src/libmpeg2
AgeCommit message (Expand)Author
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-23Frame duration calculation cleanups; more accurate calculation.Darren Salt
2006-06-17Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi...Diego 'Flameeyes' Pettenò
2006-06-17Fix Altivec libmpeg2 decoding, thanks to Luca Barbato (lu_zero@gentoo.org) an...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-22Fixed undefined symbol [SUSE #173413] (Andreas Schwab).Matthias Hopf
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-02-19fix playing SIF DVDsMiguel Freitas
2006-02-06PATCH: detect aspect ratio changes in MPEG2 videoMiguel Freitas
2006-02-04Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...)Miguel Freitas
2005-06-17Detect AFD information in MPEG2 streams and make the information availableDarren Salt
2005-05-26**BUGFIX**Thomas Hellström
2005-05-06**BUGFIX**Thomas Hellström
2005-05-04**BUGFIX**Thomas Hellström
2005-05-03**BUGFIX**Thomas Hellström
2005-04-26**BUGFIX**Thomas Hellström
2005-04-25**BUGFIX**Michael Roitzsch
2005-04-09**BUGFIX**Thomas Hellström
2005-02-22XvMC update largely courtesy of Kendall Bennet, Scitechsoft:Thomas Hellström
2005-01-30**BUGFIX**Thomas Hellström
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-11-13Fixed segfault when seeking with the "xvmc" and "xxmc" plugins playingThomas Hellström
2004-11-08Fix compilation on Mac OS X with --disable-altivec (warning: compilation has ...Andre Pang
2004-11-06libmpeg2 compilation fixes for Mac OS XAndre Pang
2004-10-27old commentMiguel Freitas
2004-10-12xxmc driver updates:Thomas Hellström
2004-09-28xxmc patch by Thomas Hellstrom (with some changes)Miguel Freitas
2004-09-27make it compile on sparc32 (without VIS) again...Siggi Langauf
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
2004-07-14use correct frame flags for adjusting duration.Miguel Freitas
2004-06-01applied patch from Daniel Mack disabling altivec if ENABLE_ALTIVEC is not set.Conrad Parker
2004-04-29vis.h is missing from dist.Robin KAY
2004-04-28Backport VIS motion_comp code from libmpeg2 CVS so libmpeg2 uses these routin...Robin KAY
2004-03-16changing decoder priorities:Michael Roitzsch
2004-03-14hey, I've always wondered who was in charge of all that MPEG decodingMike Melanson
2004-01-19Make sure INFO is accurate.James Courtier-Dutton
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
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