summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Expand)Author
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
2003-07-11moving all libavcodec defines over to $(LIBFFMPEG_CFLAGS) and making sure,Michael Roitzsch
2003-07-09this is in fact a booleanMichael Roitzsch
2003-06-27apply patch from Bastien for ffmpeg silenceMichael Roitzsch
2003-06-27- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)Ewald Snel
2003-06-27Fix third pixel motion compensationEwald Snel
2003-06-22readd some missing patches from diff_to_ffmpeg_cvs.txt, resulting inMichael Roitzsch
2003-06-21added RGB565 support (used for 4xm video) and RGB555 support (not usedMike Melanson
2003-06-21missed file in the last syncMike Melanson
2003-06-21delete debug leftoverMichael Roitzsch
2003-06-21major purpose of this update is to import the rearranged MC edgeMike Melanson
2003-06-19maintenance ffmpeg sync: import and activate decoders for 4X andMike Melanson
2003-06-12Rework postprocessing quality setting so that it no longer uses a mutex. Fixe...James Stembridge
2003-06-12Disable direct rendering when height or width isn't a multiple of 16. Prevent...James Stembridge
2003-06-11- add VO_INTERLACED_FLAG to get_frameMiguel Freitas
2003-06-06initial ideas for automatic enabling/disabling deinterlacerMiguel Freitas
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-05-30fix race condition in dxr3 encododers:Michael Roitzsch
2003-05-29Revert last change as it caused problems with some streams. Second and much s...James Stembridge
2003-05-28make sure the frame that we postprocess into has the same dimensions as the f...James Stembridge
2003-05-28video_out_dxr3.h includes other stuff from the src/dxr3 directory, so thereMichael Roitzsch
2003-05-28Disable 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-26fix rv10 playbackJames Stembridge
2003-05-25oops ... moving those #ifdef's to a more sensible positionMichael Roitzsch
2003-05-25compiling libavcodec's encoding part as an MPEG encoder suitable for the DXR3Michael Roitzsch
2003-05-23add change that allows canon digital camera created avis to play correctlyJames Stembridge
2003-05-23fix the miscalculates and then copy'n'pasted durations we discovered some tim...Michael Roitzsch
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-10rework the QT stsd/ImageDescription passing from demuxer -> decoderMike Melanson
2003-05-10yes, we want to be RISKYMike Melanson
2003-05-09enable ffmpeg's open source SVQ3 decoderMike Melanson
2003-05-09eh...n'existe pas...Mike Melanson
2003-05-09routine ffmpeg tree sync; also, remove motion_est.c and ratecontrol.cMike Melanson
2003-05-01pass the QT stsd atoms through to the ffmpeg decoders...who knows? couldMike Melanson
2003-04-28Enable Indeo3 decoderEwald Snel
2003-04-27fixed green flashing bug for divx & postprocessingAndreas Heinchen
2003-04-27Prevent mjpeg files created by canon digital cameras from being misdetected a...James Stembridge
2003-04-25prevent avcodec_flush_buffers from corrupting memory when decoding mjpegJames Stembridge
2003-04-23ffmpeg buffer management is quite odd.Miguel Freitas
2003-04-18Minister of English CompositionMike Melanson
2003-04-16cleanups, verbosityMiguel Freitas
2003-04-16direct rendering here we go...Miguel Freitas
2003-04-16disable direct rendering when the frame size output by ffmpeg is different fr...James Stembridge
2003-04-16clean up some code, add direct rendering 1 support (disabled by default)Miguel Freitas
2003-04-16ffmpeg update, add new files/decoders, use our fastmemcpyMiguel Freitas
2003-04-05Fixes for C89 compliance. The libffmpeg-devel people are targeting C99 so the...Robin KAY
2003-04-03buffer for decoded audio needs to be bigger for some wma streamsJames Stembridge
2003-04-01have cvs ignore generated filesMichael Roitzsch
2003-03-31including malloc.h on some system is depreciatedDaniel Caujolle-Bert