summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mjpegdec: Try to continue decoding on zero quant matrix valueAndriy Gelman2021-07-05
* avcodec/setts_bsf: add a NOPTS constantJames Almer2021-07-04
* avcodec/setts_bsf: actually store the current packet's timestamps to be usabl...James Almer2021-07-04
* avcodec/bsf: switch to av_get_token to parse bsf list stringGyan Doshi2021-07-04
* avcodec/lpc: check for zero err in normalization in compute_lpc_coefs()Michael Niedermayer2021-07-03
* avcodec/j2kenc: Check for av_strtok() failureMichael Niedermayer2021-07-03
* qsvenc_hevc: allow user set more coding optionsHaihao Xiang2021-07-02
* avcodec/cpia: Fix missing src_size updateMichael Niedermayer2021-06-29
* avcodec/exr: Better size checksMichael Niedermayer2021-06-29
* avcodec/clearvideo: Check tile_size to be not too largeMichael Niedermayer2021-06-29
* avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration ...Michael Niedermayer2021-06-29
* avcodec/h264_metadata_bsf: Allow zeroing constraint_set4_flag and constraint_...Derek Buitenhuis2021-06-29
* lavc: fix and extend AVCodecContext.get_format doxyAnton Khirnov2021-06-26
* avcodec/libx264: Separate headers not supported in AVC-Intra modeLimin Wang2021-06-25
* avcodec/libx264: Add support for Sony XAVC Class 300 and 480Limin Wang2021-06-25
* avcodec: Pass HDR10+ metadata to packet side data in VP9 encoderMohammad Izadi2021-06-24
* avcodec/crystalhd: signal that the decoder sets all output frame propertiesJames Almer2021-06-21
* avcodec/cuviddec: signal that the decoder sets all output frame propertiesJames Almer2021-06-21
* avcodec/cuviddec: remove unused AVCodec.decode() callbackJames Almer2021-06-21
* avcodec/decode: reindent after the previous commitJames Almer2021-06-21
* avcodec/decode: add an internal codec flag to signal a decoder sets all outpu...James Almer2021-06-21
* avcodec/decode: fetch packets from the pkt_props FIFO on every frame returnedJames Almer2021-06-21
* avcodec/hevc_sei: Use get_bits_long() for time_offset_valueMichael Niedermayer2021-06-20
* lavc/qsvdec: fix ptsHaihao Xiang2021-06-20
* avcodec/ccaption_dec: Make real-time latency configurablePavel Koshevoy2021-06-18
* avcodec/iff: Only write palette to plane 1 if its PAL8Michael Niedermayer2021-06-18
* lavc/libvpxenc: Show encoder config as a warning in case of failed initializa...Matthieu Patou2021-06-14
* lavc/libaomenc: Show encoder config as a warning in case of failed initializa...Matthieu Patou2021-06-14
* lavc/videotoolboxenc.c: Fix preprocessor macro for OSX 10.10.5 and probably o...Thilo Borgmann2021-06-14
* avcodec/faxcompr: Check available bits in decode_uncompressed()Michael Niedermayer2021-06-12
* avcodec/faxcompr: Check if bits are available before reading in cmode == 9 ||...Michael Niedermayer2021-06-12
* avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bitMichael Niedermayer2021-06-12
* avcodec/ttadata: Add sentinel at the end of ff_tta_shift_1Michael Niedermayer2021-06-12
* avcodec/cuviddec: correctly set key_frame with interlaced contentstuhlo2021-06-11
* lavc/get_bits: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavc/hevc_sei: include buffer.h explicitlyAnton Khirnov2021-06-10
* lavc/mlp_parse: add required includes explicitlyAnton Khirnov2021-06-10
* lavc/dolby_e_parser: #include avcodec.h explicitlyAnton Khirnov2021-06-10
* lavc/cbs_internal: clean up headersAnton Khirnov2021-06-10
* lavc/cbs: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavc/cbs_bsf.h: explicitly #include all required headersAnton Khirnov2021-06-10
* lavc: move av_get_profile_name() from avcodec.h to codec.hAnton Khirnov2021-06-10
* lavc: move av_get_audio_frame_duration2() from avcodec.h to codec_par.hAnton Khirnov2021-06-10
* lavc: move av_get_pcm_codec() from avcodec.h to codec_id.hAnton Khirnov2021-06-10
* lavc: move avcodec_profile_name() from avcodec.h to codec_id.hAnton Khirnov2021-06-10
* lavc: move av_get_[exact_]bits_per_sample() to codec_id.hAnton Khirnov2021-06-10
* lavc: move small misc definitions into a separate headerAnton Khirnov2021-06-10
* avcodec/dpx: fix off by 1 in bits_per_color checkMichael Niedermayer2021-06-08
* avcodec/vc2enc: Check for non negative slice boundsMichael Niedermayer2021-06-08
* avcodec/avcodec: Don't free options on failure in avcodec_open2()Andreas Rheinhardt2021-06-08