Age | Commit message (Expand) | Author |
2002-06-07 | - demuxer cleanup (helper functions) | Miguel Freitas |
2002-06-04 | fix endianness (xine_bmiheader is already in machine format) | Miguel Freitas |
2002-06-03 | BITMAPINFOHEADER -> xine_bmiheader (now compatible with 64bit systems) | Miguel Freitas |
2002-05-25 | patch from Michael Roitzsch: | Siggi Langauf |
2002-05-01 | big cleanup on plugin dispose handling, small improvements on version handlin... | Guenter Bartsch |
2002-04-29 | Replace all exit(1) with abort(). | James Courtier-Dutton |
2002-04-28 | last 0.9.9 preparations, disable ffmpeg debug output, error message fix for oss | Guenter Bartsch |
2002-04-27 | Gert Vervoort's aspect ratio patch | Miguel Freitas |
2002-04-26 | Some minor changes to make libavcodec compibale with Sun's Forte compiler | Juergen Keil |
2002-04-25 | Need be2me_32() declaration. | Daniel Caujolle-Bert |
2002-04-23 | Increment audio/video/spu decoder and input plugin API version number | Ewald Snel |
2002-04-23 | Fix memory leaks by disposing input, demux and decoder plugins at exit | Ewald Snel |
2002-04-21 | really handle reported types | Miguel Freitas |
2002-04-20 | differentiating mpeg-4 formats even more, divx5 apparently is not completely ... | Guenter Bartsch |
2002-04-09 | - new (fast) demuxer seeking scheme | Miguel Freitas |
2002-04-06 | update to latest ffmpeg cvs, this should add mpeg-4 bframe support :-) (BTW: ... | Guenter Bartsch |
2002-04-01 | check preview flag | Miguel Freitas |
2002-03-24 | Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are broken | Daniel Caujolle-Bert |
2002-03-17 | make ffmpeg recognize asf frame rate hints, small asf demuxer fixes | Guenter Bartsch |
2002-03-12 | ...missing files | Guenter Bartsch |
2002-03-12 | updated ffmpeg to the latest ffmpeg-cvs, hopefully this will handle divx5 files | Guenter Bartsch |
2002-03-11 | metronom and demuxers should work again (although not all demuxers are fully ... | Guenter Bartsch |
2002-02-09 | the long-awaited video_out changes, not completely debuged (races) | Guenter Bartsch |
2002-01-28 | patches from Ewald Snel (finish metronom sync loop on xine exit, initialize | Miguel Freitas |
2002-01-25 | get_rl_index undefined, when the function cannot be inlined | Juergen Keil |
2002-01-18 | enable divx playing on slow machines! (by skipping frames when late) | Miguel Freitas |
2002-01-15 | another codec/buftypes update | Miguel Freitas |
2002-01-08 | 'ar cr lib' without object files does not create an empty archive library | Juergen Keil |
2002-01-06 | this file documents all changes needed to be applied to the current ffmpeg | Miguel Freitas |
2002-01-05 | updates for closed caption decoder | Miguel Freitas |
2002-01-02 | Correct spelling of __VA_ARGS__ macro | Juergen Keil |
2001-12-31 | removing gcc optimizations that broke ffmpeg. mmx asm code does not need | Miguel Freitas |
2001-12-30 | patch to compile on gcc3 by Chris Rankin | Miguel Freitas |
2001-12-27 | updating ffmpeg to cvs version as 26-12-2001 | Miguel Freitas |
2001-12-27 | - ffmpeg update | Miguel Freitas |
2001-12-27 | updating ffmpeg to 26-12-2001 CVS version | Miguel Freitas |
2001-12-11 | audio_decoder->reset() on discontinuities | Miguel Freitas |
2001-11-25 | Some little cleanups. | Daniel Caujolle-Bert |
2001-11-17 | Add 'xine_' prefix to all of xine-utils functions (what about cpu | Daniel Caujolle-Bert |
2001-11-13 | metronom logic changed | Heiko Schaefer |
2001-11-07 | codec fixes | Miguel Freitas |
2001-10-22 | Fixed libxineutils linking. | Daniel Caujolle-Bert |
2001-10-22 | introducing libxineutils and a this pointer for video_out_x11 callbacks | Guenter Bartsch |
2001-10-21 | more memcpy stuff | Miguel Freitas |
2001-10-18 | Bad type for quant_tab fixed. Code is intended to use negative values but does | Juergen Keil |
2001-09-26 | libmpeg2 cleanups, more tweaks for still image display, implemented BUF_CONTR... | Guenter Bartsch |
2001-09-23 | Don't try to use "emms" on a pentium without MMX | Juergen Keil |
2001-09-18 | Fix typos | James Courtier-Dutton |
2001-09-18 | ffmpeg apparently does not support MSMPEG4 v1/v2 format yet. Trying to handle | Juergen Keil |
2001-09-18 | this->size not initialized on first frame, ffmpeg video decoder accesses | Juergen Keil |