summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/mjpeg.c
AgeCommit message (Collapse)Author
2007-01-28another ffmpeg sync to include h264 security fixesMiguel Freitas
CVS patchset: 8573 CVS date: 2007/01/28 18:38:32
2006-12-30When building encoders, mjpeg is needed too.Darren Salt
Otherwise we get a link error about mjpeg_init being missing. CVS patchset: 8478 CVS date: 2006/12/30 22:25:04
2006-12-04trying an updated ffmpeg version (51.25.0)Miguel Freitas
CVS patchset: 8405 CVS date: 2006/12/04 22:25:13
2006-08-02sync to FFmpeg 51.11.0Mike Melanson
CVS patchset: 8146 CVS date: 2006/08/02 07:02:37
2006-02-05ffmpeg syncMiguel Freitas
CVS patchset: 7872 CVS date: 2006/02/05 14:11:16
2005-10-23big ffmpeg updateMiguel Freitas
it is likely to break, so please keep both pieces CVS patchset: 7767 CVS date: 2005/10/23 02:11:16
2005-07-19here is cvs update people requested - somebody please check for gcc4 ↵Miguel Freitas
compatibility CVS patchset: 7668 CVS date: 2005/07/19 20:30:38
2005-04-19sync to FFmpeg build 4752Mike Melanson
CVS patchset: 7463 CVS date: 2005/04/19 05:16:45
2004-05-30merge ffmpeg to fix compiler warningsMichael Roitzsch
CVS patchset: 6612 CVS date: 2004/05/30 19:24:17
2004-05-09syncMiguel Freitas
CVS patchset: 6511 CVS date: 2004/05/09 23:31:59
2004-04-25ffmpeg syncMiguel Freitas
CVS patchset: 6437 CVS date: 2004/04/25 18:57:04
2004-03-14sync to ffmpeg build 4707Mike Melanson
CVS patchset: 6253 CVS date: 2004/03/14 21:14:07
2004-02-01sync to ffmpeg build 4699Mike Melanson
CVS patchset: 6090 CVS date: 2004/02/01 05:31:16
2003-11-16buffer limit fix from ffmpegJames Stembridge
CVS patchset: 5745 CVS date: 2003/11/16 13:28:57
2003-10-27super mega ffmpeg tree syncMike Melanson
CVS patchset: 5615 CVS date: 2003/10/27 15:24:38
2003-10-16Don't read off the end of the bufferJames Stembridge
CVS patchset: 5531 CVS date: 2003/10/16 22:03:36
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-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-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-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-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-01-31update ffmpegMiguel Freitas
CVS patchset: 4068 CVS date: 2003/01/31 18:29:43
2003-01-08syncing ffmpeg (with some compilation fixes)Miguel Freitas
- fixes wma bugs - mace, huffyuv and mp3 decoders imported (but not enabled) tested: wma (v1 and v2), mpeg4, msmpeg4 v1, v2 and v3, divx3, divx4, divx5, xvid and dv decoders. everything looks fine. CVS patchset: 3828 CVS date: 2003/01/08 13:18:42
2002-12-06- sync with ffmpeg (that must fix heiko stream, thanks Michael Niedermayer)Miguel Freitas
- improve ffmpeg support (passing extra data) - aspect ratio still need to be updated to new syntax - use our svq1 decoder since ffmpeg one is segfaulting (buffer overrun - more investigation needed) - img->copy no more CVS patchset: 3437 CVS date: 2002/12/06 01:55:32
2002-12-02update ffmpeg, pass fourcc and other stuff that might be usefulMiguel Freitas
CVS patchset: 3414 CVS date: 2002/12/02 21:58:56
2002-11-11sync ffmpegMiguel Freitas
- add wma decoder - fix mmx macro - remove changes from fdct_mmx.c (it should work fine now with the mmx macro fix) CVS patchset: 3234 CVS date: 2002/11/11 13:45:34
2002-10-29sync to ffmpeg cvsMiguel Freitas
CVS patchset: 3090 CVS date: 2002/10/29 16:29:16
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
something must be broken at ffmpeg, also happens with mplayer) - added priority sorted lists, now autoprobing should work again. - fixed infinite loop in plugin loader. obs: latest ffmpeg contains ppc optimizations, someone will have to enable these though. CVS patchset: 2676 CVS date: 2002/09/16 21:49:34
2002-08-07- sync with ffmpeg cvsMiguel Freitas
- apply Zdenek Kabelac patches to enable -fpic compiling (why this stuff isn't in ffmpeg cvs?) CVS patchset: 2402 CVS date: 2002/08/07 19:46:28
2002-07-15update to ffmpeg cvsMiguel Freitas
CVS patchset: 2277 CVS date: 2002/07/15 19:42:40
2002-07-01- ffmpeg syncMiguel Freitas
- skip decoding b-frames when late CVS patchset: 2185 CVS date: 2002/07/01 13:32:38
2002-06-10sync to ffmpeg cvs, trying to keep differences to a mininum.Miguel Freitas
diff_to_ffmpeg_cvs.txt updated. tested only on x86, please report any problems, compilation errors, etc. alpha architecture added but makefiles were not updated. CVS patchset: 2058 CVS date: 2002/06/10 14:51:26
2002-03-12updated ffmpeg to the latest ffmpeg-cvs, hopefully this will handle divx5 filesGuenter Bartsch
CVS patchset: 1558 CVS date: 2002/03/12 00:40:52
2001-12-27updating ffmpeg to cvs version as 26-12-2001Miguel Freitas
CVS patchset: 1315 CVS date: 2001/12/27 21:06:08
2001-09-18Fix typosJames Courtier-Dutton
CVS patchset: 662 CVS date: 2001/09/18 19:01:27
2001-09-06Trying to port the xine-lib sources to a non-gcc compilerJuergen Keil
CVS patchset: 584 CVS date: 2001/09/06 18:38:11
2001-08-28update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel ↵Guenter Bartsch
Freitas CVS patchset: 510 CVS date: 2001/08/28 19:16:19
2001-08-07latest ffmpeg updates - mmx works\! :-)Guenter Bartsch
CVS patchset: 400 CVS date: 2001/08/07 23:59:50
2001-08-07introducing the ffmpeg video decoder plugin for ms mpeg 4, opendivx and ↵Guenter Bartsch
motion jpeg decoding CVS patchset: 395 CVS date: 2001/08/07 12:41:46