summaryrefslogtreecommitdiff
path: root/libavcodec/mpegutils.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-1/+1
| | | | | | | | | | Frame counters can overflow relatively easily (INT_MAX number of frames is slightly more than 1 year for 60 fps content), so make sure we use 64 bit values for them. Also deprecate the old 32 bit frame_number attribute. Signed-off-by: Marton Balint <cus@passwd.hu>
* avcodec/mpegutils: Reindent after the previous commitAndreas Rheinhardt2022-10-201-26/+25
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/mpegutils: Return early in ff_draw_horiz_band()Andreas Rheinhardt2022-10-201-8/+10
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/mpegutils: Constify ff_print_debug_info2, ff_draw_horiz_bandAndreas Rheinhardt2022-08-101-5/+6
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/mpegutils: Combine multiple av_log statementsAndreas Rheinhardt2022-08-101-44/+57
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec: remove the unused low_delayLimin Wang2021-09-291-1/+0
| | | | Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avcodec: remove long dead debug_mv codeJames Almer2021-01-251-128/+0
| | | | | | FF_API_DEBUG_MV has been zero since ffmpeg 4.0 Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec: add an AVCodecContext field to signal types of packet, frame, and ↵James Almer2020-02-221-1/+1
| | | | | | | | coded stream side data to export Add an initial mvs flag to is, analog to the export_mvs flags2 one. Signed-off-by: James Almer <jamrial@gmail.com>
* libavcodec: Move ff_print_debug_info2 to mpegutils.cKieran Kunhya2017-12-111-0/+313
|
* Merge commit 'be039278b5ebd8075d90a3508db2aed5adf59e02'Michael Niedermayer2014-03-171-4/+4
| | | | | | | | | | * commit 'be039278b5ebd8075d90a3508db2aed5adf59e02': mpegvideo: move ff_draw_horiz_band() to mpegutils.c Conflicts: libavcodec/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
* mpegvideo: move ff_draw_horiz_band() to mpegutils.cVittorio Giovara2014-03-161-0/+80
Drop the mpegvideo dependency for svq3 in configure.