Age | Commit message (Expand) | Author |
2013-09-13 | Copyright year update by hg log info | Torsten Jager |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2008-05-23 | Merge from 1.1. VDR needs to be updated. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2007-12-23 | Mark all supported_types constant. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for video decoder plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for audio decoder plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all misc plugins to the new identifier/description interface. Add _() ... | Diego 'Flameeyes' Pettenò |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt |
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-11 | Re-commit lost change: Fix the freeze on QuickTime files when configured with... | František Dvořák |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-07 | Setup FS segment to make win32 gods happy with the smiley red deamon. | František Dvořák |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-03-07 | Fixed channels to mode translation in audio decoders. | Thibaut Mattern |
2004-12-17 | forgot this one: | Michael Roitzsch |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-06-06 | Don't assume buffer contains waveformatex header when BUF_FLAG_STDHEADER is s... | James Stembridge |
2004-05-24 | Reset support. | Thibaut Mattern |
2004-04-26 | help strings added for all remaining config entries (so I hope) | Michael Roitzsch |
2004-03-16 | changing decoder priorities: | Michael Roitzsch |
2004-03-03 | use the _x_abort() macro instead of abort, since it prints some debug info | Michael Roitzsch |
2004-01-12 | it seems i forgot to commit the api increase (demux/decoder). weird. | Miguel Freitas |
2004-01-09 | - rework semantics of some buffer flags. check buffer.h for details. | Miguel Freitas |
2003-12-24 | time for some Christmas presents... | Michael Roitzsch |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-15 | more helper functions cleanup (stream info, meta info) | Miguel Freitas |
2003-11-13 | define FOURCC only once | Marco Zuehlke |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-10-23 | I should have seen this coming... | Michael Roitzsch |
2003-08-04 | support for arbitrary aspect ratios | Miguel Freitas |
2003-05-10 | rework the QT stsd/ImageDescription passing from demuxer -> decoder | Mike Melanson |
2003-05-09 | QT DLL decoder just got deprioritized | Mike Melanson |
2003-04-04 | add initial async error/general message reporting to frontend | Miguel Freitas |
2003-03-09 | use windows codec path as provided by configure | Michael Roitzsch |
2003-02-19 | Qclp support, courtesy of Chris Rankin <cj.rankin@ntlworld.com>; also | Mike Melanson |
2003-02-17 | missing files from my last commit | Miguel Freitas |
2003-01-30 | fourcc QDM1 seems wrong, it's QDMC (slap me if i'm wrong) | Daniel Caujolle-Bert |
2003-01-29 | fix hang problem reported by bastien | Miguel Freitas |
2003-01-29 | fix segfault reported by bastien | Miguel Freitas |
2003-01-11 | whoups, thats codec_initialized, not decoder_ok in this one | Guenter Bartsch |