Stefano Sabatini
f412d5e97a
Simplify usePal() macro, make it use av_pix_fmt_descriptors.
...
Originally committed as revision 30172 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
15 years ago
Stefano Sabatini
b3cf7cb144
Simplify getSubSampleFactors(), make it use the values provided by
...
av_pix_fmt_descriptors().
Originally committed as revision 30171 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
15 years ago
Reimar Döffinger
4a1289450a
Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it
...
causes no significant speed difference and can avoid compilation issues with
--enable-pic.
Originally committed as revision 21003 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
cd44b2e307
10l, my last commit (r21001) broke regression tests.
...
FATE tests might need updating too.
Originally committed as revision 21002 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
4e2c08c551
Small ELBG optimization: use last pixel as a initial guess for the codebook
...
entry.
Originally committed as revision 21001 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
aa13b573b4
Use av_match_ext() in place of the deprecated match_ext() function.
...
Originally committed as revision 21000 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
79c2f2d34e
Add an entry for the av_match_ext() addition.
...
Originally committed as revision 20999 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
8eb631fa50
Deprecate match_ext() in favor of av_match_ext(), and mark it for
...
deletion at the next major bump.
Originally committed as revision 20998 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
24b207b5a5
Adjust threshold for xvid packed b frame detection.
...
Also add xvid_build check.
If you note any packed bitstream regression, check this commit first and report it.
Fixes issue1652
Originally committed as revision 20997 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
6c58758737
It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert.
...
Originally committed as revision 20996 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
7a78bc85aa
Update this_year value.
...
Originally committed as revision 20995 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
0f52ef1a00
Use av_guess_format() in place of the deprecated guess_format().
...
Originally committed as revision 20994 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
94b1f33893
Reindent.
...
Originally committed as revision 20993 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
bb1a879325
Add an entry for the av_guess_format() addition.
...
Originally committed as revision 20992 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
a1f547b94a
Deprecate guess_format() in favor of av_guess_format().
...
Originally committed as revision 20991 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
debe86bfed
Fix typo.
...
Originally committed as revision 20990 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
702d0a9e85
Remove residual use of the doxygen markup which is deprecated,
...
consistent with r19122.
Originally committed as revision 20989 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Reimar Döffinger
f514b4f937
Do not needlessly use the BP register in x86_64-specific code, there are
...
enough other registers available that are less likely to cause issues.
Originally committed as revision 30160 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
15 years ago
Stefano Sabatini
f48b0fa29e
Document guess_format().
...
Originally committed as revision 20988 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
1642ee4337
Deprecate and mark for deletion the function guess_stream_format(),
...
and clone its code to ffserver_guess_format() in ffserver.c.
guess_stream_format() is hackish since it relies on some undocumented
properties of the name of the muxers (wich is currently only relevant
for the ASF muxer), and has no use outside ffserver.c.
Originally committed as revision 20987 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
f9310cbb2f
Remove unused function msmpeg4_memsetw().
...
It is an exact duplicate of memsetw() in h263.c.
Originally committed as revision 20986 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
f27fd36231
Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.
...
Originally committed as revision 20985 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
e1bd945b1d
Support raw black&white in mov, fixes issue 1654.
...
Originally committed as revision 20984 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Abeni
759dc2b6cc
Remove outdated comments.
...
Originally committed as revision 20983 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Luca Barbato
d7250724ef
Rename internal function
...
sdp_read_packet -> rtsp_fetch_packet
This way describes slightly better what it does.
Originally committed as revision 20982 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
20390e3170
cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.
...
Originally committed as revision 20981 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
df8d98c4dd
10l: Move ff_mpeg4_pred_dc() to an appropriate place.
...
It is used by both encoders and decoders and should not be below
a CONFIG_ENCODERS preprocessor check.
Originally committed as revision 20980 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
2a992f467a
cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.
...
Originally committed as revision 20979 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
1436f31709
cosmetics: Move H.263-related functions around to avoid forward declarations.
...
Originally committed as revision 20978 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
8380edd947
cosmetics: Reorder functions to avoid forward declarations.
...
Originally committed as revision 20977 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
941870cd35
Remove unnecessary forward declaration for msmpeg4_memsetw().
...
Originally committed as revision 20976 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
4052cbf161
Get rid of pointless CONFIG_ANY_H263 preprocessor definition.
...
Originally committed as revision 20975 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
af818f7a66
Add required header #includes for mpegvideo.h and config.h.
...
Originally committed as revision 20974 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
716d1c2a31
Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.
...
It is just a logical OR of several decoder definitions, all of which depend on
CONFIG_H263_DECODER. So it can just be replaced by the latter.
Originally committed as revision 20973 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
af8a008a68
Get rid of pointless CONFIG_WMV_DECODER definition.
...
Originally committed as revision 20972 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
d702a2e6c6
Get rid of pointless CONFIG_WMV2 definition.
...
Originally committed as revision 20971 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
b928b1bb01
Simplify CONFIG_ANY_H263_DECODER preprocessor definition:
...
There is no need to list decoders that enable the H.263 decoder anyway.
Originally committed as revision 20970 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
7c5417ef36
Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER.
...
Originally committed as revision 20969 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
547fc46ca7
Remove pointless CONFIG_MLP_DECODER preprocessor check.
...
The file is only ever compiled if the MLP decoder is enabled.
Originally committed as revision 20968 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
c46b024ed3
Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.
...
Originally committed as revision 20967 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
2cca233bc9
The MLP decoder depends on the MLP parser.
...
Originally committed as revision 20966 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
aec09a004c
Enable the TrueHD decoder when the MLP decoder is enabled.
...
They share all code, there is no point in enabling one but not the other.
Originally committed as revision 20965 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
5b423887f4
Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.
...
Originally committed as revision 20964 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
a80459fdf3
Fix colours for QT JPEG2000, fixes issue 1540.
...
Originally committed as revision 20963 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
484d146416
Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630.
...
Originally committed as revision 20962 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
f1e946943a
Declare AAC parser dependencies in configure.
...
This affects the AAC decoder, S/PDIF muxer and ADTS to ASC bitstream filter.
Originally committed as revision 20961 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
0788ac67e0
The S/P-DIF muxer depends on mpeg4audio.o.
...
Originally committed as revision 20960 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
f95bfab05c
Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.
...
Originally committed as revision 20959 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Gwenole Beauchesne
9caa7ba48d
Add myself as VAAPI maintainer.
...
Originally committed as revision 20958 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Gwenole Beauchesne
07c9f6f673
Add H.264 bitstream decoding through VAAPI.
...
Originally committed as revision 20957 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago