| Commit message (Expand) | Author | Age | Files | Lines |
| * | avcodec/utils: Only call codec->close if init has been called | Andreas Rheinhardt | 2020-09-29 | 1 | -2/+3 |
| * | avcodec/decode: use a packet list to store packet properties | James Almer | 2020-09-15 | 1 | -0/+3 |
| * | avcodec/utils: make the src paramater for ff_thread_ref_frame const | James Almer | 2020-09-11 | 1 | -1/+1 |
| * | fftools, libavcodec, libavfilter: Add const to some AVCodec * | Andreas Rheinhardt | 2020-09-11 | 1 | -2/+2 |
| * | avcodec: add FastAudio decoder | Paul B Mahol | 2020-09-03 | 1 | -0/+2 |
| * | avcodec: add ADPCM IMA MOFLEX decoder | Paul B Mahol | 2020-09-03 | 1 | -0/+2 |
| * | avcodec/utils: calculate frame number of HEVC if the framerate > 30FPS | Limin Wang | 2020-08-16 | 1 | -1/+12 |
| * | avcodec: move ff_alloc_a53_sei() to atsc_53 | James Almer | 2020-08-15 | 1 | -43/+0 |
| * | avcodec: add adpcm_argo encoder | Zane van Iperen | 2020-08-07 | 1 | -0/+1 |
| * | avcodec: add adpcm_ima_apm encoder | Zane van Iperen | 2020-07-21 | 1 | -0/+1 |
| * | avcodec/utils: add ff_alloc_timecode_sei() for hevc timecode sei | Limin Wang | 2020-06-28 | 1 | -0/+63 |
| * | avcodec/encode: restructure the old encode API | James Almer | 2020-06-18 | 1 | -2/+6 |
| * | avcodec/encode: restructure the core encoding code | James Almer | 2020-06-18 | 1 | -3/+7 |
| * | avcodec: add adpcm_ima_ssi encoder | Zane van Iperen | 2020-05-27 | 1 | -0/+1 |
| * | avcodec: move avcodec_flush_buffers from decode.c to utils.c | James Almer | 2020-05-24 | 1 | -0/+44 |
| * | avcodec/decode: remove ff_decode_bsfs_uninit() | James Almer | 2020-05-21 | 1 | -2/+2 |
| * | avcodec/utils: simplify, remove duplicate code | Limin Wang | 2020-05-05 | 1 | -26/+3 |
| * | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
| * | lavc: do not implicitly share the frame pool between threads | Anton Khirnov | 2020-04-10 | 1 | -11/+2 |
| * | avcodec/utils: Fix ff_add_cpb_side_data() add twice | Nicolas Gaullier | 2020-03-20 | 1 | -0/+5 |
| * | avcodec: add derf dpcm decoder | Paul B Mahol | 2020-03-17 | 1 | -0/+1 |
| * | avcodec: add an AVCodecContext field to signal types of packet, frame, and co... | James Almer | 2020-02-22 | 1 | -0/+3 |
| * | avcodec: fix pcm zork decoder | Paul B Mahol | 2020-02-16 | 1 | -1/+0 |
| * | avcodec/utils: remove extra brackets | leozhang | 2020-02-01 | 1 | -2/+2 |
| * | avcodec/utils: replace avctx->internal with avci for better readability | Limin Wang | 2020-01-10 | 1 | -30/+33 |
| * | Silence "string-plus-int" warning shown by clang. | Carl Eugen Hoyos | 2020-01-06 | 1 | -1/+1 |
| * | avcodec/utils: remove access of AV_SAMPLE_FMT_NB | Zhao Zhili | 2019-12-31 | 1 | -2/+2 |
| * | lavc/utils.c: fix code indentations | Linjie Fu | 2019-12-12 | 1 | -6/+6 |
| * | avcodec/utils: Check block_align | Michael Niedermayer | 2019-11-01 | 1 | -0/+5 |
| * | avcodec/utils: Check sample_rate before opening the decoder | Michael Niedermayer | 2019-09-30 | 1 | -0/+5 |
| * | avcodec/utils: Optimize ff_color_frame() using memcpy() | Michael Niedermayer | 2019-09-24 | 1 | -6/+12 |
| * | avcodec/utils: Use av_memcpy_backptr() in ff_color_frame() | Michael Niedermayer | 2019-09-24 | 1 | -3/+3 |
| * | avcodec/utils: Check channels fully earlier | Michael Niedermayer | 2019-09-20 | 1 | -2/+2 |
| * | libavcodec/utils: Free threads on init failure | Michael Niedermayer | 2019-09-16 | 1 | -0/+3 |
| * | avcodec/utils: fix leak of subtitle_header on error path | Michael Niedermayer | 2019-07-25 | 1 | -0/+1 |
| * | avcodec/utils: Check close before calling it | Michael Niedermayer | 2019-07-21 | 1 | -1/+1 |
| * | avcodec/utils, avcodec_open2: close codec on failure | James Zern | 2019-07-10 | 1 | -1/+4 |
| * | avcodec/utils: Check bits_per_coded_sample | Michael Niedermayer | 2019-06-26 | 1 | -0/+4 |
| * | avcodec/utils: remove commented out obsolete code | Paul B Mahol | 2019-03-03 | 1 | -2/+0 |
| * | avcodec: add g732_1 parser | Paul B Mahol | 2018-12-23 | 1 | -2/+0 |
| * | avcodec/utils : add ff_int_from_list_or_default func | Martin Vignali | 2018-12-04 | 1 | -0/+19 |
| * | avcodec/utils : add YUVA444P12 and YUVA422P12 to pixfmt who need height paddi... | Martin Vignali | 2018-12-02 | 1 | -0/+4 |
| * | avcodec: Implement Archimedes VIDC encoder/decoder | Cameron Cawley | 2018-10-26 | 1 | -0/+1 |
| * | avcodec/decode: flush the internal bsfs instead of constantly reinitalizing them | James Almer | 2018-08-16 | 1 | -0/+7 |
| * | avcodec/utils: report insane channel count errors | Marton Balint | 2018-07-13 | 1 | -0/+1 |
| * | lavc: implement an ATRAC9 decoder | Rostislav Pehlivanov | 2018-07-03 | 1 | -0/+1 |
| * | avcodec/utils: Enforce minimum width also for VP5/6 | Michael Niedermayer | 2018-04-13 | 1 | -1/+4 |
| * | lavc: add new API for iterating codecs and codec parsers | Josh de Kock | 2018-02-06 | 1 | -99/+0 |
| * | avcodec/me_cmp: remove ff_me_cmp_init_static() | Muhammad Faiz | 2018-02-05 | 1 | -13/+0 |
| * | avcodec/utils: Avoid hardcoding duplicated types in sizeof() | Michael Niedermayer | 2018-01-12 | 1 | -2/+2 |