19578 Commits (55b59fab880a9fcdd30f97c5170af282087ac4f7)

Author SHA1 Message Date
Diego Elio Pettenò 12640e4cbb tiff: Return proper error for missing LZMA compression 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Diego Biurrun efd26bedec build: Add explanatory comments to (optimization) blocks in the Makefiles 10 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 10 years ago
John Stebbins 552bc42df4 h261dec: Fix order of initialization 10 years ago
John Stebbins b869eea7ea h263dec: Fix order of initialization 10 years ago
John Stebbins 998c9f15d1 idct: remove call to ff_idctdsp_init from ff_MPV_common_init 10 years ago
Nidhi Makhijani 93f29948e4 mpeg4video: Fix doxygen comment syntax to document correct struct member 10 years ago
Edgar Hucek ab059f0aa8 vaapi: set the scaling list correctly. 10 years ago
Michael Niedermayer da7d839a0d ffv1dec: check that global parameters do not change in version 0/1 10 years ago
Christophe Gisquet 3187fa14a3 hevc_mvs: avoid deriving tmvp in amvp 10 years ago
Christophe Gisquet 14ca0aa69b hevc: wait proper position for tmvp 10 years ago
Christophe Gisquet cf6090dc62 hevc: use intreadwrite 10 years ago
Christophe Gisquet ed53cc217f hevc: derive partial merge list 10 years ago
Christophe Gisquet 3505b19652 hevc: derive partially amvp list 10 years ago
Christophe Gisquet 09182b3224 hevc: simplify rounding 10 years ago
Christophe Gisquet d1b1c3bb5e hevc: reorder loops 10 years ago
Diego Biurrun cc1d8c54c1 avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump 10 years ago
Anton Khirnov d63443b968 lavc: drop the av_fast_{re,m}alloc compatibility wrappers 10 years ago
Diego Elio Pettenò 2597a842a0 tiff: Improve grayscale support 10 years ago
Anton Khirnov 9325d88eba lavc: remove obsolete and disabled avpriv functions 10 years ago
Anton Khirnov 472f9ed312 Remove obsolete FF_API_AVFRAME_COLORSPACE cruft. 10 years ago
Anton Khirnov 1985c2e75c Bump major versions of all libraries. 10 years ago
Anton Khirnov f4c444e17d Postpone API-incompatible changes until the next bump. 10 years ago
Anton Khirnov 7acdd3a127 hevc_filter: avoid excessive calls to ff_hevc_get_ref_list() 10 years ago
Anton Khirnov 52a2c17ec0 hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list() 10 years ago
Anton Khirnov a7a17e3f19 hevc_filter: move some conditions out of loops 10 years ago
Anton Khirnov 70211539a3 hevc: deobfuscate slice/tile boundary handling for DBF 10 years ago
Anton Khirnov 5501971578 hevc_filter: drop more redundant checks 10 years ago
Anton Khirnov 65b8b6c476 hevc_filter: drop redundant checks 10 years ago
Anton Khirnov 4d1ff2a489 hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabled 10 years ago
Diego Biurrun d35b94fbab avcodec: Rename xvidmmx IDCT to xvid 10 years ago
Diego Biurrun 84d173d3de xvididct: Ensure that the scantable permutation is always set correctly 10 years ago
Diego Biurrun 6f1960ab71 idct: cosmetics: Drop one unnecessary if-block level 10 years ago
Diego Biurrun ad1ee5fa75 avcodec: Undeprecate reordered_opaque 10 years ago
Felix Abecassis a7e541c992 h264: fix interpretation of interleved stereo modes 10 years ago
Anton Khirnov 7b588bb691 svq1: do not modify the input packet 10 years ago
Anton Khirnov c7d9b473e2 cdgraphics: do not return 0 from the decode function 10 years ago
Anton Khirnov a1599f3f7e cdgraphics: switch to bytestream2 10 years ago
Vittorio Giovara cbc808d726 jpeg2000: enable 4 component pixel formats 10 years ago
Michael Niedermayer a7153444df huffyuvdec: check width size for yuv422p 10 years ago
Michael Niedermayer 70cd3b8e65 mmvideo: check horizontal coordinate too 10 years ago
Michael Niedermayer 849b9d34c7 wmalosslessdec: fix mclms_coeffs* array size 10 years ago
Ben Avison 701e8b42e1 vc-1: Optimise parser (with special attention to ARM) 10 years ago
Ben Avison adf8227cf4 vc-1: Add platform-specific start code search routine to VC1DSPContext. 10 years ago
Ben Avison db7f1c7c5a h264: Move start code search functions into separate source files. 10 years ago
Diego Biurrun 990e2f3555 avcodec: Suppress deprecation warnings from DTG code scheduled for removal 10 years ago
Carl Eugen Hoyos 60cbd6ad84 tiff: support reading gray+alpha at 8 bits 10 years ago
Vittorio Giovara bcc5f69b33 tiff: support reading gray+alpha at 16 bits 10 years ago