summaryrefslogtreecommitdiff
path: root/libavcodec/mpegutils.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-1/+1
* avcodec/mpegutils: Reindent after the previous commitAndreas Rheinhardt2022-10-201-26/+25
* avcodec/mpegutils: Return early in ff_draw_horiz_band()Andreas Rheinhardt2022-10-201-8/+10
* avcodec/mpegutils: Constify ff_print_debug_info2, ff_draw_horiz_bandAndreas Rheinhardt2022-08-101-5/+6
* avcodec/mpegutils: Combine multiple av_log statementsAndreas Rheinhardt2022-08-101-44/+57
* avcodec: remove the unused low_delayLimin Wang2021-09-291-1/+0
* avcodec: remove long dead debug_mv codeJames Almer2021-01-251-128/+0
* avcodec: add an AVCodecContext field to signal types of packet, frame, and co...James Almer2020-02-221-1/+1
* libavcodec: Move ff_print_debug_info2 to mpegutils.cKieran Kunhya2017-12-111-0/+313
* Merge commit 'be039278b5ebd8075d90a3508db2aed5adf59e02'Michael Niedermayer2014-03-171-4/+4
* mpegvideo: move ff_draw_horiz_band() to mpegutils.cVittorio Giovara2014-03-161-0/+80