summaryrefslogtreecommitdiff
path: root/src/libmpeg2
AgeCommit message (Expand)Author
2007-12-19Mark more arrays as constant.Diego 'Flameeyes' Pettenò
2007-12-19Mark static strings as const.Diego 'Flameeyes' Pettenò
2007-12-11Bump the interface version for video decoder plugins.Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ca...Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update all misc plugins to the new identifier/description interface. Add _() ...Diego 'Flameeyes' Pettenò
2007-11-10Merge from 1.1.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-09-23Merge from 1.1.Darren Salt
2007-09-19Convert the "AFD changed" message into a LOG message.Darren Salt
2007-08-16Merge open()/glibc (debug #define) workaround from 1.1; fix up for 1.2 changes.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-05-16Merge changes from main 1.2 repositoryMatt Messier
2007-05-14Final pass over decoders.m4Matt Messier
2007-05-11Another round of Makefile.am cleanupsMatt Messier
2007-05-08Merge changes from main 1.2 repositoryMatt Messier
2007-05-08RIP: AC_OPTIMIZATIONSMatt Messier
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