Stefano Sabatini
|
7a78bc85aa
Update this_year value.
|
15 years ago |
Stefano Sabatini
|
0f52ef1a00
Use av_guess_format() in place of the deprecated guess_format().
|
15 years ago |
Stefano Sabatini
|
94b1f33893
Reindent.
|
15 years ago |
Stefano Sabatini
|
bb1a879325
Add an entry for the av_guess_format() addition.
|
15 years ago |
Stefano Sabatini
|
a1f547b94a
Deprecate guess_format() in favor of av_guess_format().
|
15 years ago |
Stefano Sabatini
|
debe86bfed
Fix typo.
|
15 years ago |
Stefano Sabatini
|
702d0a9e85
Remove residual use of the doxygen markup which is deprecated,
|
15 years ago |
Reimar Döffinger
|
f514b4f937
Do not needlessly use the BP register in x86_64-specific code, there are
|
15 years ago |
Stefano Sabatini
|
f48b0fa29e
Document guess_format().
|
15 years ago |
Stefano Sabatini
|
1642ee4337
Deprecate and mark for deletion the function guess_stream_format(),
|
15 years ago |
Diego Biurrun
|
f9310cbb2f
Remove unused function msmpeg4_memsetw().
|
15 years ago |
Carl Eugen Hoyos
|
f27fd36231
Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.
|
15 years ago |
Carl Eugen Hoyos
|
e1bd945b1d
Support raw black&white in mov, fixes issue 1654.
|
15 years ago |
Luca Abeni
|
759dc2b6cc
Remove outdated comments.
|
15 years ago |
Luca Barbato
|
d7250724ef
Rename internal function
|
15 years ago |
Diego Biurrun
|
20390e3170
cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.
|
15 years ago |
Diego Biurrun
|
df8d98c4dd
10l: Move ff_mpeg4_pred_dc() to an appropriate place.
|
15 years ago |
Diego Biurrun
|
2a992f467a
cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.
|
15 years ago |
Diego Biurrun
|
1436f31709
cosmetics: Move H.263-related functions around to avoid forward declarations.
|
15 years ago |
Diego Biurrun
|
8380edd947
cosmetics: Reorder functions to avoid forward declarations.
|
15 years ago |
Diego Biurrun
|
941870cd35
Remove unnecessary forward declaration for msmpeg4_memsetw().
|
15 years ago |
Diego Biurrun
|
4052cbf161
Get rid of pointless CONFIG_ANY_H263 preprocessor definition.
|
15 years ago |
Diego Biurrun
|
af818f7a66
Add required header #includes for mpegvideo.h and config.h.
|
15 years ago |
Diego Biurrun
|
716d1c2a31
Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.
|
15 years ago |
Diego Biurrun
|
af8a008a68
Get rid of pointless CONFIG_WMV_DECODER definition.
|
15 years ago |
Diego Biurrun
|
d702a2e6c6
Get rid of pointless CONFIG_WMV2 definition.
|
15 years ago |
Diego Biurrun
|
b928b1bb01
Simplify CONFIG_ANY_H263_DECODER preprocessor definition:
|
15 years ago |
Diego Biurrun
|
7c5417ef36
Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER.
|
15 years ago |
Diego Biurrun
|
547fc46ca7
Remove pointless CONFIG_MLP_DECODER preprocessor check.
|
15 years ago |
Diego Biurrun
|
c46b024ed3
Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.
|
15 years ago |
Diego Biurrun
|
2cca233bc9
The MLP decoder depends on the MLP parser.
|
15 years ago |
Diego Biurrun
|
aec09a004c
Enable the TrueHD decoder when the MLP decoder is enabled.
|
15 years ago |
Diego Biurrun
|
5b423887f4
Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure.
|
15 years ago |
Carl Eugen Hoyos
|
a80459fdf3
Fix colours for QT JPEG2000, fixes issue 1540.
|
15 years ago |
Carl Eugen Hoyos
|
484d146416
Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630.
|
15 years ago |
Diego Biurrun
|
f1e946943a
Declare AAC parser dependencies in configure.
|
15 years ago |
Diego Biurrun
|
0788ac67e0
The S/P-DIF muxer depends on mpeg4audio.o.
|
15 years ago |
Diego Biurrun
|
f95bfab05c
Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.
|
15 years ago |
Gwenole Beauchesne
|
9caa7ba48d
Add myself as VAAPI maintainer.
|
15 years ago |
Gwenole Beauchesne
|
07c9f6f673
Add H.264 bitstream decoding through VAAPI.
|
15 years ago |
Diego Biurrun
|
5f000d5f38
vc1_parser.o does not depend on h263dec.o and intrax8.o.
|
15 years ago |
Michael Dorr
|
322aa1e2d8
Do not explicitely set thread_count in the codec context.
|
15 years ago |
Stefano Sabatini
|
de4898a229
Set thread_count in the decoder before to open it.
|
15 years ago |
Diego Biurrun
|
a8beb22f4d
Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure.
|
15 years ago |
Diego Biurrun
|
4414137eba
Declare dependencies for H.263 family decoders in configure.
|
15 years ago |
Diego Biurrun
|
7f647ae0b1
Declare the dependency of the H.263 decoder on the H.263 parser in configure.
|
15 years ago |
Diego Biurrun
|
f34121f351
Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.
|
15 years ago |
Diego Biurrun
|
3f35415df7
cosmetics: Remove pointless '#if 1' preprocessor directives.
|
15 years ago |
Gwenole Beauchesne
|
e6d3534f9c
Use VA_INVALID_ID instead of hard coded values.
|
15 years ago |
Gwenole Beauchesne
|
c373f61ddb
Add "Hardware acceleration" section to MAINTAINERS. Move vdpau* to there.
|
15 years ago |