Age | Commit message (Expand) | Author |
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-07-09 | this is in fact a boolean | 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 | added RGB565 support (used for 4xm video) and RGB555 support (not used | Mike Melanson |
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-06-12 | Rework postprocessing quality setting so that it no longer uses a mutex. Fixe... | James Stembridge |
2003-06-12 | Disable direct rendering when height or width isn't a multiple of 16. Prevent... | James Stembridge |
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-31 | update video out api to allow better frame management (explicit locking) | Miguel Freitas |
2003-05-30 | fix race condition in dxr3 encododers: | Michael Roitzsch |
2003-05-29 | Revert last change as it caused problems with some streams. Second and much s... | James Stembridge |
2003-05-28 | make sure the frame that we postprocess into has the same dimensions as the f... | James Stembridge |
2003-05-28 | video_out_dxr3.h includes other stuff from the src/dxr3 directory, so there | Michael Roitzsch |
2003-05-28 | Disable ffmpeg's encoder when HAVE_DXR3 is not defined. Remove dxr3 build hack. | Robin KAY |
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-23 | add change that allows canon digital camera created avis to play correctly | James Stembridge |
2003-05-23 | fix the miscalculates and then copy'n'pasted durations we discovered some tim... | 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-05-01 | pass the QT stsd atoms through to the ffmpeg decoders...who knows? could | Mike Melanson |
2003-04-28 | Enable Indeo3 decoder | Ewald Snel |
2003-04-27 | fixed green flashing bug for divx & postprocessing | Andreas Heinchen |
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-23 | ffmpeg buffer management is quite odd. | Miguel Freitas |
2003-04-18 | Minister of English Composition | Mike Melanson |
2003-04-16 | cleanups, verbosity | Miguel Freitas |
2003-04-16 | direct rendering here we go... | Miguel Freitas |
2003-04-16 | disable direct rendering when the frame size output by ffmpeg is different fr... | James Stembridge |
2003-04-16 | clean up some code, add direct rendering 1 support (disabled by default) | Miguel Freitas |
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-03 | buffer for decoded audio needs to be bigger for some wma streams | James Stembridge |
2003-04-01 | have cvs ignore generated files | Michael Roitzsch |
2003-03-31 | including malloc.h on some system is depreciated | Daniel Caujolle-Bert |