Age | Commit message (Expand) | Author |
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-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 |
2004-01-07 | use frame copying functions | James Stembridge |
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 | start xine_stream_t separation (public/private). | Miguel Freitas |
2003-11-15 | more helper functions cleanup (stream info, meta info) | Miguel Freitas |
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-25 | Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ... | Daniel Caujolle-Bert |
2003-08-04 | support for arbitrary aspect ratios | Miguel Freitas |
2003-07-19 | simpler handling of all custom message data sizes | James Stembridge |
2003-07-19 | Solaris doesn't like uint_fast32_t, but my Linux doesn't like uint_t either, | Michael Roitzsch |
2003-07-19 | Fix autogen.sh. Remove odd (nonstandard?) type. | Robin KAY |
2003-07-18 | use type specific data from headers in custom message - fixes playback of sev... | James Stembridge |
2003-07-16 | use xine_hexdump function | James Stembridge |
2003-07-16 | dynamic chunk table size for handling frames with unusually large numbers of ... | James Stembridge |
2003-07-11 | - Fix by Michael Roitzsch to not use callbacks to get the real codecs path (C... | Bastien Nocera |
2003-07-09 | Attempt to catch more data chunks that will cause the decoder to lock up | James Stembridge |
2003-06-03 | Some streams contain a first section with smaller video than the rest, so don... | James Stembridge |
2003-05-29 | handle streams where the actual video size is different to the size specified... | James Stembridge |
2003-05-26 | dynamic chunk buffer size to allow for high bitrate video | James Stembridge |
2003-05-26 | more descriptive codec strings | James Stembridge |
2003-05-26 | fix rv40 playback | James Stembridge |
2003-04-09 | the most obvious real codecs path was missing from autodetection | Guenter Bartsch |
2003-04-04 | add initial async error/general message reporting to frontend | Miguel Freitas |
2003-03-28 | whoups | Guenter Bartsch |
2003-03-28 | some improvements on sending the right data for custom message (this should f... | Guenter Bartsch |
2003-03-05 | Add option to fix alignment problem with some (buggy) XVideo drivers | Ewald Snel |
2003-03-05 | Align the width to 8. | Thibaut Mattern |
2003-02-14 | less warnings | Daniel Caujolle-Bert |
2003-01-08 | fixes/cleanups of the handled/unhandled codecs | Miguel Freitas |
2003-01-03 | preload to register codec path | Miguel Freitas |
2003-01-02 | - search for realplayer9 locations | Miguel Freitas |
2003-01-01 | real video v40 support by chris rankin, added missing copyright notices/credi... | Guenter Bartsch |
2002-12-23 | increase buffers for high quality rm files | Stefan Holst |
2002-12-22 | Make xine-lib compile with the SunPro compiler | Robin KAY |
2002-12-21 | path used by realplayer rpm packages | Miguel Freitas |
2002-12-21 | Fix padding (crap near right picture border), use pitches[] | Ewald Snel |