summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/avcodec: Avoid redundant copies of options in avcodec_open2Andreas Rheinhardt2021-06-08
* avcodec/frame_thread_encoder: Remove redundant memcpyAndreas Rheinhardt2021-06-08
* avcodec/frame_thread_encoder: Avoid dictionariesAndreas Rheinhardt2021-06-08
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/internal: Remove outdated documentation of ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/omx: Zero packet paddingAndreas Rheinhardt2021-06-08
* avcodec/omx: ReindentationAndreas Rheinhardt2021-06-08
* avcodec/omx: Remove remnants of old preallocated buffersAndreas Rheinhardt2021-06-08
* avcodec/dvenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-06-08
* avcodec/nvenc: add option to disable all extra SEI dataTimo Rothenpieler2021-06-06
* avcodec/nvenc: extract sei data prep into own functionTimo Rothenpieler2021-06-04
* avcodec/nvenc: write out user data unregistered SEIBrad Hards2021-06-04
* avcodec/nvenc: use persistent sei data bufferBrad Hards2021-06-04
* libavcodec/mips: Fix fate errors reported by clangJin Bo2021-06-03
* libavcodec/mips: Fix build errors reported by clangJin Bo2021-06-03