summaryrefslogtreecommitdiff
path: root/src/libmpeg2
AgeCommit message (Expand)Author
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-03-02Push out current frame when seeing the sequence end code 0xb7.Reinhard Nißl
2008-01-01Avoid potential install-time mislinkage against libxine.so.2.Darren Salt
2008-01-01Use signed data type for pan&scan center offset components.Reinhard Nißl
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-09-19Convert the "AFD changed" message into a LOG message.Darren Salt
2007-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-05-17Convert comments (and the occasional string where it doesn't matter) to UTF-8.Darren Salt
2007-04-12Speed up start code scanning.Reinhard Nißl
2007-04-11Special handling of sequence end code to improve still frames.Reinhard Nißl
2007-04-11Detect absence of AFD and report only changes.Reinhard Nißl
2007-04-11Improve MPEG2 detection to have it ready for correct aspect ratioReinhard Nißl
2007-04-08Beside the name, constants can't be marked const or gcc miscompiles the Altiv...Diego 'Flameeyes' Pettenò
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
2007-04-04Rename xine_decoder.c to xine_mpeg2_decoder.c.Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-01-28fix integer/double mistake.Miguel Freitas
2007-01-19Make iterator variables constant when used with constant tables.Diego 'Flameeyes' Pettenò
2006-12-25The mpeg2 decoding plugin uses ceil(), so link it to libm.Diego 'Flameeyes' Pettenò
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