|
|
|
@0e426b7a
|
15 years |
vitor1001 |
Reindent after last commit
Originally committed as revision 21019 to …
|
|
|
@846b231
|
15 years |
vitor1001 |
Add missing "static" qualifier
Originally committed as revision 21018 …
|
|
|
@7f6a384a
|
15 years |
diego |
Mark http_log() as static; it is only used in this file.
Originally …
|
|
|
@abf649c7
|
15 years |
diego |
Fix VDPAU check to avoid printing spurious messages to the console.
…
|
|
|
@a2e6a14b
|
15 years |
rsbultje |
Add myself as HTTP maintainer.
Originally committed as revision 21015 …
|
|
|
@68d7cb0b
|
15 years |
jmenon86 |
Do not print libvdpau upgrade advice on platforms without vdpau …
|
|
|
@b02e9c96
|
15 years |
diego |
The H.263 wrong_run table is only for encoding; only enable it in such …
|
|
|
@81774dd
|
15 years |
gbeauchesne |
VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks …
|
|
|
@5716aec3
|
15 years |
gbeauchesne |
Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks, …
|
|
|
@2cf9c7ef
|
15 years |
mike |
Add support for these widely-used iTunes metadata fields: Album …
|
|
|
@5ff84183
|
15 years |
stefano.sabatini-lala |
Make avfilter_all_colorspaces() add to the returned list of pixel …
|
|
|
@a2b16627
|
15 years |
stefano.sabatini-lala |
Add an entry for the avfilter_add_colorspace() API addition.
…
|
|
|
@4fd1f187
|
15 years |
stefano.sabatini-lala |
Implement avfilter_add_colorspace().
Originally committed as revision …
|
|
|
@fa4dc9f0
|
15 years |
stefano.sabatini-lala |
Document avcodec_pix_fmt_to_codec_tag().
Originally committed as …
|
|
|
@634116df
|
15 years |
stefano.sabatini-lala |
Prefer enum PixelFormat over int for the type of the format parameter …
|
|
|
@997980f0
|
15 years |
stefano.sabatini-lala |
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the …
|
|
|
@41600690
|
15 years |
stefano.sabatini-lala |
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and …
|
|
|
@8040c3b2
|
15 years |
lucabe72 |
Define device_try_init() as static in libavdevice/v4l2.c.
Patch by …
|
|
|
@f412d5e9
|
15 years |
stefano.sabatini-lala |
Simplify usePal() macro, make it use av_pix_fmt_descriptors.
…
|
|
|
@b3cf7cb1
|
15 years |
stefano.sabatini-lala |
Simplify getSubSampleFactors(), make it use the values provided by …
|
|
|
@4a128945
|
15 years |
Reimar.Doeffinger |
Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 …
|
|
|
@cd44b2e3
|
15 years |
vitor1001 |
10l, my last commit (r21001) broke regression tests.
FATE tests might …
|
|
|
@4e2c08c5
|
15 years |
vitor1001 |
Small ELBG optimization: use last pixel as a initial guess for the …
|
|
|
@aa13b573
|
15 years |
stefano.sabatini-lala |
Use av_match_ext() in place of the deprecated match_ext() function.
…
|
|
|
@79c2f2d
|
15 years |
stefano.sabatini-lala |
Add an entry for the av_match_ext() addition.
Originally committed as …
|
|
|
@8eb631fa
|
15 years |
stefano.sabatini-lala |
Deprecate match_ext() in favor of av_match_ext(), and mark it for …
|
|
|
@24b207b5
|
15 years |
michaelni |
Adjust threshold for xvid packed b frame detection.
Also add …
|
|
|
@6c587587
|
15 years |
michaelni |
It appears s->bitstream_buffer_size has to be 0 at the end so rather …
|
|
|
@7a78bc8
|
15 years |
stefano.sabatini-lala |
Update this_year value.
Originally committed as revision 20995 to …
|
|
|
@0f52ef1a
|
15 years |
stefano.sabatini-lala |
Use av_guess_format() in place of the deprecated guess_format().
…
|
|
|
@94b1f338
|
15 years |
stefano.sabatini-lala |
Reindent.
Originally committed as revision 20993 to …
|
|
|
@bb1a879
|
15 years |
stefano.sabatini-lala |
Add an entry for the av_guess_format() addition.
Originally committed …
|
|
|
@a1f547b9
|
15 years |
stefano.sabatini-lala |
Deprecate guess_format() in favor of av_guess_format().
Originally …
|
|
|
@debe86bf
|
15 years |
stefano.sabatini-lala |
Fix typo.
Originally committed as revision 20990 to …
|
|
|
@702d0a9e
|
15 years |
stefano.sabatini-lala |
Remove residual use of the doxygen markup which is deprecated, …
|
|
|
@f514b4f9
|
15 years |
Reimar.Doeffinger |
Do not needlessly use the BP register in x86_64-specific code, there …
|
|
|
@f48b0fa2
|
15 years |
stefano.sabatini-lala |
Document guess_format().
Originally committed as revision 20988 to …
|
|
|
@1642ee43
|
15 years |
stefano.sabatini-lala |
Deprecate and mark for deletion the function guess_stream_format(), …
|
|
|
@f9310cbb
|
15 years |
diego |
Remove unused function msmpeg4_memsetw().
It is an exact duplicate of …
|
|
|
@f27fd362
|
15 years |
Carl Eugen Hoyos |
Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on …
|
|
|
@e1bd945b
|
15 years |
Carl Eugen Hoyos |
Support raw black&white in mov, fixes issue 1654.
Originally …
|
|
|
@759dc2b6
|
15 years |
lucabe72 |
Remove outdated comments.
Originally committed as revision 20983 to …
|
|
|
@d7250724
|
15 years |
lu_zero |
Rename internal function
sdp_read_packet -> rtsp_fetch_packet
This …
|
|
|
@20390e31
|
15 years |
diego |
cosmetics: Move MPEG-4 encoding functions around to avoid forward …
|
|
|
@df8d98c4
|
15 years |
diego |
10l: Move ff_mpeg4_pred_dc() to an appropriate place.
It is used by …
|
|
|
@2a992f46
|
15 years |
diego |
cosmetics: Move MPEG-4 decoding functions around to avoid forward …
|
|
|
@1436f317
|
15 years |
diego |
cosmetics: Move H.263-related functions around to avoid forward …
|
|
|
@8380edd9
|
15 years |
diego |
cosmetics: Reorder functions to avoid forward declarations.
…
|
|
|
@941870c
|
15 years |
diego |
Remove unnecessary forward declaration for msmpeg4_memsetw().
…
|
|
|
@4052cbf1
|
15 years |
diego |
Get rid of pointless CONFIG_ANY_H263 preprocessor definition.
…
|
|
|
@af818f7a
|
15 years |
diego |
Add required header #includes for mpegvideo.h and config.h.
…
|
|
|
@716d1c2a
|
15 years |
diego |
Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.
It is just …
|
|
|
@af8a008a
|
15 years |
diego |
Get rid of pointless CONFIG_WMV_DECODER definition.
Originally …
|
|
|
@d702a2e6
|
15 years |
diego |
Get rid of pointless CONFIG_WMV2 definition.
Originally committed as …
|
|
|
@b928b1bb
|
15 years |
diego |
Simplify CONFIG_ANY_H263_DECODER preprocessor definition:
There is no …
|
|
|
@7c5417ef
|
15 years |
diego |
Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER.
…
|
|
|
@547fc46c
|
15 years |
diego |
Remove pointless CONFIG_MLP_DECODER preprocessor check.
The file is …
|
|
|
@c46b024e
|
15 years |
diego |
Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.
…
|
|
|
@2cca233b
|
15 years |
diego |
The MLP decoder depends on the MLP parser.
Originally committed as …
|
|
|
@aec09a00
|
15 years |
diego |
Enable the TrueHD decoder when the MLP decoder is enabled.
They share …
|
|
|
@5b423887
|
15 years |
diego |
Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in …
|
|
|
@a80459fd
|
15 years |
Carl Eugen Hoyos |
Fix colours for QT JPEG2000, fixes issue 1540.
Originally committed …
|
|
|
@484d1464
|
15 years |
Carl Eugen Hoyos |
Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes …
|
|
|
@f1e94694
|
15 years |
diego |
Declare AAC parser dependencies in configure.
This affects the AAC …
|
|
|
@0788ac67
|
15 years |
diego |
The S/P-DIF muxer depends on mpeg4audio.o.
Originally committed as …
|
|
|
@f95bfab0
|
15 years |
diego |
Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in …
|
|
|
@9caa7ba4
|
15 years |
gbeauchesne |
Add myself as VAAPI maintainer.
Originally committed as revision …
|
|
|
@07c9f6f6
|
15 years |
gbeauchesne |
Add H.264 bitstream decoding through VAAPI.
Originally committed as …
|
|
|
@5f000d5f
|
15 years |
diego |
vc1_parser.o does not depend on h263dec.o and intrax8.o.
Originally …
|
|
|
@322aa1e2
|
15 years |
stefano.sabatini-lala |
Do not explicitely set thread_count in the codec context.
This is …
|
|
|
@de4898a2
|
15 years |
stefano.sabatini-lala |
Set thread_count in the decoder before to open it.
This is safer …
|
|
|
@a8beb22f
|
15 years |
diego |
Declare dependencies of RV10/RV20 decoders on the H.263 decoder in …
|
|
|
@4414137
|
15 years |
diego |
Declare dependencies for H.263 family decoders in configure.
…
|
|
|
@7f647ae0
|
15 years |
diego |
Declare the dependency of the H.263 decoder on the H.263 parser in …
|
|
|
@f34121f3
|
15 years |
diego |
Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER. …
|
|
|
@3f35415d
|
15 years |
diego |
cosmetics: Remove pointless '#if 1' preprocessor directives.
…
|
|
|
@e6d3534f
|
15 years |
gbeauchesne |
Use VA_INVALID_ID instead of hard coded values.
Originally committed …
|
|
|
@c373f61d
|
15 years |
gbeauchesne |
Add "Hardware acceleration" section to MAINTAINERS. Move vdpau* to …
|
|
|
@d3d1eae6
|
15 years |
lucabe72 |
Remove a useless local variable.
Originally committed as revision …
|
|
|
@cd7bfe40
|
15 years |
lucabe72 |
Remove outdated comment
Originally committed as revision 20945 to …
|
|
|
@b3fbe02c
|
15 years |
lucabe72 |
Remove an unneeded local variable.
Originally committed as revision …
|
|
|
@c887b30
|
15 years |
diego |
Remove unused variable, fixes the warning: …
|
|
|
@7863862
|
15 years |
diego |
Mark conditionally used variable as av_unused, fixes the warning: …
|
|
|
@8b086712
|
15 years |
gbeauchesne |
Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().
…
|
|
|
@36ad2b3e
|
15 years |
gbeauchesne |
Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
…
|
|
|
@6399c17d
|
15 years |
lucabe72 |
Use different dynamic payload types for audio and video.
Originally …
|
|
|
@bac24dd2
|
15 years |
michaelni |
2nd try on documenting av_gcd().
Originally committed as revision …
|
|
|
@43ad88e5
|
15 years |
diego |
Remove commented-out debug console output.
Originally committed as …
|
|
|
@5ddd075
|
15 years |
diego |
cosmetics: Move a bunch of forward declarations below a …
|
|
|
@da937668
|
15 years |
kostya.shishkov |
16-bit Interplay video does not need palette control
Originally …
|
|
|
@03703cb3
|
15 years |
michaelni |
Document av_gcd().
Originally committed as revision 20935 to …
|
|
|
@a69be798
|
15 years |
kostya.shishkov |
Add missing opcodes for 16-bit Interplay Video decoding and finally …
|
|
|
@dcfb0cad
|
15 years |
kostya.shishkov |
16-bit Interplay Video stores motion vector data at the end of frame, …
|
|
|
@e09cdc7
|
15 years |
kostya.shishkov |
10l trocadero: forgot one case where picture linesize should be used
…
|
|
|
@5b8ebb3f
|
15 years |
kostya.shishkov |
cosmetics: reindent and break long lines after last commits
…
|
|
|
@5a8cf39
|
15 years |
kostya.shishkov |
Add 16-bit image data handling (but not decoding yet) to Interplay …
|
|
|
@80fec3ff
|
15 years |
kostya.shishkov |
Use frame linesize in Interplay Video block copying function
…
|
|
|
@80ca19f7
|
15 years |
kostya.shishkov |
Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with …
|
|
|
@8badb23
|
15 years |
kostya.shishkov |
Recognize 16-bit Interplay Video variant
Originally committed as …
|
|
|
@9156a5ad
|
15 years |
kostya.shishkov |
Change main loop in Interplay Video decoder, so variables x and y …
|
|
|