summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_slice.c
Commit message (Expand)AuthorAgeFilesLines
* h264: revert 1189af429211ac650aac730368a6cf5b23756605.Ronald S. Bultje2017-03-281-3/+0
* avcodec/h264_sei: Check actual presence of SEI picture timing instead of impl...Michael Niedermayer2017-02-151-2/+2
* avcodec/h264_slice: Clear ref_counts on redundant slicesMichael Niedermayer2017-02-081-1/+3
* Merge commit '38efff92f1ef81f3de20ff0460ec7b70c253d714'Clément Bœsch2017-01-241-120/+140
|\
| * h264: fix decoding multiple fields per packet with slice threadsAnton Khirnov2016-07-151-47/+82
* | lavc/h264: simplify find_unused_picture()Clément Bœsch2017-01-191-13/+3
* | Merge commit 'f450cc7bc595155bacdb9f5d2414a076ccf81b4a'Matthieu Bouron2017-01-171-1/+105
|\ \ | |/
| * h264: eliminate decode_postinit()Anton Khirnov2016-07-151-3/+138
* | lavc/h264_slice: drop redundant current_slice resetClément Bœsch2017-01-161-2/+0
* | h264_slice: Wait for refs to be available before we use them in error conceal...Derek Buitenhuis2016-12-091-0/+3
* | Merge commit 'a8cbe5a0ccebf60a8a8b0aba5d5716dd54c1595c'Hendrik Leppkes2016-11-171-4/+4
|\ \ | |/
| * h264_ps: export actual height in MBs as SPS.mb_heightAnton Khirnov2016-07-111-2/+2
| * h264: Eliminate unused but set variableDiego Biurrun2016-06-231-3/+1
* | Merge commit '58640fe89ec4f2a3d67c0a2585fca8de34440857'Timothy Gu2016-08-031-0/+32
|\ \ | |/
| * h264: handle frame recovery in h264_field_start()Anton Khirnov2016-06-211-0/+18
* | Merge commit 'e26c64148be8a20ace7512d96503172fb5e9753b'Timothy Gu2016-08-031-0/+4
|\ \ | |/
| * h264: discard slices of redundant pictures right after parsing the slice headerAnton Khirnov2016-06-211-0/+4
* | Merge commit '6efc4638584e1e14d1a6152186ba28f5d48a80c0'Timothy Gu2016-08-031-0/+1
|\ \ | |/
| * h264: always set redundant_pic_count during slice header parsingAnton Khirnov2016-06-211-0/+1
| * h264: call the hwaccel frame_start() from h264_field_start()Anton Khirnov2016-06-211-0/+6
* | Revert "Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'""Timothy Gu2016-08-031-0/+7
* | Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'"Timothy Gu2016-08-031-7/+0
* | Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'Timothy Gu2016-08-031-0/+7
|\ \ | |/
| * h264: fix the check for mixed IDR/non-IDR slicesAnton Khirnov2016-06-211-0/+7
* | Merge commit 'b13fc1e344011949929975a3451f78f226aa1de3'Timothy Gu2016-08-031-2/+2
|\ \ | |/
| * h264: do not pass H264Context to h264_slice_header_parse()Anton Khirnov2016-06-211-19/+19
* | Merge commit '996f13413b0415097e2a184d161462ffb3ceb647'James Almer2016-08-011-3/+3
|\ \ | |/
| * h264: fix warnings in fill_filter_caches_inter()Anton Khirnov2016-06-211-9/+9
* | Merge commit 'bc7f4268514624e1286ea76d27a89a56b4ee18e1'James Almer2016-08-011-1/+0
|\ \ | |/
| * h264: drop tests whether the codec id is AV_CODEC_ID_H264Anton Khirnov2016-06-211-1/+0
* | Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c'James Almer2016-08-011-6/+6
|\ \ | |/
| * h264: add H264_ prefix to the NAL unit typesAnton Khirnov2016-06-211-3/+3
* | Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'James Almer2016-08-011-0/+1
|\ \ | |/
| * h264: move the parameter set definitions to a new header fileAnton Khirnov2016-06-211-0/+1
* | Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch2016-07-291-0/+1
|\ \ | |/
| * h264: create a new header for common h264 definitionsAnton Khirnov2016-06-211-0/+1
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-291-1/+1
|\ \ | |/
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* | Merge commit 'f651c6a259d4bc78f25db11d25df9256d5110bd3'Clément Bœsch2016-07-291-0/+166
|\ \ | |/
| * h264: factor out setting frame properties / side dataAnton Khirnov2016-06-211-0/+166
* | Merge commit 'bcd91f1644b46dd142c5355c8b742b27d9028903'Clément Bœsch2016-07-291-9/+7
|\ \ | |/
| * h264: move a per-field block from decode_slice_header() to field_start()Anton Khirnov2016-06-211-9/+7
| * h264: only allow ending a field/starting a new one before finish_setup()Anton Khirnov2016-06-211-15/+19
* | avcodec/h264_slice: Make setup_finished check cover more casesMichael Niedermayer2016-07-271-4/+7
* | Merge commit 'debca90863e4ee53447efd02483c500f89766384'Clément Bœsch2016-07-271-8/+5
|\ \ | |/
| * h264: store {curr,max}_pic_num in the per-slice contextAnton Khirnov2016-06-211-8/+5
* | Merge commit 'f966498e433fead2f5e6b5b66fad2ac062146d22'Clément Bœsch2016-07-271-28/+18
|\ \ | |/
| * h264: decode the poc values from the slice header into the per-slice contextAnton Khirnov2016-06-211-25/+16
* | lavc/h264_slice: adjust a few line breaks to reduce diff with LibavClément Bœsch2016-07-271-4/+1
* | Merge commit '54dd9b1cdd9e54f1ee39ae25af0324f8aba2831b'Clément Bœsch2016-07-271-95/+90
|\ \ | |/
OpenPOWER on IntegriCloud