summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mpegvideo: Fix crash when using lowres with 10bit MPEG-4Andreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Fix off-by-one error when decoding >8 bit MPEG-4Andreas Rheinhardt2022-01-29
* avcodec/mpegvideo_enc: Don't hardcode list of codecs supporting bframesAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo_enc: Localize check for invalid number of b-framesAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Move frame_rate_index to (Mpeg1|MPEG12Enc)ContextAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo_enc: Move H.263p? encoders to ituh263enc.cAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo_enc: Move msmpeg4/wmv1 encoders to msmpeg4enc.cAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Move gop_picture_number to MPEG12EncContextAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo_enc: Don't sync gop_picture_number among slice threadsAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Move timecode_frame_start to Mpeg1ContextAndreas Rheinhardt2022-01-29
* avcodec/mpegvideo: Move aspect_ratio_info to Mpeg1ContextAndreas Rheinhardt2022-01-29
* avcodec/mpeg4videodec: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-29
* avcodec/ituh263dec: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-29
* avcodec/ituh263enc: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-29
* avcodec/mpeg4videoenc: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-29
* avcodec/mpeg12enc: Reindent after the previous commitAndreas Rheinhardt2022-01-29
* avcodec/mpeg12enc: Return early if no Sequence Header is writtenAndreas Rheinhardt2022-01-29
* avcodec/mpeg12enc: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-29
* avcodec/ituh263enc: Use stack variable for custom_pcfAndreas Rheinhardt2022-01-29
* avcodec/mpeg4?video: Move vo_type to Mpeg4DecContextAndreas Rheinhardt2022-01-29
* avcodec/mpeg4videodec: Keep vo_type in sync between threadsAndreas Rheinhardt2022-01-29
* avcodec/mpeg4videoenc: Use stack variable for vo_typeAndreas Rheinhardt2022-01-29
* avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt2022-01-29
* avcodec/h263: Remove declaration for inexistent functionAndreas Rheinhardt2022-01-29
* avcodec/jpeg2000dec: Move preparations to main thread, fix raceAndreas Rheinhardt2022-01-29
* lavc/qsvdec: export AVFilmGrainParams side dataHaihao Xiang2022-01-29
* lavc/qsvdec: track the runtime session versionHaihao Xiang2022-01-29
* lavc/qsv: allow to add more parameter buffers to QSV frameHaihao Xiang2022-01-29
* lavc/qsvenc: add tile encoding support for VP9Haihao Xiang2022-01-29
* libavcodec/vaapi_decode: fix the problem that init_pool_size < nb_surfaceWenbin Chen2022-01-29
* libavcodec/qsvenc: Add intra refresh to hevc_qsv and add new intra refresh pa...Wenbin Chen2022-01-27
* libavcodec/qsvenc: Add b_strategy option to hevc_qsvWenbin Chen2022-01-27
* libavcodec/qsvenc: Add max slice size support to hevc_qsvWenbin Chen2022-01-27
* avcodec/h264data: Add missing rational.h inclusionAndreas Rheinhardt2022-01-27
* avcodec/h264_parse: Move ff_h264_get_profile() to h264_ps.hAndreas Rheinhardt2022-01-26
* avcodec/h264_*: Remove unnecessary internal.h inclusionsAndreas Rheinhardt2022-01-26
* avcodec/h264dec: Remove unnecessary headersAndreas Rheinhardt2022-01-26
* avcodec/h264*: Remove unnecessary h264_mvpred.h inclusionsAndreas Rheinhardt2022-01-26
* lavc/svq3: stop including h264dec.hAnton Khirnov2022-01-26
* lavc/x86/h264_qpel: stop unnecessarily including h264decAnton Khirnov2022-01-26
* lavc/vdpau: stop unnecessarily including h264decAnton Khirnov2022-01-26
* lavc/h264: move MB_TYPE defs from h264dec.h to h264_parseAnton Khirnov2022-01-26
* lavc/h264_parse: stop including h264dec.hAnton Khirnov2022-01-26
* lavc/h264data.h: stop including h264dec.hAnton Khirnov2022-01-26
* lavc/h264: move some shared code from h264dec to h264_parseAnton Khirnov2022-01-26
* lavc/h264_parser: add missing headersAnton Khirnov2022-01-26
* lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMESAnton Khirnov2022-01-26
* lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriateAnton Khirnov2022-01-26
* lavc/h264dec.h: Move MMCOOpcode to h264_parse.hAnton Khirnov2022-01-26
* lavc/h264: replace MAX_MMCO_COUNT with H264_MAX_MMCO_COUNTAnton Khirnov2022-01-26