Michael Niedermayer
deb13e3c73
spam
...
Originally committed as revision 4015 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
26165f99c6
improved detection of "AVC1" style H.264 patch by (Måns Rullgård <mru inprovide com>)
...
Originally committed as revision 4013 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
fc90504b99
get rid of nasty exit()'s so the decoder will only warn the user before
...
it runs off the end of a buffer; eventually, this should be replaced
with FFmpeg's internal bit reader which is hopefully more robust
Originally committed as revision 4012 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Falk Hüffner
647b610c6e
-freduce-all-givs has been removed from gcc
...
Originally committed as revision 4011 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
f770ee038f
decoder works fine now, when fed properly-sized chunks by the demuxer;
...
cleaned up some cruft for this commit
Originally committed as revision 4010 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
7ff85a81ed
do not use a variable before proper initialization
...
Originally committed as revision 4009 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
6d6d7970e7
first pass at ALAC decoder from David Hammerton; while David's original
...
decoder works great, this decoder is not completely and seamlessly
integrated yet with FFmpeg
Originally committed as revision 4008 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Torsten Martinsen
2a515c08f2
Support for AMR Interface Format 2 patch by ("Torsten Martinsen" <tma gatehouse dk>)
...
Originally committed as revision 4007 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
27ef18d12f
typo
...
Originally committed as revision 4006 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8c787559a2
mpeg-es bitrate parsing
...
Originally committed as revision 4005 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
a18030bb62
10l (fix reordering when B-frames are not present)
...
Originally committed as revision 4004 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
2f944356bf
H.264: decode arbitrary frame orders and allow B-frames as references.
...
Originally committed as revision 4003 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
3622988f21
oops, other half of the vismv patch
...
Originally committed as revision 4001 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
b75e10d52c
vismv didn't display 8x8 mvs in H.264
...
Originally committed as revision 4000 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
e21f398378
vismb: display 4x4 partition boundaries in H.264
...
Originally committed as revision 3999 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
ee89b2b9e7
04-vp3 fix(by matthieu castet).patch
...
Originally committed as revision 3998 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
f86f4481d8
cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc bug related to frexp()
...
Originally committed as revision 3997 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
a54ea19a52
VP3 post-processing loop filter; disabled until the correct final step
...
is determined
Originally committed as revision 3996 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
9c7fb60816
go LOCO, courtesy of Kostya Shishkov
...
Originally committed as revision 3995 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
56b31a8ee2
10l (deallocated memory again)
...
Originally committed as revision 3994 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Sebastian Jedruszkiewicz
cdb2c1cacb
indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian Jedruszkiewicz)
...
Originally committed as revision 3990 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Jindřich Makovička
655f688d54
support for negative strides
...
Originally committed as revision 3989 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
f52072e3f0
10l (shorten.o missing)
...
Originally committed as revision 3985 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
85ad569574
shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)
...
Originally committed as revision 3984 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8dd2a893dd
set supported pix_fmts
...
Originally committed as revision 3982 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
19fe8b4100
In-loop deblocking for B-frames.
...
Originally committed as revision 3979 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
88730be651
kill warnings patch by (Måns Rullgård <mru inprovide com>)
...
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
53513831da
-strict -1 comment fix
...
Originally committed as revision 3976 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Nilesh Bansal
5c5dea3f0c
01-makefile_fix_updated.patch
...
Adds --enable-theora/--enable-vorbis/--enable-ogg to configure
If compiled WITHOUT --enable-theora, native VP3 decoder is used
patch by (Nilesh Bansal <nileshbansal gmail com>)
Originally committed as revision 3975 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
738386a5ed
10l in implicit_weight_table
...
Originally committed as revision 3974 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
anonymous
8da75fb272
- renaming the AC coding set variable names to more meaningful ones
...
- removed old MB decoding functions, and moved around macros to be used in
the previously unused code, which match better msmpeg4.c/whole MPV
framework
- cleaned (not yet functionnal, lots missing) DC prediction
- trying to pass the proper coded status to block decoder
patch by anonymous
Originally committed as revision 3973 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
François Revol
3e459e39fa
use av_free() instead of free() where it's meant to.
...
Originally committed as revision 3971 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alex Beregszaszi
659c369256
macromedia flavour adpcm decoding (used in flv and swf)
...
Originally committed as revision 3969 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alex Beregszaszi
58aa2b1d35
10l
...
Originally committed as revision 3967 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Josh Varner
fe533bb3a7
removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)
...
Originally committed as revision 3966 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
09f20d3786
Fix a crash when multiple metadata packets are present.
...
Originally committed as revision 3965 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Milan Cutka
d6c80d3633
Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)
...
Originally committed as revision 3964 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
ae2f1d4624
buffer overflows
...
one found by Milan Cutka
one by me
Originally committed as revision 3963 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
c2d57a34d0
memleak fix
...
Originally committed as revision 3962 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loic Le Loarer
e7e09b49b4
remove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>)
...
Originally committed as revision 3960 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Matti Hamalainen
aabdc46187
Off-by-one bug in libavcodec/idcinvideo.c, caused
...
segfaults on all .cin videos from Quake II.
patch by (Matti Hamalainen <mhamalai ratol fi>)
Originally committed as revision 3956 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roberto Togni
d2a7718df9
Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)
...
Derived from MPlayer patch by Larry Ruedisueli
Originally committed as revision 3955 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
a8d02f2bc9
buffer overflow
...
Originally committed as revision 3954 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Martin Drab
4d9ae03b09
optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fjfi.cvut cz<)
...
Originally committed as revision 3945 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loic Le Loarer
6fbcaaa0ef
INTRA PCM macroblocks support patch by (Loic )lll+ffmpeg m4x org)
...
This patch adds the support for INTRA PCM macroblocks in CAVLC and CABAC
mode, the deblocking needed a small modification and so did the
intra4x4_pred_mode prediction.
With this patch, the 5 streams of the conformance suite containing INTRA
PCM macroblocks now decode entirely, 4 are completely corrects, 1 is
incorrect since the first B slice because of deblocking in B slice not
yet implemented.
The code is not optimized for speed, it is not necessary IPCM
macroblocks are rare, but it could be optimized for code size, if
someone want to do this, feel free.
Originally committed as revision 3941 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
3f26d68aec
emulate (idiotic) MS behavior for inconsistant dimensions
...
Originally committed as revision 3940 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
1b781f82c9
support skiping some bitstream encoding
...
Originally committed as revision 3939 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
09b0499f1b
seperate bitstream encoding skip from PASS1 flag
...
Originally committed as revision 3938 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
db2fcbbdb3
10l (use of deallocated memory)
...
Originally committed as revision 3936 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
James A. Morrison
9a0a8d420d
Build libpostproc out of source directory patch by (James A. Morrison >ja2morri csclub.uwaterloo ca>)
...
Originally committed as revision 3933 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago