Age | Commit message (Expand) | Author |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |
2007-03-17 | Merge the two real binary codecs plugins in a single plugin that handles both... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Instead of relying on FreeBSD being the only system not having __environ stde... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Boost the priority of the real audio decoder over FFmpeg's, as demux_real doe... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Import the changes for 64-bit safety from MPlayer, this way Real Video and Re... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Remember to save before C-x v v | Diego 'Flameeyes' Pettenò |
2007-03-16 | Fix real audio codecs. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Always pass alternate, and avoid checking for .6.0. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Actually, drv3.so.6.0 is still needed to be checked for the Alpha codecs, but... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Add proper support for disabling Real binary codecs support and add a paramet... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Sigh, remove wrong paste. | Diego 'Flameeyes' Pettenò |
2007-03-16 | real_codecs_path has always to be declared. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Don't check only for drv3.so.6.0, as that is not present for x86-64 or PowerP... | Diego 'Flameeyes' Pettenò |
2007-03-16 | If REAL_CODEC_PATH is defined, use that as only default path, so that distrib... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Move the wrapper to open the real codecs in the common unit, and assume that ... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Move autodetection of Real codecs path to the common code unit, and rewrite to | Diego 'Flameeyes' Pettenò |
2007-03-16 | For FreeBSD support, alias the __environ and stderr symbols, unavailable ther... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Move the __builtin functions in a different unit, and define them only on Alp... | Diego 'Flameeyes' Pettenò |
2007-03-16 | There's no need to check if the shared object to open is 32 or 64 bits, as dl... | Diego 'Flameeyes' Pettenò |
2007-02-20 | Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64"). | Diego 'Flameeyes' Pettenò |
2006-12-19 | Mark string-type configuration items according to whether they're plain | Darren Salt |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-17 | Add support for RealPlayer 10 codecs from SUSE, as reported by Manfred Tremmel. | Diego 'Flameeyes' Pettenò |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-03-18 | [coverity] | Thibaut Mattern |
2005-10-27 | reorder paths so that codecs is searched before win32 | Michael Roitzsch |
2005-10-23 | typo | Miguel Freitas |
2005-10-22 | /usr/lib/codecs is preferred /usr/lib/win32 (it is what mplayer uses) | Miguel Freitas |
2004-12-16 | use UTF-8 meta info setting, where we know the string is ASCII | Michael Roitzsch |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-12-08 | - patch from mandrake folks to use realplayer libraries on amd64 | Miguel Freitas |
2004-09-21 | - Set the Codec name meta info even if we can't load the libraries, otherwise | Bastien Nocera |
2004-07-25 | protect buffer; a long configured codec path could have overflown it | Michael Roitzsch |
2004-05-23 | Demuxer now outputs sensible timestamps so no need to use the binary codec to... | James Stembridge |
2004-05-13 | 1) don't use the framerate stored in the header as it's sometimes way off the... | James Stembridge |
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-02-12 | Support for using aspect from demuxer | James Stembridge |
2004-02-05 | buf->size is 0 when BUF_FLAG_SPECIAL is set | James Stembridge |
2004-02-04 | abort() is no way to handle errors | James Stembridge |
2004-02-03 | Send all of audio type specific data to decoder instead of skipping first 4 b... | James Stembridge |
2004-01-13 | Pass framerate to real decoder in standard manner | James Stembridge |
2004-01-12 | set ratio meta info | James Stembridge |
2004-01-12 | 1) read fps from header | James Stembridge |
2004-01-12 | it seems i forgot to commit the api increase (demux/decoder). weird. | Miguel Freitas |
2004-01-10 | oups, it's better with timestamps... | Thibaut Mattern |
2004-01-10 | RealVideo support for the matroska demuxer. | Thibaut Mattern |