summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAgeFilesLines
...
| * mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara2015-06-121-5/+0
* | Merge commit 'c0e6b8cab874db97b6818007bc86507c8d213083'Michael Niedermayer2015-06-101-2/+0
|\ \ | |/
| * mpegvideo: Mark one function as staticVittorio Giovara2015-06-101-2/+0
* | Merge commit 'd1dd0d404c085f4fce7b8358b4aea677761c5d88'Michael Niedermayer2015-06-101-6/+0
|\ \ | |/
| * mpegvideo: Move block permutation function where is usedVittorio Giovara2015-06-101-6/+0
* | Merge commit '7061bf0925a7d6c5899bbe710b2b8cdae9005274'Michael Niedermayer2015-06-101-82/+1
|\ \ | |/
| * mpegvideo: Move Picture-related functions to a separate fileVittorio Giovara2015-06-101-77/+1
* | Merge commit '925b80d64029d41962e5998d7d901226c3a9baea'Michael Niedermayer2015-06-081-7/+1
|\ \ | |/
| * mpegvideo: Move OutFormat enum to mpegutils.hVittorio Giovara2015-06-081-7/+1
* | Merge commit '9bb11be0e5a75782c3139ad058c2b571499aa37d'Michael Niedermayer2015-06-081-1/+5
|\ \ | |/
| * mpegvideo: Split picture allocation for encoding and decodingVittorio Giovara2015-06-081-1/+5
* | Merge commit 'f8716a1408f4f4ec63857b7015fbd62f9eac344a'Michael Niedermayer2015-06-081-0/+2
|\ \ | |/
| * mpegvideo: Rework frame_size_alloc functionVittorio Giovara2015-06-081-0/+2
* | Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer2015-06-081-4/+9
|\ \ | |/
| * mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara2015-06-081-4/+9
* | Merge commit '149fa0b7ac180fe1df48a2e379c560813555bf57'Michael Niedermayer2015-06-011-87/+1
|\ \ | |/
| * mpegvideo: Move MotionEstContext and function declarations to a separate headerVittorio Giovara2015-05-311-87/+1
* | Merge commit 'b2b766914a49c4e3537df3a585e97b98d432edd2'Michael Niedermayer2015-06-011-7/+0
|\ \ | |/
| * mpegvideo: mpeg12: Move function declarationsVittorio Giovara2015-05-311-7/+0
* | Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer2015-06-011-8/+0
|\ \ | |/
| * mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-8/+0
* | Merge commit '31a117a0e6d6eafdf997bfe0843f3e3d39cc0332'Michael Niedermayer2015-06-011-12/+0
|\ \ | |/
| * mpegvideo: msmpeg4: Move function declarationsVittorio Giovara2015-05-311-12/+0
* | Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b'Michael Niedermayer2015-06-011-11/+0
|\ \ | |/
| * mpegvideo: wmv2: Move function declarationsVittorio Giovara2015-05-311-11/+0
* | Merge commit 'fa1923f18205410a3b0aa6c0e77cb31443ef340d'Michael Niedermayer2015-05-281-1/+0
|\ \ | |/
| * mpegvideo: Move ff_*_rl functions to a separate fileAnton Khirnov2015-05-281-1/+0
* | avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() outMichael Niedermayer2015-05-251-0/+1
* | Merge commit '4e17946f10d39eec6cc03fb249ae8147373141b6'Michael Niedermayer2015-05-221-1/+2
|\ \ | |/
| * mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-221-1/+2
* | Merge commit 'a3f4c930ac3f49f47b6e6ffda925d0dcf80320e2'Michael Niedermayer2015-05-221-1/+1
|\ \ | |/
| * mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara2015-05-221-1/+1
* | Merge commit 'd528045558825f01472e9bee873f60c98d661e53'Michael Niedermayer2015-05-221-1/+1
|\ \ | |/
| * mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara2015-05-221-1/+1
* | Merge commit '6f54dc43cee6b2f5d183acf98b32a3cf8be4a4fc'Michael Niedermayer2015-05-221-1/+0
|\ \ | |/
| * mpegvideo: Drop stream_codec_tagVittorio Giovara2015-05-221-1/+0
* | Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'Michael Niedermayer2015-05-221-1/+0
|\ \ | |/
| * mpegvideo: Drop err_recognitionVittorio Giovara2015-05-221-1/+0
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-2/+0
|\ \ | |/
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-2/+0
| * rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun2015-03-051-1/+1
* | avcodec/rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun2015-03-031-1/+1
* | avcodec/mpegvideo_enc: Add intra_chroma_ac_vlc_length, it will be needed for ...Michael Niedermayer2015-02-111-0/+2
* | Merge commit '1c6183233d56fb27a4a154e7e64ecab98bd877f1'Michael Niedermayer2015-01-071-1/+1
|\ \ | |/
| * msmpeg4: check memory allocations and propagate errorsVittorio Giovara2015-01-061-1/+1
* | Merge commit 'd75190aa93206c02cb4f18a66d2c927d6a0198e1'Michael Niedermayer2014-12-151-5/+0
|\ \ | |/
| * mpegvideo: move REBASE_PICTURE where it is usedVittorio Giovara2014-12-151-5/+0
* | Merge commit '63fcedcf01247f15b72c0d1f959bb3b612853ba8'Michael Niedermayer2014-12-151-1/+0
|\ \ | |/
| * mpegvideo: remove unused function declarationVittorio Giovara2014-12-151-1/+0
| * mpegvideo: fix size of arrayVittorio Giovara2014-11-111-1/+1
OpenPOWER on IntegriCloud