- 09 Aug, 2011 3 commits
-
-
Loren Merritt authored
-
Loren Merritt authored
-
Henrik Gramner authored
Caused slightly worse compression.
-
- 05 Aug, 2011 3 commits
-
-
Loren Merritt authored
Previously required "--asm sse2fast,fastshuffle,sse4.2,avx".
-
Anton Mitrofanov authored
-
Yasuhiro Ikeda authored
Replace av_find_stream_info with avformat_find_stream_info. Now requires libavformat 53.3.0 or newer.
-
- 29 Jul, 2011 6 commits
-
-
Henrik Gramner authored
-
Anton Mitrofanov authored
This makes them available to external programs as part of the public API.
-
Henrik Gramner authored
-
Yusuke Nakamura authored
Fix crash when failed to parse timecode file before malloc pts. Fix detection of user timebase considered to be exceeding H.264 maximum.
-
Anton Mitrofanov authored
-
Daniel Kang authored
Use FDEC_STRIDEB where appropriate.
-
- 26 Jul, 2011 1 commit
-
-
Fiona Glaser authored
Caused crashes in rare cases with lossless encoding. Regression in 4:4:4.
-
- 22 Jul, 2011 12 commits
-
-
Fiona Glaser authored
Use the same thresholding as for p16x8/8x16. Does p8x4/4x8 search more often, for a small compression improvement.
-
Dan Larkin authored
Necessary for a future trellis mode decision/motion estimation patch. Also add the slowest presets to the regression test.
-
Dan Larkin authored
The output-changing portion of the next patch.
-
Anton Mitrofanov authored
This allows use of the full range of chroma QP offsets, even in combination with the automatic psy-based adjustments.
-
Fiona Glaser authored
-
Fiona Glaser authored
-
Fiona Glaser authored
-
Fiona Glaser authored
-
Henrik Gramner authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Yasuhiro Ikeda authored
-
- 21 Jul, 2011 2 commits
-
-
Yasuhiro Ikeda authored
-
Rafaël Carré authored
The cpu_set_t structure is considered opaque. Also handle sched_getaffinity() error case if "cpusetsize is smaller than the size of the affinity mask used by the kernel."
-
- 18 Jul, 2011 2 commits
-
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
Replace avcodec_open with avcodec_open2. Now requires libavcodec 53.6.0 or newer.
-
- 14 Jul, 2011 2 commits
-
-
Kieran Kunhya authored
-
Anton Mitrofanov authored
Problem occurred if pixfmt of lavf/ffms input was PIX_FMT_RGB24 or PIX_FMT_YUV444P.
-
- 10 Jul, 2011 9 commits
-
-
Anton Mitrofanov authored
-
xvidfan authored
Much less efficient than YUV444, but easy to support using the YUV444 framework.
-
Fiona Glaser authored
-
Fiona Glaser authored
-
Daniel Kang authored
Avoid the need to check for corner cases by reordering arithmetic. Also make a minor optimization to high bit depth predict_16x16_p.
-
Fiona Glaser authored
Also remove poc type 1 support (it didn't work anyways) to reduce sps size.
-
Fiona Glaser authored
-
Anton Mitrofanov authored
-
Rémi Denis-Courmont authored
-