Diego Biurrun
3e0fdf3745
Replace stray spaces by a tab.
...
Originally committed as revision 4074 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
59fa3f96f4
support omiting various headers in mpeg4 as WMP seems to have difficulty with them
...
based upon 27_WMP_compatibility_with_ISOMPEG4.patch by (Calcium | calcium nurs or jp)
indention fixed
uses workaround_bugs instead of strict_std_compliancy as WMP is not the reference implementation
Originally committed as revision 4069 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Calcium
1ba02582a5
04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp)
...
Originally committed as revision 4062 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
02dc898338
alignment fix
...
Originally committed as revision 4059 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
d4e87f79f0
indentation fix
...
Originally committed as revision 4058 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
f9791751e3
B frames and CABAC/CAVLC selection by Erik Slagter (erik at slagter dot name)
...
Originally committed as revision 4057 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Tuukka Toivonen
3da3c8d65e
disable luma in postprocess filters patch by (Tuukka Toivonen |tuukkat ee.oulu fi)
...
fixed by myself
Originally committed as revision 4056 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Víctor Paesa
078a8dd66d
ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy hotmail com)
...
Originally committed as revision 4055 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8ca5d3bbf4
10l typo
...
Originally committed as revision 4053 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Luca Barbato
cc973ecbe7
add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)
...
Originally committed as revision 4050 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
68c6d60fdf
set constant QP from AVCodecContext.global_quality.
...
set key_frame flag on coded_picture correctly.
Originally committed as revision 4045 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
f9e6ebf7f9
slice-based idwt (10% faster decoding)
...
Originally committed as revision 4040 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
0149db6668
10l (compile fix)
...
Originally committed as revision 4032 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
4e4d983e8b
Set keyframe flag only on IDR-frames (needed for reordering across I-frames).
...
Read vui bitstream restrictions (allows B-frame delay in advance, rather than waiting till we're out of order.)
Mark duplicate frames due to delay as duplicates.
Originally committed as revision 4028 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
6d021b00e2
replace custom bit-reading functions with FFmpeg's internal function;
...
roll alac_file data structure members into ALACContext
Originally committed as revision 4027 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
42ebf67d89
optimize & simplify
...
Originally committed as revision 4026 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
7c653cc988
Oops patch by (Måns Rullgård <mru inprovide com>)
...
Originally committed as revision 4025 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6662ec29a5
H.264 encoding with x264 by (Måns Rullgård <mru inprovide com>)
...
Originally committed as revision 4024 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
d8a57c6db9
(10l) supported pix_fmts forgotten
...
Originally committed as revision 4022 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
c1e292ea91
fixing playback of xvid pretending to be divx (sample_vop_nc.avi)
...
Originally committed as revision 4021 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
885e88d252
remove an assert that was breaking compilation on some gccs.
...
Originally committed as revision 4020 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
40c5fa2689
AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)
...
with minor changes from me
Originally committed as revision 4019 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loic Le Loarer
6867a90b41
MBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg m4x org<<)
...
Originally committed as revision 4018 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
5df8a0c608
group audio codec ids
...
Originally committed as revision 4017 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
9e42e70cd6
indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net)
...
Originally committed as revision 4016 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
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