summaryrefslogtreecommitdiff
path: root/libavcodec/h264dec.h
Commit message (Expand)AuthorAge
* avcodec/h264dec: Remove unnecessary headersAndreas Rheinhardt2022-01-24
* lavc/h264: move MB_TYPE defs from h264dec.h to h264_parseAnton Khirnov2022-01-24
* lavc/h264: move some shared code from h264dec to h264_parseAnton Khirnov2022-01-24
* lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMESAnton Khirnov2022-01-24
* lavc/h264dec.h: Move MMCOOpcode to h264_parse.hAnton Khirnov2022-01-24
* lavc/h264: replace MAX_MMCO_COUNT with H264_MAX_MMCO_COUNTAnton Khirnov2022-01-24
* avcodec/h264dec: Move find_start_code() to its only userAndreas Rheinhardt2022-01-24
* avcodec/h264dec: apply H.274 film grainNiklas Haas2021-08-24
* avcodec/h264_slice: compute and export film grain seedNiklas Haas2021-08-24
* avcodec/h264_picture: add ff_h264_replace_picture()James Almer2021-08-10
* avcodec/h264dec: update exported AVOptions in the user-facing contextJames Almer2021-04-14
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-25
* lavc/h264dec.h: remove unused ff_h264_decode_slice_headerLinjie Fu2019-12-17
* avcodec/h264dec: Fix potential array overreadMichael Niedermayer2017-11-15
* Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4'James Almer2017-11-08
|\
| * h264dec: track the last seen value of x264_buildAnton Khirnov2017-07-26
| * h264dec: export cropping information instead of handling it internallyAnton Khirnov2017-01-12
| * h264dec: be more explicit in handling container croppingAnton Khirnov2017-01-12
* | avcodec/h264dec: export cropping information instead of handling it internallyJames Almer2017-05-26
* | avcodec/h264dec: be more explicit in handling container croppingJames Almer2017-05-26
* | Merge commit 'f1af37b51033ad90e56a8d7dfcc366f2bd9d2fed'Clément Bœsch2017-05-05
|\|
| * h264dec: make ff_h264_decode_init() staticAnton Khirnov2017-01-09
| * h264dec: make sure to only end a field if it has been startedAnton Khirnov2016-12-19
* | h264: revert 1189af429211ac650aac730368a6cf5b23756605.Ronald S. Bultje2017-03-28
* | Merge commit '38efff92f1ef81f3de20ff0460ec7b70c253d714'Clément Bœsch2017-01-24
|\|
| * h264: fix decoding multiple fields per packet with slice threadsAnton Khirnov2016-07-15
| * h264: eliminate decode_postinit()Anton Khirnov2016-07-15
* | avcodec/h264dec: Fix regression with "make fate-h264-attachment-631 THREADS=8"Michael Niedermayer2017-01-24
* | avcodec/h2645: Fix NAL unit paddingMichael Niedermayer2016-08-18
* | Revert "Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'""Timothy Gu2016-08-03
* | Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'"Timothy Gu2016-08-03
* | Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'Timothy Gu2016-08-03
|\|
| * h264: fix the check for mixed IDR/non-IDR slicesAnton Khirnov2016-06-21
* | Merge commit 'b13fc1e344011949929975a3451f78f226aa1de3'Timothy Gu2016-08-03
|\|
| * h264: do not pass H264Context to h264_slice_header_parse()Anton Khirnov2016-06-21
* | avcodec/h264dec: move ff_h264_ps_uninit prototype to h264_ps.hJames Almer2016-08-03
* | Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'James Almer2016-08-01
|\|
| * h264: move the parameter set definitions to a new header fileAnton Khirnov2016-06-21
* | Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch2016-07-29
|\|
| * h264: create a new header for common h264 definitionsAnton Khirnov2016-06-21
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-29
|/
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-21