| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-29 | 1 | -6/+4 |
|\ |
|
| * | mpeg: Drop unused parameters from ff_draw_horiz_band() | Diego Biurrun | 2014-01-29 | 1 | -6/+4 |
* | | 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 commit '024db24912a39316b0ef0b7d793307d62da038f4' | Michael Niedermayer | 2014-01-20 | 1 | -2/+20 |
|\| |
|
| * | mpegvideo: allocate edges when encoding. | Anton Khirnov | 2014-01-20 | 1 | -2/+20 |
* | | Merge commit 'ebfe622bb1ca57cecb932e42926745cba7161913' | Michael Niedermayer | 2014-01-09 | 1 | -54/+2 |
|\| |
|
| * | mpegvideo: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 1 | -49/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-04 | 1 | -2/+0 |
|\| |
|
| * | mpegvideo: remove disabled bfin asm | Anton Khirnov | 2014-01-03 | 1 | -2/+0 |
* | | Merge commit 'a4d0c6e0503562d4cc8f9f6d02d84d7b32583b15' | Michael Niedermayer | 2014-01-04 | 1 | -222/+207 |
|\| |
|
| * | mpegvideo: move dct_unquantize functions up to avoid forward declarations | Anton Khirnov | 2014-01-03 | 1 | -233/+218 |
* | | Merge commit 'aec25b1c4650944d32706bfd40eb02bbd5587303' | Michael Niedermayer | 2014-01-04 | 1 | -72/+42 |
|\| |
|
| * | mpegvideo: split the encoding-only parts of frame_start() into a separate fun... | Anton Khirnov | 2014-01-03 | 1 | -72/+42 |
* | | Merge commit 'feded990e3ef9af4a0b827d5b6d8fe86f0b94942' | Michael Niedermayer | 2014-01-04 | 1 | -0/+8 |
|\| |
|
| * | mpegvideo: set reference/pict_type on generated reference frames | Anton Khirnov | 2014-01-03 | 1 | -0/+8 |
* | | avcodec/mpegvideo: fix ac/dc_val and coded_block table sizes | Michael Niedermayer | 2014-01-03 | 1 | -1/+7 |
* | | Convert XvMC to hwaccel v3 | Ivan Kalvachev | 2013-12-22 | 1 | -23/+3 |
* | | avcodec/mpegvideo_enc: fix frame skipping with intra only codecs | Michael Niedermayer | 2013-12-20 | 1 | -1/+3 |
* | | Merge commit '2d1f4288dd02a624cb8b86ab06371d6434c9da69' | Michael Niedermayer | 2013-12-12 | 1 | -4/+4 |
|\| |
|
| * | mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults(). | Anton Khirnov | 2013-12-11 | 1 | -4/+4 |
* | | Merge commit 'b06c8bce02b15115a4789252365df2dda0c4713c' | Michael Niedermayer | 2013-12-11 | 1 | -1/+0 |
|\| |
|
| * | mpegvideo: remove an unneeded call to avcodec_get_frame_defaults(). | Anton Khirnov | 2013-12-11 | 1 | -1/+0 |
* | | Merge commit '282c6a1a0ef3e8c8e180c15b39cfe5b89704d848' | Michael Niedermayer | 2013-12-06 | 1 | -5/+3 |
|\| |
|
| * | mpegvideo: make ff_release_unused_pictures() static | Anton Khirnov | 2013-12-05 | 1 | -5/+3 |
* | | Merge commit 'c99307caee01441cfde24f3b7b0db3037b7022dc' | Michael Niedermayer | 2013-12-06 | 1 | -4/+4 |
|\| |
|
| * | mpegvideo: make frame_size_alloc() static. | Anton Khirnov | 2013-12-05 | 1 | -4/+4 |
* | | Merge commit '0b0a7a751de02464a33717e70352f696372ba1c4' | Michael Niedermayer | 2013-12-06 | 1 | -27/+10 |
|\| |
|
| * | mpegvideo: move encode-only parts of common_end() to encode_end() | Anton Khirnov | 2013-12-05 | 1 | -22/+9 |
* | | Merge commit 'd0d111d0592bfd6b2b8bcd2321986c0fc493455d' | Michael Niedermayer | 2013-12-06 | 1 | -18/+0 |
|\| |
|
| * | mpegvideo: remove commented out cruft from ff_MPV_frame_end() | Anton Khirnov | 2013-12-05 | 1 | -18/+0 |
* | | Merge commit '381a722562bcc0b623acf6a00a583fe989bcb72a' | Michael Niedermayer | 2013-12-06 | 1 | -9/+2 |
|\| |
|
| * | mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat... | Anton Khirnov | 2013-12-05 | 1 | -18/+2 |
* | | Merge commit 'b7254288d222013e20539c530b1ec5d324ed5352' | Michael Niedermayer | 2013-12-06 | 1 | -4/+0 |
|\| |
|
| * | mpegvideo: do not update last_non_b_pict_type in update_thread_context() | Anton Khirnov | 2013-12-05 | 1 | -4/+0 |
* | | Merge commit '1f8eb69079880ef1f394c498dfdf471f91222a06' | Michael Niedermayer | 2013-12-06 | 1 | -24/+0 |
|\| |
|
| * | mpegvideo: move encoding-only initialization from common_init() to encode_init() | Anton Khirnov | 2013-12-05 | 1 | -31/+0 |
* | | Merge commit 'bedf952bb80ae26427854dcde56c139ecb87d4a0' | Michael Niedermayer | 2013-12-06 | 1 | -3/+0 |
|\| |
|
| * | mpegvideo: move setting encoding-only vars from common_defaults() to encode_d... | Anton Khirnov | 2013-12-05 | 1 | -3/+0 |
* | | Merge commit '2cab011f0f02fcff8a0629a611bcac2f0459f04a' | Michael Niedermayer | 2013-12-06 | 1 | -1/+0 |
|\| |
|
| * | mpegvideo: don't copy input_picture_number in update_thread_context() | Anton Khirnov | 2013-12-05 | 1 | -1/+0 |
* | | Merge commit 'e62a43f6b1a9c0c82e1df33c0c038e32029c0aa4' | Michael Niedermayer | 2013-11-29 | 1 | -2/+2 |
|\| |
|
| * | mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContext | Anton Khirnov | 2013-11-29 | 1 | -2/+2 |
* | | Merge commit 'ee8af2dd99dcb7a01a667deedec81d1aa2a00d72' | Michael Niedermayer | 2013-11-29 | 1 | -1/+2 |
|\| |
|
| * | mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext | Anton Khirnov | 2013-11-29 | 1 | -1/+2 |
| * | mpegvideo: Fix swapping of UV planes for VCR2 | Kostya Shishkov | 2013-11-19 | 1 | -0/+13 |
* | | Merge commit 'a553c6a347d3d28d7ee44c3df3d5c4ee780dba23' | Michael Niedermayer | 2013-11-19 | 1 | -14/+14 |
|\| |
|
| * | lavc: use buf[0] instead of data[0] in checks whether a frame is allocated | Anton Khirnov | 2013-11-18 | 1 | -13/+13 |
* | | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0' | Michael Niedermayer | 2013-11-15 | 1 | -19/+22 |
|\| |
|
* | | mpegvideo: Fix swapping of UV planes for VCR2 | Kostya Shishkov | 2013-11-14 | 1 | -0/+13 |