- 22 Jul, 2011 2 commits
-
-
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 11 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
-
Steven Walters authored
-
Steven Walters authored
Replace av_open_input_file with avformat_open_input. Now requires libavformat 53.2.0 or newer.
-
- 15 Jun, 2011 8 commits
-
-
Anton Mitrofanov authored
Eliminate the race condition with interframe row predictors and threads. Recalculate frame_size_estimated at the end of a frame, for improved update_vbv_plan. Some cosmetics.
-
Anton Mitrofanov authored
Reverts most of r1984 and implements a much simpler solution.
-
Fiona Glaser authored
-
Steven Walters authored
Fix use of deprecated sws_getContext. Fix uses of sws_format_name. Fix stream change warning not occurring on the first resolution change. Drop cpu detection, as it is now performed internally by swscale. Update swscale version requirements.
-
Fiona Glaser authored
Up to ~20-30% faster than SSE2 on Sandy Bridge.
-
Fiona Glaser authored
-
Henrik Gramner authored
-
Fiona Glaser authored
Should allow for some missed compiler optimizations in macroblock_cache_load.
-
- 13 Jun, 2011 5 commits
-
-
Hii authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Fiona Glaser authored
-
- 12 May, 2011 8 commits
-
-
Nikoli authored
Make static lib and CLI optional. Support linking CLI to system libx264. Don't strip by default, to match GNU packaging guidelines.
-
Fiona Glaser authored
Also make some various cleanups.
-
Fiona Glaser authored
~4x faster. Also inline plane_expand_border for improved constant propagation.
-
Fiona Glaser authored
Also make memcpy_aligned support sizes smaller than 64.
-
Fiona Glaser authored
Bias towards the MBAFF decisions made in neighboring mb pairs. ~2% better compression on a random 1080i HDTV source.
-
Fiona Glaser authored
Force skip on any MBs entirely outside the frame If an mb pair in the bottom row is chosen to be progressive, re-pad the bottom rows progressively.
-
Fiona Glaser authored
-
Simon Horlick authored
-