| Commit message (Expand) | Author | Age | Files | Lines |
* | Use correct msvc type specifiers for ptrdiff_t and size_t. | Carl Eugen Hoyos | 2014-04-24 | 1 | -1/+1 |
* | avcodec/mpegvideo_enc: override bitrate tolerance when its value is too small | Michael Niedermayer | 2014-04-12 | 1 | -3/+3 |
* | avcodec/mpegvideo_enc: change some asserts to av_asserts | Michael Niedermayer | 2014-04-09 | 1 | -4/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-09 | 1 | -99/+99 |
|\ |
|
| * | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -100/+100 |
* | | avcodec/mpegvideo: make mc_mb_var_sum / mb_var_sum 64bit | Michael Niedermayer | 2014-03-21 | 1 | -1/+1 |
* | | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b' | Michael Niedermayer | 2014-03-17 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | | avcodec/mpegvideo_enc: dont use direct mode for unaligned input | Michael Niedermayer | 2014-03-15 | 1 | -0/+4 |
* | | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852' | Michael Niedermayer | 2014-03-14 | 1 | -1/+1 |
|\| |
|
| * | dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
| * | dsputil: Drop ff_check_alignment() function | Diego Biurrun | 2014-03-13 | 1 | -6/+0 |
* | | avcodec: support setting the chroma intra matrix | Michael Niedermayer | 2014-02-18 | 1 | -0/+2 |
* | | lavc/mpegvideo: add missing const | Lukasz Marek | 2014-02-08 | 1 | -1/+1 |
* | | Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec' | Michael Niedermayer | 2014-01-26 | 1 | -0/+1 |
|\| |
|
| * | avutil: remove timer.h include from internal.h | Janne Grunau | 2014-01-25 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-22 | 1 | -1/+2 |
|\| |
|
| * | mpegvideo_enc: Don't call ff_h263dsp_init unconditionally | Martin Storsjö | 2014-01-22 | 1 | -1/+2 |
* | | avcodec/mpegvideo_enc: disable direct mode in load_input_picture() for dimens... | Michael Niedermayer | 2014-01-20 | 1 | -0/+2 |
* | | avcodec/mpegvideo_enc: fix custom matrixes with jpeg | Michael Niedermayer | 2014-01-18 | 1 | -3/+11 |
* | | avcodec: make "bitrate tolerance too small for bitrate" error more verbose | Michael Niedermayer | 2014-01-17 | 1 | -1/+1 |
* | | avcodec/mpegvideo_enc: init chroma matrix for mjpeg | Michael Niedermayer | 2014-01-11 | 1 | -0/+4 |
* | | avcodec/mjpegenc: pass chroma quantization matrix through as well, not just luma | Michael Niedermayer | 2014-01-11 | 1 | -1/+1 |
* | | Merge commit 'ebfe622bb1ca57cecb932e42926745cba7161913' | Michael Niedermayer | 2014-01-09 | 1 | -1/+1 |
|\| |
|
| * | mpegvideo: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 1 | -1/+1 |
* | | Merge commit 'aec25b1c4650944d32706bfd40eb02bbd5587303' | Michael Niedermayer | 2014-01-04 | 1 | -3/+97 |
|\| |
|
| * | mpegvideo: split the encoding-only parts of frame_start() into a separate fun... | Anton Khirnov | 2014-01-03 | 1 | -2/+97 |
* | | avcodec/mpegvideo_enc: implement frame skip score normalization | Michael Niedermayer | 2014-01-01 | 1 | -2/+5 |
* | | avcodec/mpegvideo_enc: fix frame skipping with intra only codecs | Michael Niedermayer | 2013-12-20 | 1 | -13/+14 |
* | | avcodec/mpegvideo_enc: fix integer overflow with -skip_exp >= 2 | Michael Niedermayer | 2013-12-20 | 1 | -3/+3 |
* | | avcodec/mpegvideo_enc/frame_end(): remove unused variable | Michael Niedermayer | 2013-12-06 | 1 | -2/+0 |
* | | Merge commit '24abd806ea0cfb0d988d2f0044eac79cff12918c' | Michael Niedermayer | 2013-12-06 | 1 | -39/+2 |
|\| |
|
| * | ljpegenc: deMpegEncContextize | Anton Khirnov | 2013-12-05 | 1 | -33/+2 |
* | | Merge commit '3360ad995530ea6967b1e83981b4aa8240fbb0ed' | Michael Niedermayer | 2013-12-06 | 1 | -1/+1 |
|\| |
|
| * | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer() | Anton Khirnov | 2013-12-05 | 1 | -1/+1 |
* | | Merge commit '058d5f2feb730846f22c1812e433f92f670ad751' | Michael Niedermayer | 2013-12-06 | 1 | -1/+2 |
|\| |
|
| * | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header() | Anton Khirnov | 2013-12-05 | 1 | -1/+2 |
* | | Merge commit '0b0a7a751de02464a33717e70352f696372ba1c4' | Michael Niedermayer | 2013-12-06 | 1 | -0/+18 |
|\| |
|
| * | mpegvideo: move encode-only parts of common_end() to encode_end() | Anton Khirnov | 2013-12-05 | 1 | -0/+14 |
* | | avcodec/mpegvideo_enc: fix linesizes in frame_end() | Michael Niedermayer | 2013-12-06 | 1 | -3/+3 |
* | | Merge commit '381a722562bcc0b623acf6a00a583fe989bcb72a' | Michael Niedermayer | 2013-12-06 | 1 | -1/+36 |
|\| |
|
| * | mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat... | Anton Khirnov | 2013-12-05 | 1 | -1/+44 |
* | | Merge commit '1f8eb69079880ef1f394c498dfdf471f91222a06' | Michael Niedermayer | 2013-12-06 | 1 | -0/+28 |
|\| |
|
| * | mpegvideo: move encoding-only initialization from common_init() to encode_init() | Anton Khirnov | 2013-12-05 | 1 | -0/+26 |
* | | Merge commit 'bedf952bb80ae26427854dcde56c139ecb87d4a0' | Michael Niedermayer | 2013-12-06 | 1 | -0/+3 |
|\| |
|
| * | mpegvideo: move setting encoding-only vars from common_defaults() to encode_d... | Anton Khirnov | 2013-12-05 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+2 |
|\| |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | | avcodec/h261: trellis quantization support | Michael Niedermayer | 2013-11-17 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-17 | 1 | -25/+30 |
|\| |
|