summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Collapse)Author
2003-05-09eh...n'existe pas...Mike Melanson
CVS patchset: 4804 CVS date: 2003/05/09 00:31:55
2003-05-09routine ffmpeg tree sync; also, remove motion_est.c and ratecontrol.cMike Melanson
from the Makefile CVS patchset: 4803 CVS date: 2003/05/09 00:25:49
2003-05-01pass the QT stsd atoms through to the ffmpeg decoders...who knows? couldMike Melanson
be useful someday CVS patchset: 4732 CVS date: 2003/05/01 02:01:58
2003-04-28Enable Indeo3 decoderEwald Snel
CVS patchset: 4702 CVS date: 2003/04/28 19:10:01
2003-04-27fixed green flashing bug for divx & postprocessingAndreas Heinchen
CVS patchset: 4701 CVS date: 2003/04/27 20:56:02
2003-04-27Prevent mjpeg files created by canon digital cameras from being misdetected ↵James Stembridge
as having been created by avid. CVS patchset: 4697 CVS date: 2003/04/27 15:16:11
2003-04-25prevent avcodec_flush_buffers from corrupting memory when decoding mjpegJames Stembridge
CVS patchset: 4676 CVS date: 2003/04/25 17:31:31
2003-04-23ffmpeg buffer management is quite odd.Miguel Freitas
this hopefuly fixes problems with B frames and DR1 CVS patchset: 4666 CVS date: 2003/04/23 18:42:39
2003-04-18Minister of English CompositionMike Melanson
CVS patchset: 4639 CVS date: 2003/04/18 20:45:30
2003-04-16cleanups, verbosityMiguel Freitas
CVS patchset: 4626 CVS date: 2003/04/16 22:03:35
2003-04-16direct rendering here we go...Miguel Freitas
(wish us luck!) CVS patchset: 4625 CVS date: 2003/04/16 21:46:42
2003-04-16disable direct rendering when the frame size output by ffmpeg is different ↵James Stembridge
from the one found in the header CVS patchset: 4624 CVS date: 2003/04/16 21:02:22
2003-04-16clean up some code, add direct rendering 1 support (disabled by default)Miguel Freitas
define ENABLE_DIRECT_RENDERING to help testing/fixing it. some streams are crashing or displaying strange stuff with DR1. note: DR1 can be used with or without postprocessing. CVS patchset: 4623 CVS date: 2003/04/16 18:25:58
2003-04-16ffmpeg update, add new files/decoders, use our fastmemcpyMiguel Freitas
tested ok with usual files (wmv7, mpeg4, divx, svq1...) CVS patchset: 4618 CVS date: 2003/04/16 00:18:35
2003-04-05Fixes for C89 compliance. The libffmpeg-devel people are targeting C99 so ↵Robin KAY
they don't want patches. However, I'm packaging xine for blastwave.org (we package software for Solaris) and we don't have a C99 compliant version of Sun Workshop yet (and gcc is poor on SPARC by comparison) so I'm making these patches to libffmpeg/libavcodec as necessary -_-. CVS patchset: 4541 CVS date: 2003/04/05 22:42:28
2003-04-03buffer for decoded audio needs to be bigger for some wma streamsJames Stembridge
CVS patchset: 4537 CVS date: 2003/04/03 20:48:44
2003-04-01have cvs ignore generated filesMichael Roitzsch
CVS patchset: 4528 CVS date: 2003/04/01 11:57:45
2003-03-31including malloc.h on some system is depreciatedDaniel Caujolle-Bert
CVS patchset: 4517 CVS date: 2003/03/31 08:09:04
2003-03-30Solaris mlib support didn't compile any more after the latest updatesJuergen Keil
CVS patchset: 4514 CVS date: 2003/03/30 16:58:56
2003-03-27Michael Niedermayer reported that wmv8 implementation isn't complete, so i'mMiguel Freitas
decreasing priority to use w32 codecs instead. non-x86 users must be happy with this decoder anyway, it is better than nothing... CVS patchset: 4500 CVS date: 2003/03/27 17:20:57
2003-03-27Michael Niedermayer reported that wmv8 implementation isn't complete, so i'mMiguel Freitas
decreasing priority to use w32 codecs instead. non-x86 users must be happy with this decoder anyway, it is better than nothing... CVS patchset: 4499 CVS date: 2003/03/27 17:13:02
2003-03-26s/FF_TYPE_INTERNAL/FF_BUFFER_TYPE_INTERNAL/gBastien Nocera
CVS patchset: 4491 CVS date: 2003/03/26 16:46:51
2003-03-26update ffmpeg. trying to keep local changes (see diff_to_ffmpeg_cvs.txt), let meMiguel Freitas
know if i overlooked something. as usual, preliminary QA: tested non debug builds and several codecs including divx3/4/5, mpeg4, xvid, msmpeg4v3, svq1, wmv7, dv (video/audio), wma i also enabled wmv8 by default since it worked fine with the streams i have. i'm not sure about current state of that so we might enable it only for non-x86 users in case of trouble. CVS patchset: 4489 CVS date: 2003/03/26 14:49:54
2003-03-26update ffmpeg. trying to keep local changes (see diff_to_ffmpeg_cvs.txt), let meMiguel Freitas
know if i overlooked something. as usual, preliminary QA: tested non debug builds and several codecs including divx3/4/5, mpeg4, xvid, msmpeg4v3, svq1, wmv7, dv (video/audio), wma i also enabled wmv8 by default since it worked fine with the streams i have. i'm not sure about current state of that so we might enable it only for non-x86 users in case of trouble. CVS patchset: 4488 CVS date: 2003/03/26 14:43:46
2003-03-21libavcodec divx/xvid qpel bug workaround ported from ffmpeg cvsGuenter Bartsch
CVS patchset: 4458 CVS date: 2003/03/21 12:26:05
2003-03-20If first frame is not a keyframe then don't decode it or change state of decoderJames Stembridge
CVS patchset: 4456 CVS date: 2003/03/20 23:29:06
2003-03-19fix segfault when ffmpeg returns a frame containing no data, as happens with ↵James Stembridge
unsupported mjpeg coding types CVS patchset: 4451 CVS date: 2003/03/19 22:22:42
2003-03-17Removes -funroll-loops from i386 build CFLAGSStephen Torri
CVS patchset: 4434 CVS date: 2003/03/17 09:41:58
2003-03-16make changing quality thread safeJames Stembridge
CVS patchset: 4431 CVS date: 2003/03/16 15:54:00
2003-03-15Second (and far less braindead) go at mpeg-4 postprocessingJames Stembridge
CVS patchset: 4426 CVS date: 2003/03/15 19:23:50
2003-03-14don't bother reconfiguring postprocessing mode if new setting is 0 (ie off)James Stembridge
CVS patchset: 4413 CVS date: 2003/03/14 19:05:40
2003-03-14mpeg-4 post processing :)James Stembridge
CVS patchset: 4411 CVS date: 2003/03/14 17:46:05
2003-03-14Build post processing codeJames Stembridge
CVS patchset: 4407 CVS date: 2003/03/14 12:23:21
2003-03-14Ignore generated filesJames Stembridge
CVS patchset: 4406 CVS date: 2003/03/14 12:18:10
2003-03-14Import post processing code from ffmpegJames Stembridge
CVS patchset: 4405 CVS date: 2003/03/14 12:14:10
2003-03-07sanity checkMiguel Freitas
CVS patchset: 4355 CVS date: 2003/03/07 01:22:54
2003-02-28Xine assert() replacement:Stephen Torri
All assert() function calls, with exceptions of libdvdread and libdvdnav, have been replaced with XINE_ASSERT. Functionally XINE_ASSERT behaves just likes its predecesor but its adding the ability to print out a stack trace at the point where the assertion fails. So here are a few examples. assert (0); This use of assert was found in a couple locations most favorably being the default case of a switch statement. This was the only thing there. So if the switch statement was unable to find a match it would have defaulted to this and the user and the developers would be stuck wonder who died and where. So it has been replaced with XINE_ASSERT(0, "We have reach this point and don't have a default case"); It may seem a bit none descriptive but there is more going on behind the scene. In addition to checking a condition is true/false, in this case '0', the XINE_ASSERT prints out: <filename>:<function name>:<line number> - assertion '<assertion expression>' failed. <description> An example of this might be: input_dvd.c:open_plugin:1178 - assertion '0' failed. xine_malloc failed!!! You have run out of memory XINE_ASSERT and its helper function, print_trace, are found in src/xine-utils/xineutils.h CVS patchset: 4301 CVS date: 2003/02/28 02:51:47
2003-02-23handle aspect ratio == 0Guenter Bartsch
CVS patchset: 4271 CVS date: 2003/02/23 22:03:16
2003-02-23Include GPL HuffYUV v1 tablesJames Stembridge
CVS patchset: 4263 CVS date: 2003/02/23 14:18:59
2003-02-23Fix crash when opening ffmpeg decoder failsJames Stembridge
CVS patchset: 4259 CVS date: 2003/02/23 01:22:56
2003-02-22fix aspect ratio detection codeGuenter Bartsch
CVS patchset: 4256 CVS date: 2003/02/22 17:32:31
2003-02-22Fixes for SunPro compiler. Already sent to ffmpeg-develRobin KAY
CVS patchset: 4238 CVS date: 2003/02/22 01:17:21
2003-02-20Support RGBA32 format ffmpeg frames. Allows playback of RGB HuffYUV filesJames Stembridge
CVS patchset: 4210 CVS date: 2003/02/20 02:13:19
2003-02-19Small omission from HuffYUV supportJames Stembridge
CVS patchset: 4206 CVS date: 2003/02/19 22:15:43
2003-02-19Support for YUY2 HuffYUV videoJames Stembridge
CVS patchset: 4203 CVS date: 2003/02/19 21:37:15
2003-02-04- remove possible name collision between the abs() define and the abs ↵Bastien Nocera
function from stdlib.h CVS patchset: 4104 CVS date: 2003/02/04 22:01:34
2003-02-04blind fix: DV jerky playback. thanks Bill Fink for investigating it.Miguel Freitas
CVS patchset: 4102 CVS date: 2003/02/04 09:50:22
2003-02-03*** empty log message ***Miguel Freitas
CVS patchset: 4099 CVS date: 2003/02/03 02:08:59
2003-02-02use aspect ratio from ffmpegMiguel Freitas
CVS patchset: 4091 CVS date: 2003/02/02 15:42:04
2003-02-02hook up YUV411P -> YV12 converterMike Melanson
CVS patchset: 4084 CVS date: 2003/02/02 06:08:30