summaryrefslogtreecommitdiff
path: root/src/libreal/xine_decoder.c
AgeCommit message (Expand)Author
2007-03-17Merge the two real binary codecs plugins in a single plugin that handles both...Diego 'Flameeyes' Pettenò
2007-03-16Import the changes for 64-bit safety from MPlayer, this way Real Video and Re...Diego 'Flameeyes' Pettenò
2007-03-16Always pass alternate, and avoid checking for .6.0.Diego 'Flameeyes' Pettenò
2007-03-16Actually, drv3.so.6.0 is still needed to be checked for the Alpha codecs, but...Diego 'Flameeyes' Pettenò
2007-03-16Move the wrapper to open the real codecs in the common unit, and assume that ...Diego 'Flameeyes' Pettenò
2007-03-16Move autodetection of Real codecs path to the common code unit, and rewrite toDiego 'Flameeyes' Pettenò
2007-03-16Move the __builtin functions in a different unit, and define them only on Alp...Diego 'Flameeyes' Pettenò
2007-03-16There's no need to check if the shared object to open is 32 or 64 bits, as dl...Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2006-12-19Mark string-type configuration items according to whether they're plainDarren Salt
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-17Add support for RealPlayer 10 codecs from SUSE, as reported by Manfred Tremmel.Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-10-27reorder paths so that codecs is searched before win32Michael Roitzsch
2005-10-23typoMiguel Freitas
2005-10-22/usr/lib/codecs is preferred /usr/lib/win32 (it is what mplayer uses)Miguel Freitas
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-12-08- patch from mandrake folks to use realplayer libraries on amd64Miguel Freitas
2004-09-21- Set the Codec name meta info even if we can't load the libraries, otherwiseBastien Nocera
2004-07-25protect buffer; a long configured codec path could have overflown itMichael Roitzsch
2004-05-23Demuxer now outputs sensible timestamps so no need to use the binary codec to...James Stembridge
2004-05-131) don't use the framerate stored in the header as it's sometimes way off the...James Stembridge
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-03-16changing decoder priorities:Michael Roitzsch
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-12Support for using aspect from demuxerJames Stembridge
2004-02-05buf->size is 0 when BUF_FLAG_SPECIAL is setJames Stembridge
2004-01-13Pass framerate to real decoder in standard mannerJames Stembridge
2004-01-12set ratio meta infoJames Stembridge
2004-01-121) read fps from headerJames Stembridge
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-10oups, it's better with timestamps...Thibaut Mattern
2004-01-10RealVideo support for the matroska demuxer.Thibaut Mattern
2004-01-07use frame copying functionsJames Stembridge
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-23I should have seen this coming...Michael Roitzsch
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-07-19simpler handling of all custom message data sizesJames Stembridge
2003-07-19Solaris doesn't like uint_fast32_t, but my Linux doesn't like uint_t either,Michael Roitzsch
2003-07-19Fix autogen.sh. Remove odd (nonstandard?) type.Robin KAY
2003-07-18use type specific data from headers in custom message - fixes playback of sev...James Stembridge