lp:~mpv-team/mpv/+git/ffmpeg
- Get this repository:
-
git clone
https://git.launchpad.net/~mpv-team/mpv/+git/ffmpeg
Import details
This repository is an import of the Git repository at https://git.ffmpeg.org/ffmpeg.git.
Last successful import was .
Branches
Name | Last Modified | Last Commit |
---|---|---|
master | 2023-03-27 15:14:31 UTC |
lavfi: add hwdevice flag to hwupload/hwmap
Author:
U. Artie Eoff
lavfi: add hwdevice flag to hwupload/hwmap This fixes a regression introduced by: commit 3f63685c3554aea ...where command-lines like: ffmpeg -v verbose -hwaccel qsv \ ffmpeg -v verbose -hwaccel qsv \ ...produced errors like: [hwupload @ 0x55b6171d0dc0] A hardware device reference is required to upload frames to. Signed-off-by: U. Artie Eoff <ullysses. |
release/5.0 | 2023-03-27 11:37:26 UTC |
avcodec/tests/snowenc: Fix 2nd test
Author:
Michael Niedermayer
avcodec/ (cherry picked from commit 163013c72452621 |
release/5.1 | 2023-03-26 13:30:31 UTC |
Changelog: update
Author:
Michael Niedermayer
Changelog: update Signed-off-by: Michael Niedermayer <michael@ |
release/6.0 | 2023-03-22 15:51:17 UTC |
avcodec/vorbisdec: export skip_samples instead of dropping frames
Author:
James Almer
avcodec/vorbisdec: export skip_samples instead of dropping frames pts may not be set on input packets, which could result in the entire stream Fixes ticket #10251. Suggested-by: Anton Khirnov <anton@khirnov.net> |
release/4.4 | 2023-03-16 20:13:44 UTC |
avfilter/vf_untile: swap the chroma shift values used for plane offsets
Author:
James Almer
avfilter/vf_untile: swap the chroma shift values used for plane offsets Fixes ticket #10265 Signed-off-by: James Almer <jamrial@gmail.com> |
release/4.3 | 2023-03-16 20:10:43 UTC |
avfilter/vf_untile: swap the chroma shift values used for plane offsets
Author:
James Almer
avfilter/vf_untile: swap the chroma shift values used for plane offsets Fixes ticket #10265 Signed-off-by: James Almer <jamrial@gmail.com> |
release/4.1 | 2022-12-18 10:53:04 UTC |
avcodec/vp3: Add missing check for av_malloc
Author:
Jiasheng Jiang
avcodec/vp3: Add missing check for av_malloc Since the av_malloc() may fail and return NULL pointer, Fixes: d14723861b ("VP3: fix decoding of videos with stride > 2048") |
release/4.2 | 2022-12-08 11:40:51 UTC |
avcodec/nvenc: fix vbv buffer size in cq mode
Author:
Timo Rothenpieler
avcodec/nvenc: fix vbv buffer size in cq mode The CQ calculation gets thrown off and behaves very nonsensical |
release/3.2 | 2022-11-04 12:33:49 UTC |
swscale: aarch64: Fix yuv2rgb with negative strides
Author:
Martin Storsjö
swscale: aarch64: Fix yuv2rgb with negative strides Treat the 32 bit stride registers as signed. Alternatively, we could make the stride arguments ptrdiff_t instead Fixes: https:/ Signed-off-by: Martin Storsjö <martin@martin.st> |
release/3.4 | 2022-11-04 12:33:28 UTC |
swscale: aarch64: Fix yuv2rgb with negative strides
Author:
Martin Storsjö
swscale: aarch64: Fix yuv2rgb with negative strides Treat the 32 bit stride registers as signed. Alternatively, we could make the stride arguments ptrdiff_t instead Fixes: https:/ Signed-off-by: Martin Storsjö <martin@martin.st> |
release/4.0 | 2022-11-04 12:33:10 UTC |
swscale: aarch64: Fix yuv2rgb with negative strides
Author:
Martin Storsjö
swscale: aarch64: Fix yuv2rgb with negative strides Treat the 32 bit stride registers as signed. Alternatively, we could make the stride arguments ptrdiff_t instead Fixes: https:/ Signed-off-by: Martin Storsjö <martin@martin.st> |
release/2.8 | 2022-10-28 19:48:45 UTC |
Update for FFmpeg 2.8.21
Author:
Michael Niedermayer
Update for FFmpeg 2.8.21 Signed-off-by: Michael Niedermayer <michael@ |
release/3.3 | 2020-07-03 12:13:50 UTC |
lavf/webm_chunk: Fix NULL dereference
Author:
Andreas Rheinhardt
lavf/webm_chunk: Fix NULL dereference The earlier version of the webm_chunk muxer had several bugs: 1. If the first packet of an audio stream didn't have a PTS of zero, 2. If an error happens during writing a packet, the underlyimg 3. Even when no error occurs at all, webm_chunk_ These bugs have been fixed. Fixes #5752. Signed-off-by: Andreas Rheinhardt <andreas. |
release/3.0 | 2020-05-23 19:34:02 UTC |
libavcodec/libvpxenc: Don't free user-provided AVPacket
Author:
Andreas Rheinhardt
libavcodec/ Signed-off-by: Andreas Rheinhardt <andreas. |
release/3.1 | 2020-05-23 19:02:30 UTC |
libavcodec/libvpxenc: Don't free user-provided AVPacket
Author:
Andreas Rheinhardt
libavcodec/ Signed-off-by: Andreas Rheinhardt <andreas. |
release/2.4 | 2018-02-01 01:39:53 UTC |
avcodec/libx264: fix usage of AVComponentDescriptor depth field
Author:
James Almer
avcodec/libx264: fix usage of AVComponentDesc AVComponentDesc This fixes compilation of the libx264 wrapper. Signed-off-by: James Almer <jamrial@gmail.com> |
release/2.7 | 2016-07-26 19:08:47 UTC |
librtmp: Avoid an infiniloop setting connection arguments
Author:
Luca Barbato
librtmp: Avoid an infiniloop setting connection arguments The exit condition was missing. Signed-off-by: Timothy Gu <timothygu99@ |
release/2.6 | 2016-07-26 19:08:35 UTC |
librtmp: Avoid an infiniloop setting connection arguments
Author:
Luca Barbato
librtmp: Avoid an infiniloop setting connection arguments The exit condition was missing. Signed-off-by: Timothy Gu <timothygu99@ |
release/2.5 | 2016-07-26 19:08:15 UTC |
librtmp: Avoid an infiniloop setting connection arguments
Author:
Luca Barbato
librtmp: Avoid an infiniloop setting connection arguments The exit condition was missing. Signed-off-by: Timothy Gu <timothygu99@ |
release/2.0 | 2016-03-03 00:47:08 UTC |
doc/utils: fix typo for min() description
Author:
Paul B Mahol
doc/utils: fix typo for min() description Signed-off-by: Paul B Mahol <onemda@gmail.com> |
release/2.1 | 2016-03-03 00:46:55 UTC |
doc/utils: fix typo for min() description
Author:
Paul B Mahol
doc/utils: fix typo for min() description Signed-off-by: Paul B Mahol <onemda@gmail.com> |
release/2.2 | 2016-03-03 00:46:34 UTC |
doc/utils: fix typo for min() description
Author:
Paul B Mahol
doc/utils: fix typo for min() description Signed-off-by: Paul B Mahol <onemda@gmail.com> |
release/2.3 | 2016-03-03 00:45:56 UTC |
doc/utils: fix typo for min() description
Author:
Paul B Mahol
doc/utils: fix typo for min() description Signed-off-by: Paul B Mahol <onemda@gmail.com> |
release/1.2 | 2015-10-09 23:22:43 UTC |
avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size check
Author:
Michael Niedermayer
avcodec/ Fixes Ticket4778 Signed-off-by: Michael Niedermayer <michael@ |
release/0.5 | 2015-07-31 16:35:43 UTC |
MAINTAINERS: Remove myself as leader
Author:
Michael Niedermayer
MAINTAINERS: Remove myself as leader Signed-off-by: Michael Niedermayer <michael@ Signed-off-by: Michael Niedermayer <michael@ |
release/0.6 | 2015-07-31 16:35:42 UTC |
MAINTAINERS: Remove myself as leader
Author:
Michael Niedermayer
MAINTAINERS: Remove myself as leader Signed-off-by: Michael Niedermayer <michael@ Signed-off-by: Michael Niedermayer <michael@ |
release/0.7 | 2015-07-31 16:35:41 UTC |
MAINTAINERS: Remove myself as leader
Author:
Michael Niedermayer
MAINTAINERS: Remove myself as leader Signed-off-by: Michael Niedermayer <michael@ Signed-off-by: Michael Niedermayer <michael@ |
release/0.8 | 2015-07-31 16:35:40 UTC |
MAINTAINERS: Remove myself as leader
Author:
Michael Niedermayer
MAINTAINERS: Remove myself as leader Signed-off-by: Michael Niedermayer <michael@ Signed-off-by: Michael Niedermayer <michael@ |
release/0.9 | 2015-07-31 16:35:39 UTC |
MAINTAINERS: Remove myself as leader
Author:
Michael Niedermayer
MAINTAINERS: Remove myself as leader Signed-off-by: Michael Niedermayer <michael@ Signed-off-by: Michael Niedermayer <michael@ |
release/0.10 | 2015-07-31 16:35:38 UTC |
MAINTAINERS: Remove myself as leader
Author:
Michael Niedermayer
MAINTAINERS: Remove myself as leader Signed-off-by: Michael Niedermayer <michael@ Signed-off-by: Michael Niedermayer <michael@ |
release/0.11 | 2015-07-31 16:35:37 UTC |
MAINTAINERS: Remove myself as leader
Author:
Michael Niedermayer
MAINTAINERS: Remove myself as leader Signed-off-by: Michael Niedermayer <michael@ Signed-off-by: Michael Niedermayer <michael@ |
release/1.0 | 2015-07-31 16:35:36 UTC |
MAINTAINERS: Remove myself as leader
Author:
Michael Niedermayer
MAINTAINERS: Remove myself as leader Signed-off-by: Michael Niedermayer <michael@ Signed-off-by: Michael Niedermayer <michael@ |
release/1.1 | 2015-07-31 16:35:35 UTC |
MAINTAINERS: Remove myself as leader
Author:
Michael Niedermayer
MAINTAINERS: Remove myself as leader Signed-off-by: Michael Niedermayer <michael@ Signed-off-by: Michael Niedermayer <michael@ |
oldabi | 2013-07-15 01:29:01 UTC |
Deprecate oldabi branch by adding a warning to configure
Author:
Timothy Gu
Deprecate oldabi branch by adding a warning to configure In order to build, users must now explicitly pass --enable-building to Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |
1 → 34 of 34 results | First • Previous • Next • Last |