summaryrefslogtreecommitdiff
path: root/src/libreal/xine_decoder.c
AgeCommit message (Expand)Author
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
2003-07-16use xine_hexdump functionJames Stembridge
2003-07-16dynamic 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-09Attempt to catch more data chunks that will cause the decoder to lock upJames Stembridge
2003-06-03Some streams contain a first section with smaller video than the rest, so don...James Stembridge
2003-05-29handle streams where the actual video size is different to the size specified...James Stembridge
2003-05-26dynamic chunk buffer size to allow for high bitrate videoJames Stembridge
2003-05-26more descriptive codec stringsJames Stembridge
2003-05-26fix rv40 playbackJames Stembridge
2003-04-09the most obvious real codecs path was missing from autodetectionGuenter Bartsch
2003-04-04add initial async error/general message reporting to frontendMiguel Freitas
2003-03-28whoupsGuenter Bartsch
2003-03-28some improvements on sending the right data for custom message (this should f...Guenter Bartsch
2003-03-05Add option to fix alignment problem with some (buggy) XVideo driversEwald Snel
2003-03-05Align the width to 8.Thibaut Mattern
2003-02-14less warningsDaniel Caujolle-Bert
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-03preload to register codec pathMiguel Freitas
2003-01-02- search for realplayer9 locationsMiguel Freitas
2003-01-01real video v40 support by chris rankin, added missing copyright notices/credi...Guenter Bartsch
2002-12-23increase buffers for high quality rm filesStefan Holst
2002-12-22Make xine-lib compile with the SunPro compilerRobin KAY
2002-12-21path used by realplayer rpm packagesMiguel Freitas
2002-12-21Fix padding (crap near right picture border), use pitches[]Ewald Snel