summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/vp9: Don't free buffer known to be NULLAndreas Rheinhardt2021-09-04
* avcodec/vp9: Check initializing conditions/mutexesAndreas Rheinhardt2021-09-04
* avcodec/pthread_frame: Move (init|free)_pthread() to pthread.cAndreas Rheinhardt2021-09-04
* avcodec/vp9: Do not destroy uninitialized mutexes/conditionsAndreas Rheinhardt2021-09-04
* avcodec/h264_levels, h265_profile_level: Avoid relocationsAndreas Rheinhardt2021-09-04
* avcodec/interplayacm: fix draining and last frame number of samplesPaul B Mahol2021-09-04
* avcodec/wmaprodec: unbreak old xma2 decodingPaul B Mahol2021-09-03
* avcodec/libdav1d: fix compilation after recent libdav1d API changesJames Almer2021-09-03
* avcodec/wmaprodec: improve flushing for >2 channels in XMAPaul B Mahol2021-09-03
* avcodec/wmaprodec: improve xma2 extradata parsingPaul B Mahol2021-09-03
* avcodec/pnm_parser: add support for PFM parsingPaul B Mahol2021-09-03
* avcodec/wmaprodec: unbreak xma >2 channel decoding after last changePaul B Mahol2021-09-03
* avcodec/pictordec: Optimize more odd cases for picmemset()Michael Niedermayer2021-09-02
* avcodec/avcodec: Allow up to seven codec ids per parserAndreas Rheinhardt2021-09-02
* avcodec/mlpenc: add support for 24bit encodingPaul B Mahol2021-09-02
* avcodec/wmaprodec: add gapless supportPaul B Mahol2021-09-02
* avcodec/libx265: add support for setting chroma sample locationJan Ekström2021-09-01
* avcodec/mlpdec: reset lossless crc checking when stream endsPaul B Mahol2021-08-31
* avcodec/mlpenc: fix encoding last samples when not within full intervalPaul B Mahol2021-08-31
* avcodec/tiff_common: Fix AVBPrint error checksAndreas Rheinhardt2021-08-30
* avcodec/libx265: only call av_pix_fmt_desc_get once in initJan Ekström2021-08-29
* avcodec/libx264: add support for setting chroma sample locationJan Ekström2021-08-29
* avcodec/mlpdec: add flush supportPaul B Mahol2021-08-29
* avcodec/mjpegbdec: Skip SOS on AVDISCARD_ALL as does mjpegMichael Niedermayer2021-08-28
* avcodec/mjpegdec: Check for bits left in mjpeg_decode_scan_progressive_ac()Michael Niedermayer2021-08-28
* avcodec/wmaprodec: return value check for init_get_bitsmaryam ebrahimzadeh2021-08-28
* h274: remove optimization pragmaLynne2021-08-28
* avcodec/vc1dec: return value check for init_get_bitsmaryam ebrahimzadeh2021-08-26
* avcodec/wmadec: handle run_level_decode errorStéphane Cerveau2021-08-26
* avcodec/wma: Return specific error codeOlivier Crête2021-08-26
* avcodec/vp6: return value check for init_get_bitsmaryam ebrahimzadeh2021-08-26
* avcodec/bsf: Avoid allocation for AVBSFInternalAndreas Rheinhardt2021-08-25
* avcodec/codec: Reorder elements to make AVCodec smallerAndreas Rheinhardt2021-08-25
* avcodec/h264_slice: don't allocate film grain buffers when using hwaccelJames Almer2021-08-25
* avcodec/dnxhddec: ignore second flag for encoded fieldPaul B Mahol2021-08-25
* arm: hevc_qpel: Fix the assembly to work with non-multiple of 8 widthsMartin Storsjö2021-08-25
* avcodec/jpeg2000_parser: Fix skipping of JP2 info markers by correctly readin...Shaun Simpson2021-08-25
* avcodec/jpeg2000_parser: Fix parsing of tile-part headerShaun Simpson2021-08-25
* avcodec/h264dec: fix possible out-of-bounds array accessNiklas Haas2021-08-25
* avcodec/h264_slice: signal the presence of Film Grain in the decoder contextJames Almer2021-08-24
* avcodec/av1: signal the presence of Film Grain in the decoder contextJames Almer2021-08-24
* avcodec/libdav1d: signal the presence of Film Grain in the decoder contextJames Almer2021-08-24
* avcodec: add a Film Grain codec property flagJames Almer2021-08-24
* avcodec/pthread_frame: also keep AVCodecContext.properties in sync between th...James Almer2021-08-24
* avcodec/h264dec: apply H.274 film grainNiklas Haas2021-08-24
* avcodec/h274: add film grain synthesis routineNiklas Haas2021-08-24
* avcodec/h264_slice: compute and export film grain seedNiklas Haas2021-08-24
* avcodec/libaomenc: use ctx->usage to get default cfgJames Zern2021-08-23
* avcodec/av1_frame_merge_bsf: Passthrough pos in case of no timestampsAndreas Rheinhardt2021-08-23
* avcodec/webp: Check available space in loop in decode_entropy_coded_image()Michael Niedermayer2021-08-22