Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-02lavc/h264_ps: always include the stop bit in [s|p]ps->datarcombs
2022-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2022-01-29avcodec/h264_ps: Remove ALLOW_INTERLACED cruftAndreas Rheinhardt
2022-01-26lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMESAnton Khirnov
2020-07-29avcodec/cavsdec, h264*, hevc_parser: Use get_ue_golomb_31 where possibleAndreas Rheinhardt
2020-04-10h264_ps: make the PPS hold a reference to its SPSAnton Khirnov
2020-03-27h264_ps: pass AVCodecContext as void* where possibleAnton Khirnov
2020-03-20h264dec: do not export the chroma sample location immediately on parsing the SPSAnton Khirnov
2020-02-13avcodec/h264_ps: Return error if pps has FMO parametersAndriy Gelman
2020-02-12avcodec/h264_ps: Show VUI and SPS overread messages just once per frame threadMichael Niedermayer
2019-12-31avcodec/h264_ps: Provide more details with "Truncated VUI" MessageMichael Niedermayer
2019-05-12avcodec/h264_ps: Check offset_for_non_ref_pic, offset_for_top_to_bottom_field...Michael Niedermayer
2019-04-25avcodec/h264_ps: use get_se_golomb_long() to parse some sps fieldsJames Almer
2018-06-11avcodec/h264_ps: Move MAX_LOG2_MAX_FRAME_NUM to header so it can be used in h...Michael Niedermayer
2017-11-04h264: Make Truncating SPS/PPS message debug.Kieran Kunhya
2017-05-26avcodec/h264dec: export cropping information instead of handling it internallyJames Almer
2017-04-08Merge commit 'ff9db5cfd14558df9cfcc54d6c062bc34bf1f341'Clément Bœsch
2017-03-31Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch
2017-03-23avcodec/h264_ps: Fix runtime error: signed integer overflow: 2147483647 + 26 ...Michael Niedermayer
2017-03-19Merge commit 'b96f0ab3d29cdd9ea9ddabfb2052f72bf8615661'Clément Bœsch
2017-03-11avcodec/h264_ps: Forward errors from decode_scaling_list()Michael Niedermayer
2017-02-23avcodec/h264_ps: Check chroma_qp_index_offsetMichael Niedermayer
2017-02-21avcodec/h264_ps: Check delta scale for validityMichael Niedermayer
2017-02-20avcodec/h264_ps: Fix runtime error: signed integer overflow: -1094995528 * 2 ...Michael Niedermayer
2016-12-02lavc: Use a stricter check for the color properties valuesVittorio Giovara
2016-11-17Merge commit 'a8cbe5a0ccebf60a8a8b0aba5d5716dd54c1595c'Hendrik Leppkes
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-08-17h264: Kill broken disabled cruftDiego Biurrun
2016-08-01Merge commit '70b1dcef2d859ae6b3e21d61de928c3dd0cf1aa4'James Almer
2016-08-01Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'James Almer
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2016-07-24lavc/h264_ps: Be more verbose when truncating likely oversized PPS.Carl Eugen Hoyos
2016-07-11h264_ps: export actual height in MBs as SPS.mb_heightAnton Khirnov
2016-07-09Merge commit 'a833ff68f6bf9dc72c3ef0ddf830ebed743c0703'Clément Bœsch
2016-06-30h264: make H264ParamSets sps constBenoit Fouet
2016-06-30h264: straighten dimensions check ff_h264_decode_seq_parameter_setBenoit Fouet
2016-06-30h264_ps: change decode_scaling_matrices so that it takes const {s,p}psBenoit Fouet
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-21h264: tighten the valid range for ref_frame_countAnton Khirnov
2016-06-21h264: move the parameter set definitions to a new header fileAnton Khirnov
2016-06-21h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov
2016-06-20lavc/h264_ps: add ff_h264_ps_uninit and use itMatthieu Bouron
2016-06-12h264: Fix decoding delay for Intra only streamsAnton Mitrofanov
2016-06-12Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Merge commit 'add1467e5e447b79e8743a0b05c54dcf58c61dfe'Derek Buitenhuis
2016-04-24Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'Derek Buitenhuis
2016-04-24h264: decouple h264_ps from the h264 decoderAnton Khirnov
2016-03-28svq3: drop the build dependency on the h264 decoderAnton Khirnov
2016-03-25lavc: Deduplicate zigzag_scan tableDiego Biurrun