summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Collapse)Author
2004-05-23NULL isn't a good default for a pointer ;) Fixes RV10 and RV20 decodingJames Stembridge
CVS patchset: 6582 CVS date: 2004/05/23 16:34:42
2004-05-15gcc 3.4.0 doesn't like function prototypes with the inline specifier. ffmpeg ↵Robin KAY
developers have been informed. CVS patchset: 6541 CVS date: 2004/05/15 14:23:15
2004-05-14trying to keep at least the most important parts up to dateMichael Roitzsch
CVS patchset: 6538 CVS date: 2004/05/14 13:36:03
2004-05-12Mpeg 1/2 decoding.Thibaut Mattern
Tested with mpeg1 and mpeg2 streams. I've not checked if it's slower than libmpeg2... Change the ffmpeg deocoder priority to test it. CVS patchset: 6522 CVS date: 2004/05/12 07:41:43
2004-05-11preparation for rc4aMiguel Freitas
quick fix for wma static noise. (a more general solution should be employed in configure.ac) CVS patchset: 6520 CVS date: 2004/05/11 21:31:55
2004-05-09syncMiguel Freitas
CVS patchset: 6511 CVS date: 2004/05/09 23:31:59
2004-05-09Little optimization.Thibaut Mattern
no memcpy is needed if the fifo buffer contains a full frame, it's true most of the time. Tested with avi, asf, mov, mpeg1/2 (broken for years) streams. CVS patchset: 6502 CVS date: 2004/05/09 14:22:54
2004-04-26typo fixMichael Roitzsch
CVS patchset: 6447 CVS date: 2004/04/26 19:33:47
2004-04-26housekeepingMichael Roitzsch
CVS patchset: 6446 CVS date: 2004/04/26 18:31:57
2004-04-26typo fixMichael Roitzsch
CVS patchset: 6445 CVS date: 2004/04/26 18:03:01
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
please everybody watch out for spelling (and other) errors CVS patchset: 6442 CVS date: 2004/04/26 17:50:06
2004-04-26Fix build process when srcdir != builddir.František Dvořák
CVS patchset: 6441 CVS date: 2004/04/26 15:38:18
2004-04-25ffmpeg syncMiguel Freitas
CVS patchset: 6437 CVS date: 2004/04/25 18:57:04
2004-04-19Store postprocessing in class so we don't have to use internal pointer hackJames Stembridge
CVS patchset: 6416 CVS date: 2004/04/19 21:18:01
2004-04-19Output frames according to the width and height given by the demuxer - fixes ↵James Stembridge
playback of some mov's that only use part of the endoded frame CVS patchset: 6415 CVS date: 2004/04/19 21:03:02
2004-04-15patch by Marcel Janssen adds proper pitch support to the libavcodec encoderMichael Roitzsch
CVS patchset: 6406 CVS date: 2004/04/15 15:49:56
2004-03-17missing headerxine-1-rc3b-release1-rc3bDaniel Caujolle-Bert
CVS patchset: 6284 CVS date: 2004/03/17 20:30:27
2004-03-17fix ffmpeg breakageDaniel Caujolle-Bert
CVS patchset: 6283 CVS date: 2004/03/17 20:24:16
2004-03-17Patch from Bill Fink to fix DV audio endianness problem for big-endianStephen Torri
systems. The problem was little-endian systems were doing byte swapping which big-endian systems do not need to do. CVS patchset: 6282 CVS date: 2004/03/17 17:03:26
2004-03-16By popular request, dv audio decodingJames Stembridge
CVS patchset: 6280 CVS date: 2004/03/16 23:31:30
2004-03-16changing decoder priorities:Michael Roitzsch
* increase ffmpeg from 5 to 6 * increase some others from 6 to 7 (they should still override ffmpeg) * increase liba52 from 2 to 5 (since 5 is somewhat default) * decrease win32 DLL Qt from 5 to 1 (don't worry, this is the only decoder to handle these types, so this is not really a change; it's just that all the other win32 decoders use prio 1) CVS patchset: 6272 CVS date: 2004/03/16 14:12:03
2004-03-15fix idct function prototype and remove extraenous brace (thanks Robin)Mike Melanson
CVS patchset: 6262 CVS date: 2004/03/15 01:22:22
2004-03-14Move real 14.4 and 28.8 header parsing to ffmpeg decoderJames Stembridge
CVS patchset: 6259 CVS date: 2004/03/14 21:37:52
2004-03-14hooked up ffmpeg support for QT RLE; altered handling of 32-bit ARGBMike Melanson
CVS patchset: 6255 CVS date: 2004/03/14 21:24:21
2004-03-14tree diffs as of build 4707Mike Melanson
CVS patchset: 6254 CVS date: 2004/03/14 21:21:11
2004-03-14sync to ffmpeg build 4707Mike Melanson
CVS patchset: 6253 CVS date: 2004/03/14 21:14:07
2004-03-14new ffmpeg files for build 4707Mike Melanson
CVS patchset: 6252 CVS date: 2004/03/14 21:07:01
2004-03-13Fix MS ADPCM decodingJames Stembridge
CVS patchset: 6247 CVS date: 2004/03/13 19:42:22
2004-03-09hook up ffmpeg's Flash Video supportMike Melanson
CVS patchset: 6237 CVS date: 2004/03/09 04:09:41
2004-03-03limit the framerate to valid MPEG range and switch ffmpeg into non-strict modeMichael Roitzsch
CVS patchset: 6214 CVS date: 2004/03/03 20:20:39
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
before aborting CVS patchset: 6211 CVS date: 2004/03/03 20:09:11
2004-02-29Various compilation fixes and updates:František Dvořák
- xine compilable without iconv (scream if I something broke) - update MSVC port, fixes in avi demux - add iff.h into makefiles - ffmpeg depends on zlib (build was OK only when freetype was installed) - commit a patch for goom CVS patchset: 6192 CVS date: 2004/02/29 17:26:45
2004-02-20Fixed detection of linux framebuffer support. Included xineutils.h in ↵Robin KAY
dsputil_mlib.c and added to diff_to_ffmpeg_cvs.txt. Fixed function prototype in dsputil_mlib.c (should be sent back to ffmpeg-dev at some point). Fixed includes in nosefart. Fixed nested comments and includes in goom. CVS patchset: 6180 CVS date: 2004/02/20 19:53:38
2004-02-14Read aspect when BUF_FLAG_ASPECT is setJames Stembridge
CVS patchset: 6156 CVS date: 2004/02/14 20:29:53
2004-02-14Only use aspect ratio given by ffmpeg if it isn't equal to 0.0James Stembridge
CVS patchset: 6154 CVS date: 2004/02/14 19:52:41
2004-02-09*) Only read frame duration when BUF_FLAG_FRAMERATE is setJames Stembridge
*) Dynamic sizing for real video slice offset buffer CVS patchset: 6126 CVS date: 2004/02/09 22:11:30
2004-02-07better error handling if codec can't be foundJames Stembridge
CVS patchset: 6122 CVS date: 2004/02/07 18:38:21
2004-02-04missing file!!Miguel Freitas
CVS patchset: 6115 CVS date: 2004/02/04 01:14:53
2004-02-03Don't read special buffers as headers (again)James Stembridge
CVS patchset: 6112 CVS date: 2004/02/03 19:42:02
2004-02-03ported SMJPEG IMA and EA ADPCM decoders to ffmpegMike Melanson
CVS patchset: 6109 CVS date: 2004/02/03 04:27:16
2004-02-01Slight rethink of header handlingJames Stembridge
Support for RV20 decoder CVS patchset: 6101 CVS date: 2004/02/01 22:45:17
2004-02-01these header files will need to be bundled in the distributionMike Melanson
CVS patchset: 6098 CVS date: 2004/02/01 15:17:54
2004-02-013 files that slipped through: use ffmpeg's own copy of bswap.h to avoidMike Melanson
namespace conflict with xine; initial import for the faandct.* files CVS patchset: 6097 CVS date: 2004/02/01 14:54:47
2004-02-01update the current diff list between ffmpeg and xineMike Melanson
CVS patchset: 6093 CVS date: 2004/02/01 06:02:07
2004-02-01add support for BGR24 and RGB24 video coming from ffmpeg; activate theMike Melanson
following ffmpeg video decoders: Duck TM1, FLIC, SMC, 8BPS, VMD Video, ZLIB, MSZH, ASV1, ASV2, VCR1; activate the following ffmpeg audio decoders: Xan DPCM, VMD audio, MACE 3:1, MACE 6:1 CVS patchset: 6092 CVS date: 2004/02/01 06:00:56
2004-02-01sync to ffmpeg build 4699Mike Melanson
CVS patchset: 6090 CVS date: 2004/02/01 05:31:16
2004-02-01importing new ffmpeg codecs: 8BPS, FLIC, lossless codecs (MSZH & ZLIB),Mike Melanson
QT SMC, Duck TrueMotion v1, and Sierra VMD A/V CVS patchset: 6089 CVS date: 2004/02/01 05:11:55
2004-01-31don't try to read special buffers as if they are headersJames Stembridge
CVS patchset: 6088 CVS date: 2004/01/31 17:10:08
2004-01-31Split ffmpeg interface into audio and video specific filesJames Stembridge
CVS patchset: 6087 CVS date: 2004/01/31 01:19:17
2004-01-30enable RV10 playback, including:James Stembridge
*) reading RV10 header *) modifying buffer handling logic *) initialising libavcodec context in plugin open CVS patchset: 6086 CVS date: 2004/01/30 17:39:44