summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
...
| * h264: move freeing the escaped RBSP buffer to free_context()Anton Khirnov2015-04-291-9/+6
* | Merge commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6'Michael Niedermayer2015-04-291-48/+0
|\ \ | |/
| * h264: eliminate ff_h264_set_parameter_from_sps()Anton Khirnov2015-04-291-43/+0
* | Merge commit 'a6cd154463bea7eb56d28192db4c8c6d83f67fd7'Michael Niedermayer2015-04-291-19/+17
|\ \ | |/
| * h264: move the DPB init/uninit to init_context()/free_context()Anton Khirnov2015-04-291-18/+16
* | Merge commit '9d33bab583a82cf12286c65258a29c6888e1ff98'Michael Niedermayer2015-04-291-2/+2
|\ \ | |/
| * h264: drop H264Context.ouputed_pocAnton Khirnov2015-04-291-2/+2
* | Merge commit '27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3'Michael Niedermayer2015-04-291-3/+0
|\ \ | |/
| * h264: drop needs_reallocAnton Khirnov2015-04-291-3/+0
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-211-3/+2
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+1
* | avcodec/h264: Do not fail with randomly truncated VUIsMichael Niedermayer2015-04-101-2/+7
* | avcodec/h264: Use only one ERContextMichael Niedermayer2015-04-091-0/+4
* | avcodec/h264: Be more tolerant to changing pps id between slicesMichael Niedermayer2015-04-091-3/+4
* | avcodec/h264: finish previous slices before switching to single thread modeMichael Niedermayer2015-04-071-0/+6
* | Merge commit 'bd737b5178f361a9b592691848f29a7a79603a7e'Michael Niedermayer2015-04-051-2/+2
|\ \ | |/
| * h264: reset the private data in init_thread_copy()Anton Khirnov2015-04-051-2/+2
* | Merge commit 'a939e5b2527d0c4628815b1d3d8e29ee921227e8'Michael Niedermayer2015-04-051-1/+0
|\ \ | |/
| * h264: remove a commented out nonsense lineAnton Khirnov2015-04-051-1/+0
* | Merge commit '65afa65e7393e7745427e267d6c6ca814c7c8b45'Michael Niedermayer2015-04-051-3/+0
|\ \ | |/
| * h264: drop redundant initialization of the scaling matricesAnton Khirnov2015-04-051-3/+0
* | Merge commit 'e1f907711a91e5ce19402a1831cfbe8f709b67f7'Michael Niedermayer2015-04-051-40/+46
|\ \ | |/
| * h264: factor out common code from init() and init_thread_copy()Anton Khirnov2015-04-051-39/+43
* | Merge commit '43fd3dd80ca2d1c2ccf6a7b7632db544c809c690'Michael Niedermayer2015-04-051-16/+0
|\ \ | |/
| * h264: drop redundant initialization in init()Anton Khirnov2015-04-051-14/+0
* | Merge commit '050324d020f843ce333276ebb6f27cc6026f37d0'Michael Niedermayer2015-04-051-2/+1
|\ \ | |/
| * h264: initialize cur_chroma_format_idcAnton Khirnov2015-04-051-0/+1
* | avcodec/h264: Fail for invalid mixed IDR / non IDR frames in slice threading ...Michael Niedermayer2015-04-041-1/+7
* | avcodec/h264: use goto end instead of return for hwaccel fails as wellMichael Niedermayer2015-04-041-2/+2
* | avcodec/h264: silence ER warning when no slice threads are usedMichael Niedermayer2015-04-041-1/+1
* | avcodec/h264: reenable ER except with slice threads by defaultMichael Niedermayer2015-04-041-2/+5
* | Merge commit 'a4d34e218f548d381e09c483e8dc6ad18a8d571c'Michael Niedermayer2015-04-041-13/+22
|\ \ | |/
| * h264: disable ER by defaultAnton Khirnov2015-04-031-0/+22
* | vda: fix h264 decoding for avcC,vda wants the entire bufferRainer Hochecker2015-04-021-1/+1
* | avcodec/h264: Remove bits_per_raw_sample hacksMichael Niedermayer2015-03-251-2/+3
* | Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
* | Merge commit '2b4c38d3c647f409080606ef02b3363ada00be2c'Michael Niedermayer2015-03-211-11/+1
|\ \ | |/
| * h264: drop some mpegvideo remnants from draw_horiz_band()Anton Khirnov2015-03-211-11/+1
* | Merge commit '5bf3c0fa49afd5bbf43aa841ff78007d72c80736'Michael Niedermayer2015-03-211-11/+0
|\ \ | |/
| * h264: drop the now unused per-slice H264ContextsAnton Khirnov2015-03-211-11/+0
* | Merge commit '51d8725a6e4c7f989d6f0f38b59cb54a2d72846c'Michael Niedermayer2015-03-211-20/+14
|\ \ | |/
| * h264: use the main H264Context as the parent for all slice contextsAnton Khirnov2015-03-211-24/+18
* | Merge commit '3178f4d33ff62243f7cdddb081db516ea34396c9'Michael Niedermayer2015-03-211-11/+11
|\ \ | |/
| * h264: move rbsp_buffer into the per-slice contextAnton Khirnov2015-03-211-11/+11
* | Merge commit '582683b6ac798ed2a004a4e2121b7bd47892bbfd'Michael Niedermayer2015-03-211-19/+18
|\ \ | |/
| * h264: move remaining ER stuff into the per-slice contextAnton Khirnov2015-03-211-18/+17
* | Merge commit '5bc69f38c1af71fbcbfb4b5efa77d0aeb5424c04'Michael Niedermayer2015-03-211-7/+0
|\ \ | |/
| * error_resilience: do not require mbintra/skip tablesAnton Khirnov2015-03-211-7/+0
* | Merge commit 'c377e04d8aa74d030672e9a4788a700b0695fc14'Michael Niedermayer2015-03-211-7/+4
|\ \ | |/
OpenPOWER on IntegriCloud