opencv/modules/highgui
Charles Otto 52137ceed0 Allow encoding with libx264 via ffmpeg to work
Add a call to avcodec_get_context_defaults3, this sets per-codec default values
and in the case of libx264 will stop VideoWriter::open (with fourcc=x264) from
failing due to libx264 complaining about broken ffmpeg default settings.

Set some additional libx264 encoder parameters.
2013-03-04 19:29:05 -05:00
..
doc Merge branch '2.4' 2013-02-01 14:59:40 +04:00
include/opencv2/highgui Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
perf Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
src Allow encoding with libx264 via ffmpeg to work 2013-03-04 19:29:05 -05:00
test Merge pull request #462 from kobigurk:master 2013-02-28 00:38:20 +04:00
CMakeLists.txt Merge release 2.4.4 2013-03-04 19:43:49 +04:00