43010 Commits (cdb1665f70def544ddab3e3ed3763ef99c8b3873)
 

Author SHA1 Message Date
Martin Storsjö cdb1665f70 aarch64: Make transpose_4x4H do a regular transpose 9 years ago
Ico Doornekamp edf54887e2 rtpdec_jpeg: fix low contrast image on low quality setting 9 years ago
Vittorio Giovara 159323897f intrax8: Add a local BlockDSPContext and initialize it 9 years ago
Vittorio Giovara 1eaae7abb8 intrax8: Reference the current AVCodecContext 9 years ago
Vittorio Giovara 8072345e9f intrax8: Keep a reference to the GetBitContext reader 9 years ago
Vittorio Giovara 65f14128c4 intrax8: Use a constant buffer instead of a ScratchpadContext 9 years ago
Vittorio Giovara eaeba6f241 intrax8: Pass the output frame to the decoding function 9 years ago
Vittorio Giovara 577393321c intrax8: Carry over the loopfilter value in ff_intrax8_decode_picture 9 years ago
Vittorio Giovara 68127e1bf8 intrax8: Keep a reference to the context idctdsp 9 years ago
Vittorio Giovara 65127450ad intrax8: Make x8_init_block_index not use mpegvideo fields 9 years ago
Vittorio Giovara 922b7e6d86 intrax8: Use local destination buffers 9 years ago
Diego Biurrun a7da517f6a h264data: Move all data tables from a header to a .c file 9 years ago
Diego Biurrun f4d581cda3 lavc: Deduplicate zigzag_scan table 9 years ago
Diego Biurrun 02cd8bb9cb h264: Clean up #includes 9 years ago
Anton Khirnov 704a397697 rtmpdh: add an stdio.h include 9 years ago
Anton Khirnov e3dfef8e3c qsvdec_h2645: switch to the new BSF API 9 years ago
Anton Khirnov a638e9184d vf_fade: make sure the slice end is always in the frame 9 years ago
Diego Biurrun 3b08d9d932 testprogs: K&R formatting cosmetics 9 years ago
Diego Biurrun 439929859a testprogs: Clean up #includes 9 years ago
Diego Biurrun 3dfbf32b95 build: Drop redundant removal of compiled object files 9 years ago
Diego Biurrun b298b36fc0 fate: Only run SRTP test if SRTP code is enabled 9 years ago
Martin Storsjö 3ee2ec5ec1 unix: Use rw_timeout for setting the connect timeout 9 years ago
Martin Storsjö 136c3438bb tcp: Use rw_timeout for setting the connect/listen timeouts 9 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Michael Niedermayer 564b4591bb opt: Add av_opt_copy() 9 years ago
Lukasz Marek 8833f1508b opt: Add const to av_opt_next 9 years ago
Martin Storsjö 933dec0e29 file: Add an option for following a file that is being written 9 years ago
Andrey Utkin ccea588f83 avio: Add an option 'rw_timeout' 9 years ago
Martin Storsjö d44f3e4059 avio: Apply avoptions on the URLContext itself as well 9 years ago
Anton Khirnov 8a02a8031e lavfi: add an NVIDIA NPP-based scaling filter 9 years ago
Mark Thompson 98114d70e4 lavf: VAAPI scale filter 9 years ago
wm4 8bc4accc37 lavf: use new decode API 9 years ago
wm4 35846d93e0 avconv: use new encode API 9 years ago
wm4 84aea95e31 avconv: use new decode API 9 years ago
wm4 05f66706d1 lavc: introduce a new decoding/encoding API with decoupled input/output 9 years ago
Diego Biurrun 0d2fcdb1c5 opt-test: Merge struct declaration and initialization 9 years ago
Diego Biurrun d3044cf37f opt-test: Move some variable declarations to avoid block braces 9 years ago
Diego Biurrun a84713e70d parseutils-test: Move some variable declarations to avoid block braces 9 years ago
Diego Biurrun 52385410b7 des-test: Move a variable declaration to avoid an ifdef 9 years ago
Diego Biurrun 65a802401c build: Add component for the SRTP common code 9 years ago
Diego Biurrun 30e9ef21ce timefilter-test: Only compile timefilter-test if JACK is enabled 9 years ago
Diego Biurrun 48362ceade doc: Update paths to match new examples location 9 years ago
Diego Biurrun 8dead2aaca Move const qualifier before type name 9 years ago
Vittorio Giovara d909f43b5c vc1dec: wmv2dec: Validate ff_intrax8_common_init return value 9 years ago
Vittorio Giovara 0372e73f91 intrax8: Check and propagate errors from ff_intrax8_common_init 9 years ago
Vittorio Giovara ad8aa8e6c6 intrax8: Move documentation from implementation to header file 9 years ago
Vittorio Giovara 2ade1cdafb intrax8: K&R formatting cosmetics 9 years ago
Diego Biurrun 6f5ff559db intrax8: Adjust printf conversion specifier for sizeof expression 9 years ago
Vittorio Giovara 42244ce07a intrax8: Move a comment to the place it corresponds 9 years ago
Vittorio Giovara 750562549c intrax8: Wrap multiline macros in do{}while(0) clauses 9 years ago