76012 Commits (7ac4140c078d12a2227878b3dcd6ec242598b996)
 

Author SHA1 Message Date
  Hendrik Leppkes 7ac4140c07 Merge commit 'e55376a1fd5abebbb0a082aa20739d58c2260a37' 10 years ago
  Michael Niedermayer dbb03b8e47 ffmpeg_opt: rename loop option to stream_loop 10 years ago
  Zhang Rui 6c7f289fab avformat/async: cache some data for fast seek backward 10 years ago
  Zhang Rui 87ff61b9ab avutil/fifo: add function av_fifo_generic_peek_at() 10 years ago
  Ganesh Ajjanagadde 55d3e97970 avutil/intmath: use de Bruijn based ff_ctz 10 years ago
  Hendrik Leppkes 2d0a10e369 Remove test file that accidentally ended up in one commit 10 years ago
  Carl Eugen Hoyos 1f2c474cb2 lavf/vc1dec: Autodetect raw vc-1 streams. 10 years ago
  Clément Bœsch c793a271d5 doc/filters: fix selectivecolor example 10 years ago
  Ganesh Ajjanagadde bf0d2d6030 avfilter/formats: add av_warn_unused_result to function prototypes 10 years ago
  Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 10 years ago
  Hendrik Leppkes 8ededd5836 Merge commit '6a23a34274b747280c1e4a00ad22f97f99bbb48a' 10 years ago
  Hendrik Leppkes 3d93ff289e Merge commit '6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3' 10 years ago
  Hendrik Leppkes 9c3f75c29d Merge commit '901f9c0a32985f48672fd68594111dc55d88a57a' 10 years ago
  Hendrik Leppkes 6281749909 Merge commit '17e41cf3614973258c24aa2452215ef7e3bfa5ed' 10 years ago
  Hendrik Leppkes a34dfc93ef ffmpeg: add deprecation guards around remaining AVFMT_RAWPICTURE usage 10 years ago
  Hendrik Leppkes 435dfc15df ffmpeg: remove trailing whitespace that sneaked into the previous merge 10 years ago
  Hendrik Leppkes 1899b25799 Merge commit '34ed5c2e4d9b7fe5c9b3aae2da5599fabb95c02e' 10 years ago
  Michael Niedermayer e55376a1fd rtmpproto: Write correct flv packet sizes at the end of packets 10 years ago
  Hendrik Leppkes 9ccd90626f Merge commit '16b0c929621f84983b83b9735ce973acb12723bc' 10 years ago
  Hendrik Leppkes b994788353 Merge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef' 10 years ago
  Hendrik Leppkes fcfb66ba9b Merge commit 'c1aac39eaccd32dc3b74ccfcce701d3d888fbc6b' 10 years ago
  Hendrik Leppkes 64ceeac26a Merge commit 'b9ece15a01782b4f301c0c139d1d7b20f848914c' 10 years ago
  Hendrik Leppkes 1dd5f3340e Merge commit 'd00a8fd417ad20cecbc7ca17b25f352655148fb1' 10 years ago
  Hendrik Leppkes 037b44a3b4 Merge commit '00332e0a064dad866812de9162b009cbaba6f5df' 10 years ago
  wm4 6a23a34274 mimic: drop AVPicture usage 10 years ago
  Vittorio Giovara 6fdd4c678a libschroedinger: Properly use AVFrame API 10 years ago
  Vittorio Giovara 901f9c0a32 qtrle: Properly use AVFrame API 10 years ago
  Ganesh Ajjanagadde d59bfcd112 avformat/mov: fix integer overflow 10 years ago
  Ganesh Ajjanagadde 4c8ca76965 ffserver_config: check for INT_MIN before doing FFABS 10 years ago
  James Almer 74a87ae210 x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2 10 years ago
  Christophe Gisquet 234369d0fd dnxhdenc: fix access outside of image 10 years ago
  Christophe Gisquet 74c414202f x86: simple_idct10_template: use const 10 years ago
  Michael Niedermayer 147b12162d avutil/fifo: Fix thread saftey of av_fifo_generic_peek() 10 years ago
  Pedro Arthur 5bd62a1b3c swscale: fix ticket #4881 10 years ago
  Nedeljko Babic de262d018d avcodec/mips/aaccoder_mips: Sync with the generic code 10 years ago
  Ronald S. Bultje e578638382 vp9: use registers for constant loading where possible. 10 years ago
  Ronald S. Bultje 408bb8556f vp9: refactor itx coefficients and share between 8 and 10/12bpp. 10 years ago
  Ronald S. Bultje eb4b5ff738 vp9: add itxfm_add eob shortcuts to 10/12bpp functions. 10 years ago
  Ronald S. Bultje 488fadebbc vp9: add 10/12bpp idct_idct_32x32 sse2 SIMD version. 10 years ago
  Ronald S. Bultje 3d0ca2fe89 vp9: 10/12bpp sse2 SIMD for iadst16. 10 years ago
  Ronald S. Bultje 0e80265b0a vp9: refactor 10/12bpp dc-only code in 4x4/8x8 and add to 16x16. 10 years ago
  Ronald S. Bultje 1338fb79d4 vp9: add 10/12bpp sse2 SIMD version for idct_idct_16x16. 10 years ago
  Ronald S. Bultje cb054d061a vp9: add 10/12bpp sse2 SIMD versions of iadst8x8. 10 years ago
  Ronald S. Bultje e0610787b2 vp9: add 10/12bpp sse2 SIMD for idct_idct_8x8. 10 years ago
  Ronald S. Bultje a35f6bdb38 vp9: add 12bpp sse2 versions of iadst4. 10 years ago
  Ronald S. Bultje 235e76aeb8 vp9: initial attempt at a idct_idct_4x4 12bpp x86 simd (sse2) impl. 10 years ago
  Ronald S. Bultje f76423d097 vp9: add x86 simd (sse2/ssse3) for iadst4 10bpp functions. 10 years ago
  Ronald S. Bultje 6b579cf547 vp9: add 10bpp simd (mmxext/ssse3) for idct_idct_4x4. 10 years ago
  Ronald S. Bultje 1c3be32533 vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function. 10 years ago
  Christophe Gisquet b6594a9605 x86: dct-test: add more idcts 10 years ago