ffmpeg | branch: master | Anton Khirnov | Sat Nov 23
07:23:31 2024 +0100| [785ffe67c86f3f9e3ffe736597da14795ef813c3] | committer:
Anton Khirnov
fftools/ffmpeg_sched: rename mux_done_{lock,cond} into finish_*
Their semantics will be changed in the following commit to not be
limited to muxing.
ffmpeg | branch: master | Anton Khirnov | Sat Nov 23
07:26:27 2024 +0100| [433cf391f58210432be907d817654929a66e80ba] | committer:
Anton Khirnov
fftools/ffmpeg_sched: signal the main thread when a task fails
Avoids a useless -stats_period wait before exiting.
Reported-by: names_are_hard
> htt
ffmpeg | branch: master | Michael Niedermayer | Mon
Nov 18 23:55:05 2024 +0100| [6d8285633d8965658dfa6cd0b201cca36184c467] |
committer: Michael Niedermayer
avcodec/mjpegdec: Disallow progressive bayer images
Fixes: Null pointer dereference
Fixes: sample1.dng
Found-by: South East <8billion.peo.
ffmpeg | branch: master | Michael Niedermayer | Sun
Nov 3 11:07:27 2024 +0100| [84569b6c22cb4eda9c682aabeb5f658112126780] |
committer: Michael Niedermayer
avformat/icodec: fix integer overflow with nb_pal
Fixes: runtime error: signed integer overflow
Fixes: 42536949/clusterfuzz-testcase-minim
ffmpeg | branch: master | Michael Niedermayer | Sun
Nov 24 21:13:42 2024 +0100| [224b62489d314e3c9637397cb7b95505651349e1] |
committer: Michael Niedermayer
MAINTAINERS: Remove Guillaume Poirier and Romain Dolbeau
Guillaume no longer has a PPC
Romain has no time
CC: Guillaume POIRIER
CC: Roma
ffmpeg | branch: master | Marvin Scholz | Sun Oct 13
02:39:13 2024 +0200| [ecb7232bac33ebba47e03663e7e5a3517a8e0a5c] | committer:
Marvin Scholz
avfilter: fix unused variable warning
The ctxi_dst variable is unused outside of the av_assert1,
causing an unused variable warning. The simplest solu
ffmpeg | branch: master | James Almer | Sat Nov 16 17:44:46
2024 -0300| [4e6d31755bf8d0355418d19725ee947e6c0536c0] | committer: James Almer
avformat/spdifdec: parse headers for audio codecs
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4e6d31755bf8d035
ffmpeg | branch: master | James Almer | Sat Nov 16 17:46:17
2024 -0300| [23a1c021f299655d66bcfbd69ed0d6780f68c6fc] | committer: James Almer
avformat/movenc: write stss boxes for xHE-AAC
This is in preparation for a following change.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb
ffmpeg | branch: master | James Almer | Sat Nov 16 17:54:34
2024 -0300| [8ddbc26dedcf83962dd3aed90a6bb0a95847d386] | committer: James Almer
avformat/mov: don't unconditionally set all audio packets in fragments as key
frames
Some audio codecs, like TrueHD, have non key frames.
Signed-off-by:
ffmpeg | branch: master | James Almer | Sat Nov 16 17:56:14
2024 -0300| [64bb91fd3b5a00a8849531c7e8dd207f2a626096] | committer: James Almer
avcodec/aac_parser: set key_frame and profile
This is in preparation for a following change.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb
ffmpeg | branch: master | James Almer | Sun Nov 17 16:03:18
2024 -0300| [99f87251e0cc6bf8f2a7c21e1e72e6144e5a6701] | committer: James Almer
avcodec/libfdk-aacenc: set keyframe in output packets
Don't depend on the generic code setting this.
This is in preparation for a following change.
Signed
ffmpeg | branch: master | James Almer | Sun Nov 24 20:25:09
2024 -0300| [8d2d2519e04418d8565e0d6ece662c01121a35e1] | committer: James Almer
avcodec/mediacodecdec: set set keyframe flag in output frames
Don't depend on the generic code setting this.
This is in preparation for a following change.
ffmpeg | branch: master | James Almer | Sun Nov 17 15:53:03
2024 -0300| [281b7fc02e3158ee62c3c1d41267ddebb86578f0] | committer: James Almer
avcodec/libfdk-aacdec: set keyframe flag and profile in output frames
Don't depend on the generic code setting this.
This is in preparation for a following
ffmpeg | branch: master | James Almer | Sat Nov 16 20:28:38
2024 -0300| [faea08b722de716391c3f84a265060c643ad6c22] | committer: James Almer
avcodec/aac/aacdec: set keyframe flag in output frames
Don't depend on the generic code setting this.
This is in preparation for a following change.
Signe
ffmpeg | branch: master | James Almer | Sat Nov 16 20:29:38
2024 -0300| [ffdace5ad4736ea720f306392ce6bdcb2aea823a] | committer: James Almer
avcodec/aacenc: set keyframe flag in output packets
Don't depend on the generic code setting this.
This is in preparation for a following change.
Signed-o
ffmpeg | branch: master | James Almer | Sun Nov 24 20:24:40
2024 -0300| [495c891e3998bdee7e7680390d9aea2efb5c9a5d] | committer: James Almer
avcodec/audiotoolboxnec: set set keyframe flag in output packets
Don't depend on the generic code setting this.
This is in preparation for a following chan
ffmpeg | branch: master | James Almer | Sat Nov 16 17:49:17
2024 -0300| [f656c00bd953b1dd84c58dfef5dd645db818ba3d] | committer: James Almer
avformat/matroskadec: set all frames in a keyframe simple box as keyframes
And not just the first, as it was being done for lacing. The spec states that
t
ffmpeg | branch: master | James Almer | Sat Nov 16 17:47:43
2024 -0300| [f938b2b3f51f959de84bc22c75529b77626b2596] | committer: James Almer
avformat/test/movenc: set audio packets as key frames
Don't depend on the generic code setting this.
This is in preparation for a following change.
Signed
ffmpeg | branch: master | James Almer | Sat Nov 16 20:32:02
2024 -0300| [40bd6d835575bb8176774be5824ef07b71623d1e] | committer: James Almer
avcodec/codec_desc: remove Intra Only prop for AAC
xHE-AAC is a profile where some frames depend on other key frames, named IPF.
By setting the codec as In
ffmpeg | branch: master | James Almer | Sun Nov 24 20:24:27
2024 -0300| [d3dd14bf5b4a7e5ead890b83fc905add9b261cf7] | committer: James Almer
avcodec/audiotoolboxdec: set set keyframe flag in output frames
Don't depend on the generic code setting this.
This is in preparation for a following chang
ffmpeg | branch: master | Peter Ross | Fri Nov 22 08:03:35
2024 +1100| [4472dec51d834167fae1dc36357bbaa1482372a0] | committer: Peter Ross
avformat/mm: add fallthrough comment
Fixes CID 1634888
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4472dec51d834167fae1dc36357bbaa1482372a0
21 matches
Mail list logo