summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec: [loongarch] optimize get_cabac.Shiyou Yin2021-12-01
* avcodec/vaapi_encode: Fix segfault upon closing uninitialized encoderAndreas Rheinhardt2021-12-01
* avcodec/qsvenc: Properly flush the FIFO on closeAndreas Rheinhardt2021-11-30
* avcodec/qsvenc: Fix leak of A53 dataAndreas Rheinhardt2021-11-30
* avcodec/qsvenc: Fix leak and crash when encoding H.264 due to A53_CCAndreas Rheinhardt2021-11-30
* avcodec/iff: limit written bytes to twice the output array size in decode_de...Michael Niedermayer2021-11-29
* avcodec/vqavideo: Use GetByteContext and check for endMichael Niedermayer2021-11-29
* avcodec/videotoolbox: silence some -Wimplicit-fallthrough warningsJames Almer2021-11-28
* lavc/videotoolbox: fix build on pre-10.14 SDKsrcombs2021-11-28
* lavc: bump minor version for new VT hwaccelsrcombs2021-11-28
* lavc/proresdec: add videotoolbox hwaccelrcombs2021-11-28
* lavc/proresdec: add scaffolding for hwdec supportrcombs2021-11-28
* videotoolbox: add alpha supportrcombs2021-11-28
* lavc/videotoolbox: add VP9 hardware accelerationrcombs2021-11-28
* lavc/videotoolbox: call VTRegisterSupplementalVideoDecoderIfAvailablercombs2021-11-28
* lavc/videotoolbox: expose some functions as lavc-internalrcombs2021-11-28
* lavc/hevcdec: support all color formats in videotoolbox hwaccelrcombs2021-11-28
* lavc/h264dec: support all color formats in videotoolbox hwaccelrcombs2021-11-28
* lavc/videotoolbox: select 4:2:2 and 4:4:4 formats when applicablercombs2021-11-28
* lavc/videotoolbox: fix format computationrcombs2021-11-28
* lavc/videotoolbox: escape 0x00000[0-3]s in avcC PSsrcombs2021-11-28
* avcodec/vqavideo: Remove dead codeAndreas Rheinhardt2021-11-28
* avcodec/mobiclip: Rewrite code to make it clearerAndreas Rheinhardt2021-11-28
* avcodec/mjpeg_parser: skip markers after EOI, not by sizeAlex Xu (Hello71)2021-11-27
* avcodec/txd: Move input size checks before allocationMichael Niedermayer2021-11-26
* avcodec/h263: Fix global-buffer-overflow with noout flag2 setAndreas Rheinhardt2021-11-26
* avcodec: suppport for bitpacked encodeLimin Wang2021-11-25
* avcodec: rename bitpacked.c to bitpacked_dec.cLimin Wang2021-11-25
* libvpxdec: Correct linking against variables.Matt Oliver2021-11-25
* avcodec/libaomenc: remove the redundant initializationLimin Wang2021-11-23
* avcodec/h263: Inline constantAndreas Rheinhardt2021-11-21
* av(codec|device): Don't cast pointers to intAndreas Rheinhardt2021-11-21
* avcodec/smcenc: Move PutByteContext to stackAndreas Rheinhardt2021-11-20
* avcodec/dnxhddata: Unavpriv dnxhd_get_(hr_|)_frame_size()Andreas Rheinhardt2021-11-19
* avcodec/dnxhddata: Remove avpriv_dnxhd_get_interlaced()Andreas Rheinhardt2021-11-19
* avcodec/hevcdec: Export Dolby Vision RPUs as side dataDerek Buitenhuis2021-11-17
* aarch64: Add Armv8.5-A BTI supportJonathan Wright2021-11-16
* aarch64: Use ret x<n> instead of br x<n> where possibleJonathan Wright2021-11-16
* */version.h: define FF_API macros unconditionallyAnton Khirnov2021-11-15
* avcodec/speexdec: Check frames_per_packet more completelyMichael Niedermayer2021-11-14
* avcodec/mlpdec: cover case when >2 channels are in single substreamPaul B Mahol2021-11-11
* avcodec/speexdec: Remove dead codeAndreas Rheinhardt2021-11-09
* avcodec/libx264: Simplify copying packet dataAndreas Rheinhardt2021-11-09
* avcodec/libx264: Remove always-false checksAndreas Rheinhardt2021-11-09
* avcodec/libx264: Check for overflow if necessaryAndreas Rheinhardt2021-11-09
* avcodec/videotoolboxenc: fix pixel buffer memory leaksongyutong2021-11-09
* avcodec/mjpegdec: Use AVCodecInternal.in_pkt for buffer packetAndreas Rheinhardt2021-11-07
* avcodec/libdav1d: Use av_memdup() where appropriateAndreas Rheinhardt2021-11-07
* avcodec/libdav1d: Use AVCodecInternal.in_pkt instead of stack packetAndreas Rheinhardt2021-11-07
* avcodec/libdav1d: Don't leak side-data-only packetsAndreas Rheinhardt2021-11-07