92870 Commits (f7745edeaaeeb3f4f9cc0a4f545d538cd86fa418)
 

Author SHA1 Message Date
  Martin Storsjö a76bf8cf12 arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling 9 years ago
  Martin Storsjö 388e0d2515 aarch64: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter 9 years ago
  Martin Storsjö fea92a4b57 arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter 9 years ago
  Martin Storsjö 5e0c2158fb aarch64: vp9mc: Simplify the extmla macro parameters 9 years ago
  James Almer 33ab1d4c6f avformat/apetag: reorder some code to improve readability 9 years ago
  James Almer 84d874a680 avformat/apetag: account for header size if present when returning the start position 9 years ago
  James Almer e8d6fef316 avformat/apetag: fix flag value to signal footer presence 9 years ago
  Vittorio Giovara 53ea595eec mov: Rework stsc index validation 9 years ago
  Vittorio Giovara ce6d72d107 imgutils: Document av_image_get_buffer_size() 9 years ago
  Paul B Mahol ba632efa93 avcodec/qdmc: silence gcc 6.2.0 warning 9 years ago
  Luca Barbato b6093e8c72 hlsenc: Correctly write down all 16 bytes in hex 9 years ago
  Carl Eugen Hoyos 74c576957a lavf/movenc: Remove two unused variables. 9 years ago
  Carl Eugen Hoyos 3ea9773793 lavc/mjpegenc_common: Remove an unused variable. 9 years ago
  Matt Wolenetz 36aba43bd5 lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}() 9 years ago
  Matt Wolenetz 9bbdf5d921 lavf/mov.c: Avoid OOB in mov_read_udta_string() 9 years ago
  Martin Storsjö bc25897630 utvideodec: Add a missing include 9 years ago
  Michael Niedermayer ce6e7a2db1 avcodec/mjpegenc: Simplify by moving assert into ff_mjpeg_encode_huffman_close() 9 years ago
  Michael Niedermayer 3e1507a954 avcodec/mjpegenc: Bypass the 2 pass encoding when optimal tables are not requested 9 years ago
  Michael Niedermayer f57665b318 avcodec/mjpegenc: Revert some differences in ff_mjpeg_encode_mb() relative to pre optimal huffman 9 years ago
  Michael Niedermayer b39129b68e avcodec/mjpegenc_huffman: remove unneeded header include 9 years ago
  Michael Niedermayer d23af72a0c avcodec/tests/mjpegenc_huffman: Remove static in main() table 9 years ago
  Michael Niedermayer daccbe81a2 avcodec/mjpegenc: Drop i_tex misuse, set itex/header bits correctly, fix 2pass encoding 9 years ago
  Michael Niedermayer e10bd12c25 avcodec/mjpegenc: Remove non functional huffman reallocation and error handling 9 years ago
  Timo Rothenpieler a52976c0fe nvenc: make gpu indices independent of supported capabilities 9 years ago
  Derek Buitenhuis 77c23704c7 avcodec: Mark some codecs with threadsafe init as such 9 years ago
  Martin Storsjö 0c0b87f12d aarch64: vp9itxfm: Fix incorrect vertical alignment 9 years ago
  Martin Storsjö 8476eb0d3a aarch64: vp9itxfm: Update a comment to refer to a register with a different name 9 years ago
  Martin Storsjö 3dd7827258 aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readability 9 years ago
  Martin Storsjö ed8d293306 aarch64: vp9itxfm: Use a single lane ld1 instead of ld1r where possible 9 years ago
  Martin Storsjö 4da4b2b87f aarch64: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function 9 years ago
  Martin Storsjö 3933b86bb9 arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function 9 years ago
  Martin Storsjö a63da4511d aarch64: vp9itxfm: Do separate functions for half/quarter idct16 and idct32 9 years ago
  Martin Storsjö 5eb5aec475 arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possible 9 years ago
  Martin Storsjö 79d332ebbd aarch64: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 function 9 years ago
  Martin Storsjö 47b3c2c18d arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 function 9 years ago
  Martin Storsjö 115476018d aarch64: vp9itxfm: Make the larger core transforms standalone functions 9 years ago
  Martin Storsjö 0331c3f5e8 arm: vp9itxfm: Make the larger core transforms standalone functions 9 years ago
  Rostislav Pehlivanov 53234b9ba5 tests/mjpegenc_huffman: align static tables 9 years ago
  Rostislav Pehlivanov a70f0927ea mjpegenc: use s->avctx as a context for av_log rather than NULL 9 years ago
  Rostislav Pehlivanov 20614e868b tests/mjpegenc_huffman: replace assert() with av_assert0() 9 years ago
  Rostislav Pehlivanov d164ef6589 mjpegenc_common: add missing ff_ prefix to init_uni_ac_vlc 9 years ago
  Marton Balint 3aae1eff12 ffplay: change keyboard volume control to logarithmic 9 years ago
  Diego Biurrun c546147db0 configure: Correctly recurse in do_check_deps() 9 years ago
  Mark Thompson d1acab8293 vaapi_encode: Add VP8 support 9 years ago
  Mark Thompson be6546a4ff vaapi_encode: Pass framerate parameters to driver 9 years ago
  Mark Thompson 2201c02e6d vaapi_h264: Enable VBR mode 9 years ago
  Mark Thompson ceb28c3cc4 vaapi_encode: Support VBR mode 9 years ago
  Mark Thompson 3b95c7c17d vaapi_encode: Add MPEG-2 support 9 years ago
  Mark Thompson eefa4b76ee vaapi_h264: Scale log2_max_pic_order_cnt_lsb with max_b_frames 9 years ago
  Mark Thompson c667c0979c vaapi_encode: Support forcing IDR frames via AVFrame.pict_type 9 years ago