aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegutils.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.