summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Collapse)Author
2003-10-31Fix the unresolved symbol in ffmpeg configured on systems with XVMC.František Dvořák
Increase verbosity level in error messages of loading plugins. CVS patchset: 5655 CVS date: 2003/10/31 22:08:36
2003-10-30deploy revised ffmpeg palette APIMike Melanson
CVS patchset: 5641 CVS date: 2003/10/30 06:00:19
2003-10-27Fix aspect ratio problemJames Stembridge
CVS patchset: 5621 CVS date: 2003/10/27 22:26:03
2003-10-27super mega ffmpeg tree syncMike Melanson
CVS patchset: 5615 CVS date: 2003/10/27 15:24:38
2003-10-25use relchk.sh use relchk.sh use relchk.shDaniel Caujolle-Bert
fix "make dist". Now tarball is complete. don't expect people have doc formatting tools (check for sgmltools and fig2dev). rename the spaced name file in win32 (Tim, can you check if i didn't break anything please ?). CVS patchset: 5589 CVS date: 2003/10/25 00:49:11
2003-10-23I should have seen this coming...Michael Roitzsch
The changes to the video API of course require the video/spu decoder and post plugin APIs to be increased as well. CVS patchset: 5579 CVS date: 2003/10/23 20:12:33
2003-10-20Allow lazy loading of Sun mediaLib. Update ChangeLog.Robin KAY
CVS patchset: 5553 CVS date: 2003/10/20 00:33:28
2003-10-16Don't read off the end of the bufferJames Stembridge
CVS patchset: 5531 CVS date: 2003/10/16 22:03:36
2003-10-08Patch as sent to ffmpeg-devel.Robin KAY
CVS patchset: 5474 CVS date: 2003/10/08 19:47:10
2003-10-04Add support for 8x4 blocks. Will send patch to ffmpeg-devel.Robin KAY
CVS patchset: 5439 CVS date: 2003/10/04 18:06:15
2003-09-26xine_encoder includes a dxr3 header, which in turn uses X11 headers,Michael Roitzsch
so we need to add $(X_CFLAGS) here CVS patchset: 5417 CVS date: 2003/09/26 16:39:56
2003-09-11fix stuttering playback for some non-MPEG content with the dxr3:Michael Roitzsch
* move responsibility for the SCR plugin from the decoder to the video out * use the SCR for non-MPEG content as well * modify frames' vpts so they are sent earlier to the driver * tag the encoded MPEG stream by SETPTS ioctls to leave the final display scheduling to the card CVS patchset: 5354 CVS date: 2003/09/11 10:01:02
2003-08-19GCC 3.3 on SPARC produces illegal code for 32-bit types, shifted by 32 bits.Juergen Keil
See gcc bug 11965 (<URL:http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11965>) Add a workaround, so that xine-lib can be compiled with gcc-3.3 on SPARC. CVS patchset: 5298 CVS date: 2003/08/19 16:38:19
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
patch by Philip Jgenstedt CVS patchset: 5243 CVS date: 2003/08/04 03:47:09
2003-08-02stupid typo in Makefile.am...xine_1-rc0a-release1-rc0aSiggi Langauf
debian changes for q-rc0a CVS patchset: 5232 CVS date: 2003/08/02 13:41:44
2003-08-02include missing file (1-rc0a release)Siggi Langauf
CVS patchset: 5230 CVS date: 2003/08/02 11:43:51
2003-07-13another forgoten fileMiguel Freitas
CVS patchset: 5163 CVS date: 2003/07/13 19:04:28
2003-07-13still trying to fix make dist...Miguel Freitas
CVS patchset: 5157 CVS date: 2003/07/13 14:42:54
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
- general multipass compilation make targets CVS patchset: 5149 CVS date: 2003/07/12 12:31:13
2003-07-11moving all libavcodec defines over to $(LIBFFMPEG_CFLAGS) and making sure,Michael Roitzsch
this variable is used where necessary should fix MPEG encoding CVS patchset: 5141 CVS date: 2003/07/11 16:36:21
2003-07-09this is in fact a booleanMichael Roitzsch
CVS patchset: 5137 CVS date: 2003/07/09 18:25:45
2003-06-27apply patch from Bastien for ffmpeg silenceMichael Roitzsch
CVS patchset: 5109 CVS date: 2003/06/27 13:56:55
2003-06-27- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)Ewald Snel
- fix B-frame motion compensation - cleanup motion vector math and other blocks of common code CVS patchset: 5106 CVS date: 2003/06/27 13:41:25
2003-06-27Fix third pixel motion compensationEwald Snel
CVS patchset: 5104 CVS date: 2003/06/27 13:34:49
2003-06-22readd some missing patches from diff_to_ffmpeg_cvs.txt, resulting inMichael Roitzsch
motion_est.c being obsolete again (reduces compile time) CVS patchset: 5089 CVS date: 2003/06/22 16:55:45
2003-06-21added RGB565 support (used for 4xm video) and RGB555 support (not usedMike Melanson
yet) CVS patchset: 5084 CVS date: 2003/06/21 22:32:08
2003-06-21missed file in the last syncMike Melanson
CVS patchset: 5083 CVS date: 2003/06/21 19:55:56
2003-06-21delete debug leftoverMichael Roitzsch
CVS patchset: 5080 CVS date: 2003/06/21 11:26:18
2003-06-21major purpose of this update is to import the rearranged MC edgeMike Melanson
emulation facilities CVS patchset: 5079 CVS date: 2003/06/21 03:58:57
2003-06-19maintenance ffmpeg sync: import and activate decoders for 4X andMike Melanson
RealAudio codecs; import VP3 decoder but leave de-activated; fixes for SVQ3 bugs; more conditional compilation for encoders CVS patchset: 5067 CVS date: 2003/06/19 00:47:19
2003-06-12Rework postprocessing quality setting so that it no longer uses a mutex. ↵James Stembridge
Fixes deadlock when changing setting while the engine is paused. CVS patchset: 5027 CVS date: 2003/06/12 21:33:33
2003-06-12Disable direct rendering when height or width isn't a multiple of 16. ↵James Stembridge
Prevents junk being displayed at the edges of such streams. CVS patchset: 5026 CVS date: 2003/06/12 18:46:24
2003-06-11- add VO_INTERLACED_FLAG to get_frameMiguel Freitas
- do not trust progressive_frame for detecting NTSC 3:2, quote: 'the alternating progressive_frame encoding problem. This is a problem where the progressive_frame flag alternates between true and false every frame, when it really should have been set to "true" all the time.' 'There is a lot of content that is affected by this issue, because it's caused by a dumb decision by a very big company that made a very popular MPEG encoder. They've since fixed the encoder, but there are apparently still authoring companies that use it, because the problem is on a lot of high-profile current discs, like Disney's "Monsters Inc." and "Beauty and the Beast".' http://www.hometheaterhifi.com/volume_8_2/dvd-benchmark-special-report-chroma-bug-4-2001.html CVS patchset: 5025 CVS date: 2003/06/11 23:08:54
2003-06-06initial ideas for automatic enabling/disabling deinterlacerMiguel Freitas
fixes, comments, suggestions are welcome CVS patchset: 5011 CVS date: 2003/06/06 19:42:04
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
img->displayed is obsolete now, drivers should use img->free. CVS patchset: 4994 CVS date: 2003/05/31 18:33:28
2003-05-30fix race condition in dxr3 encododers:Michael Roitzsch
on_unneeded would be called from decoder's context while frames might still be around in the video_out context CVS patchset: 4987 CVS date: 2003/05/30 14:10:49
2003-05-29Revert last change as it caused problems with some streams. Second and much ↵James Stembridge
simpler attempt at keeping width and height passed to get_frame consistant. CVS patchset: 4981 CVS date: 2003/05/29 01:04:54
2003-05-28make sure the frame that we postprocess into has the same dimensions as the ↵James Stembridge
frame used for direct rendering CVS patchset: 4978 CVS date: 2003/05/28 18:16:46
2003-05-28video_out_dxr3.h includes other stuff from the src/dxr3 directory, so thereMichael Roitzsch
should be an include path pointing there CVS patchset: 4975 CVS date: 2003/05/28 13:53:03
2003-05-28Disable ffmpeg's encoder when HAVE_DXR3 is not defined. Remove dxr3 build hack.Robin KAY
CVS patchset: 4964 CVS date: 2003/05/28 01:52:19
2003-05-26- fix building with automake 1.4 (yeah, I know)Bastien Nocera
CVS patchset: 4951 CVS date: 2003/05/26 21:50:24
2003-05-26fix rv10 playbackJames Stembridge
CVS patchset: 4948 CVS date: 2003/05/26 20:07:08
2003-05-25oops ... moving those #ifdef's to a more sensible positionMichael Roitzsch
CVS patchset: 4935 CVS date: 2003/05/25 18:53:38
2003-05-25compiling libavcodec's encoding part as an MPEG encoder suitable for the DXR3Michael Roitzsch
* libavcodec/mpegvideo.c has been modified to work without the need to compile libavcodec/motion_est.c to save compilation time (we don't need motion estimation when encoding I-frames only anyway) * the patch to libavcodec/i386/mpegvideo_mmx_template.c has been reverted, because the encoder crashes with it CVS patchset: 4930 CVS date: 2003/05/25 18:34:54
2003-05-23add change that allows canon digital camera created avis to play correctlyJames Stembridge
CVS patchset: 4911 CVS date: 2003/05/23 18:31:07
2003-05-23fix the miscalculates and then copy'n'pasted durations we discovered some ↵Michael Roitzsch
time ago CVS patchset: 4904 CVS date: 2003/05/23 10:52:40
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
2003-05-10rework the QT stsd/ImageDescription passing from demuxer -> decoderMike Melanson
CVS patchset: 4815 CVS date: 2003/05/10 04:26:17
2003-05-10yes, we want to be RISKYMike Melanson
CVS patchset: 4812 CVS date: 2003/05/10 00:06:01
2003-05-09enable ffmpeg's open source SVQ3 decoderMike Melanson
CVS patchset: 4809 CVS date: 2003/05/09 23:54:05