summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/cfhdenc: use pts instead of frame numberPaul B Mahol2021-02-19
* avcodec/indeo3: add support for more dimensionsPaul B Mahol2021-02-19
* lavc/aarch64: add HEVC sao_band NEONJosh Dekker2021-02-18
* lavc/aarch64: add HEVC idct_dc NEONJosh Dekker2021-02-18
* lavc/aarch64: port HEVC add_residual NEONReimar Döffinger2021-02-18
* lavc/aarch64: port HEVC SIMD idct NEONReimar Döffinger2021-02-18
* avcodec: add initial exr image encoderPaul B Mahol2021-02-18
* lavc/aacdec_template: Fix 7.1 decoding with default strictness.KM2021-02-16
* avcodec/frame_thread_encoder: Use more natural typesAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Reduce amount of code guarded by mutexAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Avoid FIFOAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Avoid allocations of AVFramesAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Avoid creating reference to frameAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Avoid allocations of AVPackets, fix deadlockAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Fix segfault on allocation errorAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Improve type safetyAndreas Rheinhardt2021-02-16
* avcodec/vp8: Move end check into MB loop in vp78_decode_mv_mb_modes()Michael Niedermayer2021-02-16
* avcodec/exr: export any unknown header string variable to metadataPaul B Mahol2021-02-16
* avcodec/exr: refactor GetByteContext usagePaul B Mahol2021-02-16
* avcodec/exr: correctly calculate display windowPaul B Mahol2021-02-16
* avcodec/exr: add multipart supportPaul B Mahol2021-02-16
* avcodec/setts_bsf: add sample rate for expressionsPaul B Mahol2021-02-15
* avcodec/exr: unbreak parsing sample aspect ratioPaul B Mahol2021-02-15
* avcodec/exr: read fps from metadata tooPaul B Mahol2021-02-15
* lavc/pnm: Allow decoding gray float pfm images.Carl Eugen Hoyos2021-02-15
* avcodec/fmvc: avoid copying uninitialized dataMichael Niedermayer2021-02-14
* avcodec/fits: Check gcount and pcount being non negativeMichael Niedermayer2021-02-14
* avcodec/apedec: export bits_per_raw_samplePaul B Mahol2021-02-14
* avcodec/pngenc: remove monowhite from apng formatsPaul B Mahol2021-02-14
* avcodec/mediacodecdec: do not abort when H264/HEVC extradata extraction failssfan52021-02-14
* avcodec/pngdec: fix possible race condition with APNG decodingPaul B Mahol2021-02-13
* avcodec/pnm_parser: Check av_image_get_buffer_size() for failureMichael Niedermayer2021-02-12
* avcodec/dpx: add support for other single component 8bit filesPaul B Mahol2021-02-12
* avcodec/dpx: add float support for single components and rgb(a)Paul B Mahol2021-02-12
* avcodec: add setts bitstream filterPaul B Mahol2021-02-12
* avcodec/hevcdec: fix a return error valueJames Almer2021-02-12
* avcodec/hevcdec: add some missing allocation checksJames Almer2021-02-11
* avcodec/hevcdec: check that the local context list was allocated before deref...James Almer2021-02-11
* avcodec/mpegvideo_motion: Remove unnecessary headersAndreas Rheinhardt2021-02-11
* avcodec/mpegvideo_motion: ReindentationAndreas Rheinhardt2021-02-11
* avcodec/mpegvideo_motion: Improve check to remove dead codeAndreas Rheinhardt2021-02-11
* avcodec/jpeg2000dec: Check atom_size in jp2_find_codestream()Michael Niedermayer2021-02-10
* avcodec/mobiclip: Bound planar prediction valueMichael Niedermayer2021-02-10
* avcodec/jpeglsdec: Fix k=16 in ls_get_code_regular()Michael Niedermayer2021-02-10
* avcodec/hevc_sei: Check payload size in decode_nal_sei_message()Michael Niedermayer2021-02-10
* avcodec/libaomenc: add support for setting arbitrary libaom optionsBohan Li2021-02-10
* avcodec/fitsdec: properly initialize header->data_maxPaul B Mahol2021-02-10
* avcodec: add cri parserPaul B Mahol2021-02-09
* avcodec/argo: fix linesize for RLE? in PAL8 modePaul B Mahol2021-02-09
* avcodec/g722enc: Validate parameters before using themAndreas Rheinhardt2021-02-08