22189 Commits (8d072dd2a96dc1ed7c1a65d49361311db71f5bfb)
 

Author SHA1 Message Date
Jai Menon 68d7cb0b11 Do not print libvdpau upgrade advice on platforms without vdpau 15 years ago
avcoder b02e9c962b The H.263 wrong_run table is only for encoding; only enable it in such cases. 15 years ago
Gwenole Beauchesne 81774dd0c4 VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line. 15 years ago
Gwenole Beauchesne 5716aec3f9 Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks, 15 years ago
Mike Melanson 2cf9c7ef9c Add support for these widely-used iTunes metadata fields: Album Artist, 15 years ago
Stefano Sabatini 5ff84183de Make avfilter_all_colorspaces() add to the returned list of pixel 15 years ago
Stefano Sabatini a2b1662741 Add an entry for the avfilter_add_colorspace() API addition. 15 years ago
Stefano Sabatini 4fd1f1876a Implement avfilter_add_colorspace(). 15 years ago
Stefano Sabatini fa4dc9f082 Document avcodec_pix_fmt_to_codec_tag(). 15 years ago
Stefano Sabatini 634116df3e Prefer enum PixelFormat over int for the type of the format parameter 15 years ago
Stefano Sabatini 997980f0d8 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the 15 years ago
Stefano Sabatini 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 years ago
Reinhard Tartler 8040c3b250 Define device_try_init() as static in libavdevice/v4l2.c. 15 years ago
Stefano Sabatini f412d5e97a Simplify usePal() macro, make it use av_pix_fmt_descriptors. 15 years ago
Stefano Sabatini b3cf7cb144 Simplify getSubSampleFactors(), make it use the values provided by 15 years ago
Reimar Döffinger 4a1289450a Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it 15 years ago
Vitor Sessak cd44b2e307 10l, my last commit (r21001) broke regression tests. 15 years ago
Vitor Sessak 4e2c08c551 Small ELBG optimization: use last pixel as a initial guess for the codebook 15 years ago
Stefano Sabatini aa13b573b4 Use av_match_ext() in place of the deprecated match_ext() function. 15 years ago
Stefano Sabatini 79c2f2d34e Add an entry for the av_match_ext() addition. 15 years ago
Stefano Sabatini 8eb631fa50 Deprecate match_ext() in favor of av_match_ext(), and mark it for 15 years ago
Michael Niedermayer 24b207b5a5 Adjust threshold for xvid packed b frame detection. 15 years ago
Michael Niedermayer 6c58758737 It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. 15 years ago
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