43010 Commits (cdb1665f70def544ddab3e3ed3763ef99c8b3873)
 

Author SHA1 Message Date
Vittorio Giovara cdbaa43604 mpeg12dec: Always close reader on error 9 years ago
Thomas Lee 7a00653be6 tiny_psnr: Support large files 9 years ago
Luca Barbato 99214d42a9 dnxhd: Make the encoder message friendlier 9 years ago
Diego Biurrun 34c9eba982 configure: Refactor toolchain flag setting 9 years ago
Anton Khirnov dd53af4b37 avplay: drop support for building without lavfi 9 years ago
Michael Niedermayer 5781bfae0c flacenc: Load default prediction_order parameters if none is selected 9 years ago
Andreas Cadhalpun 2e6ba1993e asfdec: make sure packet_size is non-zero before seeking 9 years ago
Andreas Cadhalpun bf50607ab7 asfdec: check for too small size in asf_read_unknown 9 years ago
Andreas Cadhalpun e4d1621c6e asfdec: check avio_skip in asf_read_simple_index 9 years ago
Andreas Cadhalpun a32dbf2aed asfdec: break if EOF is reached after asf_read_packet_header 9 years ago
Henrik Gramner 389b79842c msvc: Fix libx264 linking 9 years ago
Vicente Jimenez Aguilar f428893c17 doc: Improve the channelsplit example 9 years ago
Luca Barbato a38a4f44b5 configure: Support MSYS2 mingw-w64 64bit 9 years ago
Luca Barbato e280fe1329 v210: Use separate sample_factors 9 years ago
James Darnley 15ec7aa417 v210: Add avx2 version of the 10-bit line encoder 9 years ago
James Darnley d29237e557 v210: Add avx2 version of the 8-bit line encoder 9 years ago
Derek Buitenhuis 1ba1fede9d flacenc: Restore defaults and range for {min, max}_prediction_order 9 years ago
Vittorio Giovara 60f0fde309 libx264: Make sure to preserve default option values 9 years ago
James Almer 77a44f577b configure: add missing avx2 support check 9 years ago
James Almer b624f0660b x86: Add ymm_reg struct 9 years ago
Luca Barbato eafb05fcf3 v210: x86: Add the correct guards around the asm code 9 years ago
Vittorio Giovara 4709f72115 lavfi: Use AV_CEIL_RSHIFT where needed 9 years ago
Vittorio Giovara e80307140f yuv4mpegenc: Use AV_CEIL_RSHIFT where needed 9 years ago
Vittorio Giovara 6695f178a5 pixdesc: Use AV_CEIL_RSHIFT in documentation 9 years ago
Vittorio Giovara 1546a41ada pixdesc: Drop unneeded deprecation warning guards 9 years ago
Vittorio Giovara 9cac1b4b4f qsvenc: Add private option to replace coder_type 9 years ago
Luca Barbato eef9f06508 avplay: Allow to override the codec 9 years ago
Luca Barbato 6fa464f8d2 avplay: Statically allocate the player state 9 years ago
Luca Barbato 611ba89b89 avplay: Rename cur_stream to player 9 years ago
Luca Barbato 21bbc345cc avplay: Rename VideoState to PlayerState 9 years ago
Luca Barbato fdd464cb70 avplay: Allocate the refresh thread next to the decode thread 9 years ago
Luca Barbato f22f900594 avplay: Move the stream setup in the main thread 9 years ago
Anton Khirnov 81306fd4bd hls: eliminate ffurl_* usage 9 years ago
Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 9 years ago
Anton Khirnov 68395f8c99 qsvenc: fix a typo 9 years ago
Geza Lore cc602061ee x86inc: Add debug symbols indicating sizes of compiled functions 9 years ago
Henrik Gramner 002c47798d x86inc: Avoid creating unnecessary local labels 9 years ago
Henrik Gramner fd6ecac38e x86inc: Simplify AUTO_REP_RET 9 years ago
Henrik Gramner 5ca8e195e5 x86inc: Use more consistent indentation 9 years ago
Henrik Gramner 91ed050f42 x86inc: Preserve arguments when allocating stack space 9 years ago
Henrik Gramner 715eb7ca24 x86inc: Improve FMA instruction handling 9 years ago
Henrik Gramner f60f06d989 x86inc: Be more verbose in assertion failures 9 years ago
Henrik Gramner 7adcd4e841 x86inc: Make cpuflag() and notcpuflag() return 0 or 1 9 years ago
Anton Khirnov d336bfcf69 pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample() 9 years ago
Luca Barbato c0c4d7a0a5 configure: Correctly add openssl cflags and libs 9 years ago
Martin Storsjö 87a814fdce libavcodec: Add missing AVClass pointers 9 years ago
Vittorio Giovara 0e9c4fe254 lavc: Move pre_me to codec private options 9 years ago
Vittorio Giovara 5b6f42da98 lavc: Move me_penalty_compensation to codec private options 9 years ago
Vittorio Giovara 2862b63783 lavc: Move prediction_method to codec private options 9 years ago
Vittorio Giovara 243df1351d lavc: Move {min,max}_prediction_order to codec private options 9 years ago