1553 Commits (727cac88b8c4b1facd93a3c863ef7e7072feda36)

Author SHA1 Message Date
James Almer d3bedba97f avcodec/decode: remove ff_decode_bsfs_uninit() 5 years ago
Limin Wang 79e3c4dd74 avcodec/utils: simplify, remove duplicate code 5 years ago
Mark Thompson 2594f6a362 lavc: Rename hwaccel.h to hwconfig.h 5 years ago
Anton Khirnov 9d6785d426 lavc: do not implicitly share the frame pool between threads 5 years ago
Nicolas Gaullier 42271f8e18 avcodec/utils: Fix ff_add_cpb_side_data() add twice 5 years ago
Paul B Mahol c6bbdba9cd avcodec: add derf dpcm decoder 5 years ago
James Almer c666689491 avcodec: add an AVCodecContext field to signal types of packet, frame, and coded stream side data to export 5 years ago
Paul B Mahol dfb0b9370d avcodec: fix pcm zork decoder 5 years ago
leozhang 81d25e5bfc avcodec/utils: remove extra brackets 5 years ago
Limin Wang 8a62d88b0e avcodec/utils: replace avctx->internal with avci for better readability 5 years ago
Carl Eugen Hoyos 96fab29e96 Silence "string-plus-int" warning shown by clang. 5 years ago
Zhao Zhili f78dc66089 avcodec/utils: remove access of AV_SAMPLE_FMT_NB 5 years ago
Linjie Fu 7aef2f59b5 lavc/utils.c: fix code indentations 5 years ago
Michael Niedermayer f011572e66 avcodec/utils: Check block_align 5 years ago
Michael Niedermayer 75fefb1fb7 avcodec/utils: Check sample_rate before opening the decoder 5 years ago
Michael Niedermayer 95e5396919 avcodec/utils: Optimize ff_color_frame() using memcpy() 5 years ago
Michael Niedermayer 340ab13504 avcodec/utils: Use av_memcpy_backptr() in ff_color_frame() 5 years ago
Michael Niedermayer 83f2555e5f avcodec/utils: Check channels fully earlier 5 years ago
Michael Niedermayer 61b055bed0 libavcodec/utils: Free threads on init failure 5 years ago
Michael Niedermayer 923d5c489f avcodec/utils: fix leak of subtitle_header on error path 6 years ago
Michael Niedermayer 8df6884832 avcodec/utils: Check close before calling it 6 years ago
James Zern b1febda061 avcodec/utils, avcodec_open2: close codec on failure 6 years ago
Michael Niedermayer d33414d2ad avcodec/utils: Check bits_per_coded_sample 6 years ago
Paul B Mahol a367a932d3 avcodec/utils: remove commented out obsolete code 6 years ago
Paul B Mahol 3601eb0474 avcodec: add g732_1 parser 6 years ago
Martin Vignali e53901ba5e avcodec/utils : add ff_int_from_list_or_default func 6 years ago
Martin Vignali a87ca4bbca avcodec/utils : add YUVA444P12 and YUVA422P12 to pixfmt who need height padding in avcodec_align_dimensions2 6 years ago
Cameron Cawley 22238d0b94 avcodec: Implement Archimedes VIDC encoder/decoder 6 years ago
James Almer ad99cbc9b3 decode: flush the internal bsfs instead of constantly reinitalizing them 7 years ago
James Almer 94fe138de0 avcodec/decode: flush the internal bsfs instead of constantly reinitalizing them 7 years ago
Marton Balint 5982078e8d avcodec/utils: report insane channel count errors 7 years ago
Rostislav Pehlivanov 755e618399 lavc: implement an ATRAC9 decoder 7 years ago
Michael Niedermayer 544324827e avcodec/utils: Enforce minimum width also for VP5/6 7 years ago
Josh de Kock 7e8eba2d87 lavc: add new API for iterating codecs and codec parsers 7 years ago
Muhammad Faiz caa4bd7a9f avcodec/me_cmp: remove ff_me_cmp_init_static() 7 years ago
Michael Niedermayer 860d991fcd avcodec/utils: Avoid hardcoding duplicated types in sizeof() 7 years ago
James Almer 9ed4ebc530 avcodec/util: use a mutex instead of atomics in avcodec_register() 7 years ago
wm4 4ed66517c6 lavc: remove complex debug code around avcodec init locking 7 years ago
wm4 86a13bf2ff lavc, lavf: move avformat static mutex from avcodec to avformat 7 years ago
wm4 a04c2c707d lavc: replace and deprecate the lock manager 7 years ago
Mark Thompson e2d575543c lavc: Deprecate av_hwaccel_next() and av_register_hwaccel() 7 years ago
Mark Thompson 720cf4e6e7 lavc: Add codec metadata to indicate hardware support 7 years ago
Hendrik Leppkes fd542b6f20 Revert "libavcodec/utils.c: simplify avcodec locking with atomics" 7 years ago
Mark Thompson 3536a3efb9 lavc: Deprecate av_hwaccel_next() and av_register_hwaccel() 7 years ago
Mark Thompson 24cc0a53e9 lavc: Add codec metadata to indicate hardware support 7 years ago
Rostislav Pehlivanov 590136e78d libavcodec/utils.c: simplify avcodec locking with atomics 7 years ago
Rostislav Pehlivanov 3154f4417a lavc/utils.c: use C11 atomics for entangled thread handling 7 years ago
James Almer c4131a0613 avcodec: deprecate getters and setters for AVCodecContext and AVCodec fields 7 years ago
Aleksandr Slobodeniuk 85af60df89 avcodec: fix wrong duration of packets (dvd, bluray) 7 years ago
James Almer eb5f846339 avcodec: drop deprecated vismv option 7 years ago