summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264: Fix regression caused by removial of default_ref_listMichael Niedermayer2016-01-041-0/+1
* Merge commit '741b494fa8cd28a7d096349bac183893c236e3f9'Hendrik Leppkes2015-12-171-8/+0
|\
| * h264: eliminate default_ref_listAnton Khirnov2015-12-061-7/+0
* | Merge commit 'd15368ee3926152a3a301c13cc638fbf7a062ddf'Hendrik Leppkes2015-10-141-0/+1
|\ \ | |/
| * h264: Run VLC init under pthread_onceDerek Buitenhuis2015-10-141-0/+1
* | avcodec/h264: keep SPS and PPS bitstream datawm42015-10-021-0/+4
* | Merge commit '0f562f5b833d603e04123d198c59f8b2b5eb43e4'Hendrik Leppkes2015-08-101-0/+1
|\ \ | |/
* | Merge commit '9469370fb32679352e66826daf77bdd2e6f067b5'Hendrik Leppkes2015-08-071-3/+4
|\ \ | |/
* | Merge commit 'b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37'Michael Niedermayer2015-07-171-3/+2
|\ \ | |/
| * h264: Add support for Closed Caption exportKieran Kunhya2015-07-171-0/+2
* | avcodec: Add support for Closed Caption export in h264Kieran Kunhya2015-07-061-0/+2
* | avcodec/h264: Greenmetadata SEI parsingNicolas DEROUINEAU2015-06-301-0/+21
* | Merge commit '271ce76d317c5432e151216cf23f12b77ed6cb7e'Michael Niedermayer2015-06-301-4/+7
|\ \ | |/
| * h264: Parse registered data SEI message and AFD valueVittorio Giovara2015-06-301-0/+7
* | Merge commit '5ec0bdf2c524224f30ba4786f47324970aed4aaa'Michael Niedermayer2015-06-271-0/+6
|\ \ | |/
| * h264: do not update the context fields copied between threads after finish_se...Anton Khirnov2015-06-271-0/+5
* | Merge commit 'e49e0f58e273237f83b4486f3536931ed1943d18'Michael Niedermayer2015-06-271-1/+2
|\ \ | |/
| * h264: make sure the slices do not overlap during slice threadingAnton Khirnov2015-06-271-0/+2
* | avcodec: Add support for per-frame AFD output in h264Kieran Kunhya2015-06-261-0/+3
* | h264: update avctx width/height/pix_fmt when returning frameAndreas Cadhalpun2015-06-121-0/+8
* | Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer2015-04-291-2/+1
|\ \ | |/
| * h264: use properly allocated AVFramesAnton Khirnov2015-04-291-1/+1
* | Merge commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819'Michael Niedermayer2015-04-291-1/+1
|\ \ | |/
| * h264: embed the DPB in the contextAnton Khirnov2015-04-291-1/+1
* | Merge commit '11f024ef0ab923ed8680fc35a087d576e549c849'Michael Niedermayer2015-04-291-1/+1
|\ \ | |/
| * h264: move freeing the escaped RBSP buffer to free_context()Anton Khirnov2015-04-291-1/+1
* | Merge commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6'Michael Niedermayer2015-04-291-1/+0
|\ \ | |/
| * h264: eliminate ff_h264_set_parameter_from_sps()Anton Khirnov2015-04-291-3/+0
* | Merge commit '9d33bab583a82cf12286c65258a29c6888e1ff98'Michael Niedermayer2015-04-291-1/+0
|\ \ | |/
| * h264: drop H264Context.ouputed_pocAnton Khirnov2015-04-291-1/+0
* | Merge commit '27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3'Michael Niedermayer2015-04-291-1/+0
|\ \ | |/
| * h264: drop needs_reallocAnton Khirnov2015-04-291-1/+0
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-2/+2
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+2
* | avcodec/h264: Do not fail with randomly truncated VUIsMichael Niedermayer2015-04-101-1/+1
* | avcodec/h264: use consistent argument name in MB_FIELD() macroMichael Niedermayer2015-04-081-2/+2
* | avcodec/h264: Fix race between slices where one overwrites data from the nextMichael Niedermayer2015-04-071-0/+1
* | Merge commit 'a4d34e218f548d381e09c483e8dc6ad18a8d571c'Michael Niedermayer2015-04-041-0/+2
|\ \ | |/
| * h264: disable ER by defaultAnton Khirnov2015-04-031-0/+2
* | avcodec/h264: Remove bits_per_raw_sample hacksMichael Niedermayer2015-03-251-0/+1
* | avcodec/h264.h: Drop unused macroMichael Niedermayer2015-03-221-7/+0
* | Merge commit 'c28ed1d743443e783537d279ae721be3bbdf7646'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: move [uv]linesize to the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3'Michael Niedermayer2015-03-211-2/+13
|\ \ | |/
| * h264: use a smaller struct for the ref listsAnton Khirnov2015-03-211-2/+13
* | Merge commit '5bf3c0fa49afd5bbf43aa841ff78007d72c80736'Michael Niedermayer2015-03-211-2/+0
|\ \ | |/
| * h264: drop the now unused per-slice H264ContextsAnton Khirnov2015-03-211-2/+0
* | Merge commit '51d8725a6e4c7f989d6f0f38b59cb54a2d72846c'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: use the main H264Context as the parent for all slice contextsAnton Khirnov2015-03-211-1/+1
* | Merge commit '3178f4d33ff62243f7cdddb081db516ea34396c9'Michael Niedermayer2015-03-211-3/+5
|\ \ | |/
OpenPOWER on IntegriCloud