summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Collapse)Author
2004-07-20Use lavc version of the mpeg rff flag.Thibaut Mattern
CVS patchset: 6826 CVS date: 2004/07/20 21:38:34
2004-07-20small DXR3 code cleanup:Michael Roitzsch
* make some helper functions non-inline that Bastien had to move because of their inlining (I realized that some helpers are a bit too large for inlining, so they might worsen the I-cache usage.) * properly use logging macros in all DXR3 code * prepare SPU decoder for new (and hopefully correct) SPU forcing; this should fix some longstanding DXR3 SPU problems, but the code needs more testing so it is disabled for now CVS patchset: 6824 CVS date: 2004/07/20 16:37:44
2004-07-18a sequence can be split.Thibaut Mattern
CVS patchset: 6811 CVS date: 2004/07/18 17:36:25
2004-07-18One more time.Thibaut Mattern
CVS patchset: 6809 CVS date: 2004/07/18 15:34:57
2004-07-18Argl, i always forget something. :<Thibaut Mattern
CVS patchset: 6808 CVS date: 2004/07/18 15:31:29
2004-07-18better mpeg-es parser.Thibaut Mattern
Fix "hurry_up" behavior (keep the metronom happy). Enable DR1 for the mpeg12 decoder. Remove all the mpeg-es parsing from here, use the new parser instead. Handle frame format changes (width, height and aspect ratio) Tested with all my mpeg streams, and with some DVDs with still menus. Enjoy ;) CVS patchset: 6805 CVS date: 2004/07/18 00:50:02
2004-07-03Fix accumulation buffer management.Thibaut Mattern
CVS patchset: 6766 CVS date: 2004/07/03 16:47:55
2004-07-01Use avcodec_align_dimensions for querying required frame dimension alignmentsJames Stembridge
CVS patchset: 6762 CVS date: 2004/07/01 20:56:15
2004-07-01Fix av sync for RV10 and RV20 streamsJames Stembridge
CVS patchset: 6761 CVS date: 2004/07/01 20:16:24
2004-06-28Fix a stupid bug causing a segfault with huffyuv_sample.avi test stream.Thibaut Mattern
Let's see tomorrow how many segfaults are gone ;-) CVS patchset: 6759 CVS date: 2004/06/28 22:44:57
2004-06-21* add one file missing in release (not critical, since unneeded)Michael Roitzsch
* remove two unneeded files CVS patchset: 6727 CVS date: 2004/06/21 16:37:00
2004-06-13fix ffmpeg warningsMichael Roitzsch
CVS patchset: 6681 CVS date: 2004/06/13 13:23:58
2004-06-13PPC AltiVec fixMike Melanson
CVS patchset: 6680 CVS date: 2004/06/13 00:10:47
2004-06-12not all compilers strip unused static functions from object files.Miguel Freitas
gcc 2.96 does not. this causes a bunch of undefined symbols: undefined symbol: ff_init_me (../.libs/xineplug_decode_ff.so) undefined symbol: ff_estimate_p_frame_motion (../.libs/xineplug_decode_ff.so) undefined symbol: ff_fix_long_p_mvs (../.libs/xineplug_decode_ff.so) undefined symbol: ff_fix_long_mvs (../.libs/xineplug_decode_ff.so) undefined symbol: ff_h263_encode_motion (../.libs/xineplug_decode_ff.so) undefined symbol: h263_encode_init (../.libs/xineplug_decode_ff.so) Mike, can you merge this back to ffmpeg cvs? CVS patchset: 6677 CVS date: 2004/06/12 22:14:13
2004-06-11fix init bug that manifests when decoder is not disposed betweenMike Melanson
initializations CVS patchset: 6672 CVS date: 2004/06/11 02:25:56
2004-06-10flac.c is in the SOURCES now, no need to EXTRA_DIST itMichael Roitzsch
CVS patchset: 6669 CVS date: 2004/06/10 20:46:25
2004-06-10hook up ffmpeg's FLAC decoderMike Melanson
CVS patchset: 6664 CVS date: 2004/06/10 04:46:18
2004-06-06Don't assume buffer contains waveformatex header when BUF_FLAG_STDHEADER is ↵James Stembridge
set, it's optional CVS patchset: 6649 CVS date: 2004/06/06 16:13:30
2004-06-05Support for deocoder init data split.Thibaut Mattern
Daniel: you don't even need libw32 decoder to play your stream now. ;) http://naboo.homelinux.org/~daniel/media/p_length.avi CVS patchset: 6643 CVS date: 2004/06/05 16:37:37
2004-06-04shut up GCC.Daniel Caujolle-Bert
CVS patchset: 6637 CVS date: 2004/06/04 13:29:29
2004-06-01renamed symbol appropriately to avoid duplicate symbol references, followingConrad Parker
the pattern of dummy in alpha, mmx etc. CVS patchset: 6625 CVS date: 2004/06/01 14:36:34
2004-05-30merge ffmpeg to fix compiler warningsMichael Roitzsch
CVS patchset: 6612 CVS date: 2004/05/30 19:24:17
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