Age | Commit message (Expand) | Author |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-12-02 | the quest of the missing files continue... | Miguel Freitas |
2003-11-29 | grrrr | Miguel Freitas |
2003-11-27 | i hate those missing files... | Miguel Freitas |
2003-11-16 | fix some more compiler warnings about functions xine does not use | Michael Roitzsch |
2003-11-16 | buffer limit fix from ffmpeg | James Stembridge |
2003-11-01 | big ffmpeg patch | Michael Roitzsch |
2003-10-30 | deploy revised ffmpeg palette API | Mike Melanson |
2003-10-27 | super mega ffmpeg tree sync | Mike Melanson |
2003-10-25 | use relchk.sh use relchk.sh use relchk.sh | Daniel Caujolle-Bert |
2003-10-20 | Allow lazy loading of Sun mediaLib. Update ChangeLog. | Robin KAY |
2003-10-16 | Don't read off the end of the buffer | James Stembridge |
2003-10-08 | Patch as sent to ffmpeg-devel. | Robin KAY |
2003-10-04 | Add support for 8x4 blocks. Will send patch to ffmpeg-devel. | Robin KAY |
2003-08-19 | GCC 3.3 on SPARC produces illegal code for 32-bit types, shifted by 32 bits. | Juergen Keil |
2003-07-13 | another forgoten file | Miguel Freitas |
2003-07-13 | still trying to fix make dist... | Miguel Freitas |
2003-07-12 | - adding support for the Intel compiler icc | Michael Roitzsch |
2003-07-11 | moving all libavcodec defines over to $(LIBFFMPEG_CFLAGS) and making sure, | Michael Roitzsch |
2003-06-27 | apply patch from Bastien for ffmpeg silence | Michael Roitzsch |
2003-06-27 | - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!) | Ewald Snel |
2003-06-27 | Fix third pixel motion compensation | Ewald Snel |
2003-06-22 | readd some missing patches from diff_to_ffmpeg_cvs.txt, resulting in | Michael Roitzsch |
2003-06-21 | missed file in the last sync | Mike Melanson |
2003-06-21 | delete debug leftover | Michael Roitzsch |
2003-06-21 | major purpose of this update is to import the rearranged MC edge | Mike Melanson |
2003-06-19 | maintenance ffmpeg sync: import and activate decoders for 4X and | Mike Melanson |
2003-05-26 | - fix building with automake 1.4 (yeah, I know) | Bastien Nocera |
2003-05-26 | fix rv10 playback | James Stembridge |
2003-05-25 | oops ... moving those #ifdef's to a more sensible position | Michael Roitzsch |
2003-05-25 | compiling libavcodec's encoding part as an MPEG encoder suitable for the DXR3 | Michael Roitzsch |
2003-05-14 | as announced on xine-devel, this is the big Makefile refactoring: | Michael Roitzsch |
2003-05-10 | rework the QT stsd/ImageDescription passing from demuxer -> decoder | Mike Melanson |
2003-05-10 | yes, we want to be RISKY | Mike Melanson |
2003-05-09 | enable ffmpeg's open source SVQ3 decoder | Mike Melanson |
2003-05-09 | eh...n'existe pas... | Mike Melanson |
2003-05-09 | routine ffmpeg tree sync; also, remove motion_est.c and ratecontrol.c | Mike Melanson |
2003-04-27 | Prevent mjpeg files created by canon digital cameras from being misdetected a... | James Stembridge |
2003-04-25 | prevent avcodec_flush_buffers from corrupting memory when decoding mjpeg | James Stembridge |
2003-04-16 | ffmpeg update, add new files/decoders, use our fastmemcpy | Miguel Freitas |
2003-04-05 | Fixes for C89 compliance. The libffmpeg-devel people are targeting C99 so the... | Robin KAY |
2003-04-01 | have cvs ignore generated files | Michael Roitzsch |
2003-03-31 | including malloc.h on some system is depreciated | Daniel Caujolle-Bert |
2003-03-30 | Solaris mlib support didn't compile any more after the latest updates | Juergen Keil |
2003-03-27 | Michael Niedermayer reported that wmv8 implementation isn't complete, so i'm | Miguel Freitas |
2003-03-26 | s/FF_TYPE_INTERNAL/FF_BUFFER_TYPE_INTERNAL/g | Bastien Nocera |
2003-03-26 | update ffmpeg. trying to keep local changes (see diff_to_ffmpeg_cvs.txt), let me | Miguel Freitas |
2003-03-21 | libavcodec divx/xvid qpel bug workaround ported from ffmpeg cvs | Guenter Bartsch |
2003-03-20 | If first frame is not a keyframe then don't decode it or change state of decoder | James Stembridge |
2003-03-17 | Removes -funroll-loops from i386 build CFLAGS | Stephen Torri |