| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -1/+1 |
* | avcodec/h264: support sps/pps AV_PKT_DATA_NEW_EXTRADATA | Oliver Woodman | 2020-07-06 | 1 | -7/+6 |
* | avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lable | Limin Wang | 2020-06-13 | 1 | -43/+17 |
* | avcodec/h264dec: store count of the tables into const variable for long lines | Limin Wang | 2020-06-13 | 1 | -3/+5 |
* | avcodec/h264dec: cosmetics | Limin Wang | 2020-06-13 | 1 | -2/+1 |
* | avcodec/h264dec: Disable forced small_padding on flag2 fast | Michael Niedermayer | 2020-06-02 | 1 | -1/+1 |
* | avcodec/h264dec: Add FF_CODEC_CAP_INIT_CLEANUP | Limin Wang | 2020-05-27 | 1 | -3/+1 |
* | h264dec: support exporting QP tables through the AVVideoEncParams API | Anton Khirnov | 2020-05-25 | 1 | -0/+45 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | h264dec: do not set picture_structure on init | Anton Khirnov | 2020-04-10 | 1 | -1/+0 |
* | h264dec: rename flush_dpb() | Anton Khirnov | 2020-04-10 | 1 | -3/+2 |
* | h264_ps: make the PPS hold a reference to its SPS | Anton Khirnov | 2020-04-10 | 1 | -3/+1 |
* | h264dec: do not abort if decoding extradata fails | Anton Khirnov | 2020-04-10 | 1 | -4/+10 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -29/+9 |
* | lavc: replace AVCodecInternal.allocate_progress with an internal cap | Anton Khirnov | 2020-04-10 | 1 | -3/+2 |
* | h264dec: do not export the chroma sample location immediately on parsing the SPS | Anton Khirnov | 2020-03-20 | 1 | -2/+0 |
* | libavcodec, libpostproc: Remove outcommented START/STOP_TIMER | Andreas Rheinhardt | 2020-03-14 | 1 | -1/+0 |
* | avcodec/h264: Fix poc_lsb in open gop context | Nicolas Gaullier | 2019-09-10 | 1 | -1/+1 |
* | avcodec/h264dec: set AVFrame decode_error_flags in case of decoding error | Amir Pauker | 2019-07-07 | 1 | -0/+5 |
* | h2645_parse: Make ff_h2645_packet_split reference-compatible | Andreas Rheinhardt | 2019-01-23 | 1 | -2/+2 |
* | lavc/h264dec: don't error out when receiving multiple IDR slices | Josh de Kock | 2018-10-26 | 1 | -5/+0 |
* | avcodec/h264dec: remove unnecessary checks in h264_decode_frame | Zhao Zhili | 2018-09-07 | 1 | -1/+1 |
* | avcodec/h264dec: check number of SPS in is_extra | Zhao Zhili | 2018-09-07 | 1 | -0/+2 |
* | h264: Support multi-field closed captions by using AVBufferRef and not resett... | Kieran Kunhya | 2018-08-17 | 1 | -2/+3 |
* | lavc/videotoolbox: fix threaded decoding | Rodger Combs | 2018-03-08 | 1 | -3/+0 |
* | h264: add AVOption to set x264_build default | wm4 | 2017-12-26 | 1 | -1/+1 |
* | h264dec: Remove mpeg4video.h header dependency | Kieran Kunhya | 2017-12-11 | 1 | -1/+0 |
* | avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fields | James Almer | 2017-12-01 | 1 | -1/+1 |
* | lavc: Add hardware config metadata for decoders supporting hardware output | Mark Thompson | 2017-11-26 | 1 | -0/+25 |
* | avcodec/h264: implement new decode_params callback for PPS/SPS | Aman Gupta | 2017-11-13 | 1 | -0/+16 |
* | avcodec/h264, videotoolbox: return AVERROR_INVALIDDATA when no frames are pro... | Aman Gupta | 2017-11-13 | 1 | -1/+1 |
* | Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4' | James Almer | 2017-11-08 | 1 | -0/+1 |
|\ |
|
| * | h264dec: track the last seen value of x264_build | Anton Khirnov | 2017-07-26 | 1 | -0/+1 |
* | | Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68' | James Almer | 2017-10-23 | 1 | -27/+1 |
|\| |
|
* | | Merge commit '5182a28b5de060c51c21b36053ab205bfbbbbe31' | James Almer | 2017-10-23 | 1 | -5/+0 |
|\| |
|
* | | Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33' | James Almer | 2017-10-21 | 1 | -21/+0 |
|\| |
|
| * | h264dec: initialize field_started to 0 on each decode call | Anton Khirnov | 2017-03-12 | 1 | -0/+1 |
* | | Merge commit '248dc5c1646dcdd96fe79761105c4ae889e711fd' | James Almer | 2017-10-03 | 1 | -1/+1 |
|\| |
|
| * | h264dec: fix dropped initial SEI recovery point | John Stebbins | 2017-02-24 | 1 | -1/+1 |
| * | golomb: Convert to the new bitstream reader | Diego Biurrun | 2017-01-31 | 1 | -1/+1 |
| * | h264dec: export cropping information instead of handling it internally | Anton Khirnov | 2017-01-12 | 1 | -23/+3 |
| * | h264dec: be more explicit in handling container cropping | Anton Khirnov | 2017-01-12 | 1 | -0/+3 |
* | | h264dec: remove unneeded prototype | Rafaël Carré | 2017-07-07 | 1 | -2/+0 |
* | | avcodec/h264dec: export cropping information instead of handling it internally | James Almer | 2017-05-26 | 1 | -12/+1 |
* | | avcodec/h264dec: be more explicit in handling container cropping | James Almer | 2017-05-26 | 1 | -0/+3 |
* | | Merge commit 'f1af37b51033ad90e56a8d7dfcc366f2bd9d2fed' | Clément Bœsch | 2017-05-05 | 1 | -3/+3 |
|\| |
|
| * | h264dec: make ff_h264_decode_init() static | Anton Khirnov | 2017-01-09 | 1 | -2/+2 |
| * | h264dec: make sure to only end a field if it has been started | Anton Khirnov | 2016-12-19 | 1 | -1/+2 |
| * | pthread_frame: ensure the threads don't run simultaneously with hwaccel | Anton Khirnov | 2016-12-19 | 1 | -1/+1 |
| * | h264dec: support broken files with mp4 extradata/annex b data | Anton Khirnov | 2016-10-02 | 1 | -1/+18 |