Age | Commit message (Expand) | Author |
2004-03-03 | fix compiler warning | Michael Roitzsch |
2004-02-29 | speed improvements (reduced CPU-usage up to 90% when playing IFF-ANIM files) | Manfred Tremmel |
2004-02-25 | IFF: added ANIM OPT7 and OPT8 support | Manfred Tremmel |
2004-02-22 | HAM decoding bug fixed | Manfred Tremmel |
2004-02-22 | fixed a bug when displaying IFF-ILBM 24 Bit pictures | Manfred Tremmel |
2004-02-22 | added IFF-ANIM support, opt5 and (untested, can't finde samples) opt 4 codings | Manfred Tremmel |
2004-02-14 | Read aspect when BUF_FLAG_ASPECT is set | James Stembridge |
2004-02-09 | Only read frame duration when BUF_FLAG_FRAMERATE is set | James Stembridge |
2004-02-02 | added IFF-ILBM support | Manfred Tremmel |
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 |
2004-01-07 | use frame copying functions | James Stembridge |
2003-12-24 | remove unused variable | Michael Roitzsch |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-09 | update copyright year (and we have to do it again in 3 weeks... ;-) ) | Daniel Caujolle-Bert |
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-10-24 | use the common bitmapinfo and waveformatex structures | Mike Melanson |
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-12 | pay attention to img->pitches when copying yv12 and i420 frames | James Stembridge |
2003-08-12 | use extra info from yuv4mpeg2 demuxer, fixes fps and aspect errors | James Stembridge |
2003-08-04 | support for arbitrary aspect ratios | Miguel Freitas |
2003-06-11 | - add VO_INTERLACED_FLAG to get_frame | Miguel Freitas |
2003-06-06 | initial ideas for automatic enabling/disabling deinterlacer | Miguel Freitas |
2003-05-28 | fix uv order for yv12 and add support for i420 | James Stembridge |
2003-05-14 | as announced on xine-devel, this is the big Makefile refactoring: | Michael Roitzsch |
2003-05-11 | png image loader fix | Stefan Holst |
2003-04-21 | - fix the image/png decoder on big endian machines | Bastien Nocera |
2003-03-26 | ignore alpha channel in images | Stefan Holst |
2003-03-23 | png image support | Stefan Holst |
2003-02-08 | modified to support FLI files from Magic Carpet PC game | Mike Melanson |
2003-01-31 | update ffmpeg | Miguel Freitas |
2003-01-31 | Removing unstable, unfinished and down useless entry. | Stephen Torri |
2003-01-31 | - Added debian into Makefile.am as a sub-directory rather than have the | Stephen Torri |
2003-01-19 | hush | Guenter Bartsch |
2003-01-19 | a dummy video decoder for v4l input | Guenter Bartsch |
2003-01-08 | fixes/cleanups of the handled/unhandled codecs | Miguel Freitas |
2003-01-01 | Fix another possible input buffer overflow problem | Ewald Snel |
2003-01-01 | Clip motion vectors to avoid segmentation fault on broken movies | Ewald Snel |
2002-12-31 | Protect against input buffer overflow | Ewald Snel |
2002-12-28 | fix and strengthen the QT RLE decoders | Mike Melanson |
2002-12-28 | added Interplay MVE video decoder (not completely accurate yet, but | Mike Melanson |
2002-12-23 | heh...those should really be unsigned char's | Mike Melanson |
2002-12-23 | move the palette wraparound to a better place | Mike Melanson |
2002-12-22 | be strict with the width | Mike Melanson |
2002-12-22 | fixed silly decode bug, at long last | Mike Melanson |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |