summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '024db24912a39316b0ef0b7d793307d62da038f4'Michael Niedermayer2014-01-201-2/+20
|\
| * mpegvideo: allocate edges when encoding.Anton Khirnov2014-01-201-2/+20
* | Merge commit 'ebfe622bb1ca57cecb932e42926745cba7161913'Michael Niedermayer2014-01-091-54/+2
|\ \ | |/
| * mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-49/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-041-2/+0
|\ \ | |/
| * mpegvideo: remove disabled bfin asmAnton Khirnov2014-01-031-2/+0
* | Merge commit 'a4d0c6e0503562d4cc8f9f6d02d84d7b32583b15'Michael Niedermayer2014-01-041-222/+207
|\ \ | |/
| * mpegvideo: move dct_unquantize functions up to avoid forward declarationsAnton Khirnov2014-01-031-233/+218
* | Merge commit 'aec25b1c4650944d32706bfd40eb02bbd5587303'Michael Niedermayer2014-01-041-72/+42
|\ \ | |/
| * mpegvideo: split the encoding-only parts of frame_start() into a separate fun...Anton Khirnov2014-01-031-72/+42
* | Merge commit 'feded990e3ef9af4a0b827d5b6d8fe86f0b94942'Michael Niedermayer2014-01-041-0/+8
|\ \ | |/
| * mpegvideo: set reference/pict_type on generated reference framesAnton Khirnov2014-01-031-0/+8
* | avcodec/mpegvideo: fix ac/dc_val and coded_block table sizesMichael Niedermayer2014-01-031-1/+7
* | Convert XvMC to hwaccel v3Ivan Kalvachev2013-12-221-23/+3
* | avcodec/mpegvideo_enc: fix frame skipping with intra only codecsMichael Niedermayer2013-12-201-1/+3
* | Merge commit '2d1f4288dd02a624cb8b86ab06371d6434c9da69'Michael Niedermayer2013-12-121-4/+4
|\ \ | |/
| * mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-111-4/+4
* | Merge commit 'b06c8bce02b15115a4789252365df2dda0c4713c'Michael Niedermayer2013-12-111-1/+0
|\ \ | |/
| * mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-111-1/+0
* | Merge commit '282c6a1a0ef3e8c8e180c15b39cfe5b89704d848'Michael Niedermayer2013-12-061-5/+3
|\ \ | |/
| * mpegvideo: make ff_release_unused_pictures() staticAnton Khirnov2013-12-051-5/+3
* | Merge commit 'c99307caee01441cfde24f3b7b0db3037b7022dc'Michael Niedermayer2013-12-061-4/+4
|\ \ | |/
| * mpegvideo: make frame_size_alloc() static.Anton Khirnov2013-12-051-4/+4
* | Merge commit '0b0a7a751de02464a33717e70352f696372ba1c4'Michael Niedermayer2013-12-061-27/+10
|\ \ | |/
| * mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov2013-12-051-22/+9
* | Merge commit 'd0d111d0592bfd6b2b8bcd2321986c0fc493455d'Michael Niedermayer2013-12-061-18/+0
|\ \ | |/
| * mpegvideo: remove commented out cruft from ff_MPV_frame_end()Anton Khirnov2013-12-051-18/+0
* | Merge commit '381a722562bcc0b623acf6a00a583fe989bcb72a'Michael Niedermayer2013-12-061-9/+2
|\ \ | |/
| * mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat...Anton Khirnov2013-12-051-18/+2
* | Merge commit 'b7254288d222013e20539c530b1ec5d324ed5352'Michael Niedermayer2013-12-061-4/+0
|\ \ | |/
| * mpegvideo: do not update last_non_b_pict_type in update_thread_context()Anton Khirnov2013-12-051-4/+0
* | Merge commit '1f8eb69079880ef1f394c498dfdf471f91222a06'Michael Niedermayer2013-12-061-24/+0
|\ \ | |/
| * mpegvideo: move encoding-only initialization from common_init() to encode_init()Anton Khirnov2013-12-051-31/+0
* | Merge commit 'bedf952bb80ae26427854dcde56c139ecb87d4a0'Michael Niedermayer2013-12-061-3/+0
|\ \ | |/
| * mpegvideo: move setting encoding-only vars from common_defaults() to encode_d...Anton Khirnov2013-12-051-3/+0
* | Merge commit '2cab011f0f02fcff8a0629a611bcac2f0459f04a'Michael Niedermayer2013-12-061-1/+0
|\ \ | |/
| * mpegvideo: don't copy input_picture_number in update_thread_context()Anton Khirnov2013-12-051-1/+0
* | Merge commit 'e62a43f6b1a9c0c82e1df33c0c038e32029c0aa4'Michael Niedermayer2013-11-291-2/+2
|\ \ | |/
| * mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContextAnton Khirnov2013-11-291-2/+2
* | Merge commit 'ee8af2dd99dcb7a01a667deedec81d1aa2a00d72'Michael Niedermayer2013-11-291-1/+2
|\ \ | |/
| * mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-291-1/+2
| * mpegvideo: Fix swapping of UV planes for VCR2Kostya Shishkov2013-11-191-0/+13
* | Merge commit 'a553c6a347d3d28d7ee44c3df3d5c4ee780dba23'Michael Niedermayer2013-11-191-14/+14
|\ \ | |/
| * lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov2013-11-181-13/+13
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-151-19/+22
|\ \ | |/
* | mpegvideo: Fix swapping of UV planes for VCR2Kostya Shishkov2013-11-141-0/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-141-9/+24
|\ \ | |/
| * Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-131-21/+37
| * Remove all Alpha architecture optimizationsDiego Biurrun2013-11-131-2/+0
* | mpegvideo: reduce whitespace differences to libavMichael Niedermayer2013-11-031-4/+5
OpenPOWER on IntegriCloud