Timeline



Dec 11, 2020:

11:13 PM Changeset in ffmpeg [001bc594] by Michael Niedermayer <michael@niedermayer.cc>
avformat/iff: Check data_size Fixes: infinite loop Fixes: …
11:09 PM test-timecode.2.mp4 attached to Ticket #9028 by j0sh
11:08 PM test-timecode.mp4 attached to Ticket #9028 by j0sh
11:07 PM Ticket #9028 (mp4 durations include edit list delay) created by j0sh
When clipping and transmuxing to mp4 (eg, -ss <seek> -i <in> ), the …
10:02 PM Changeset in ffmpeg [adf7271] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_fade: add timeline support
10:02 PM Changeset in ffmpeg [fc50a8de] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afade: add support for commands to afade filter
5:33 PM Changeset in ffmpeg [d7646937] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_convolution: add support for commands
2:27 PM Ticket #9013 (mpeg4 pts values are not reordered when decoding) updated by Balling
So it should have reordered the frames 1, 3; 2, 5; 4, 7; 6, 9; ... …
1:03 PM Ticket #4907 (Support decoding animated WebP images) updated by Zennn
Cc changed
12:39 PM Changeset in ffmpeg [7adb747f] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_chromanr: add options for finer controls of filtering
11:07 AM Changeset in ffmpeg [b607f19] by Paul B Mahol <onemda@gmail.com>
avfilter: add asuperpass and asuperstop filter
1:20 AM Changeset in ffmpeg [628d02a6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/speedhqenc: Call correct function Up until now, the SpeedHQ …
12:46 AM Changeset in ffmpeg [43b4c66e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/utils: Improve ffio_limit logic The earlier code would not …

Dec 10, 2020:

11:24 PM Ticket #9026 (Invalid data found when processing a gphoto2 video that used to work ...) closed by Carl Eugen Hoyos
fixed: Should be fixed in 7ab5192260c387a10998481fe1468f1304f6ebd2, thank you …
11:23 PM Changeset in ffmpeg [7ab51922] by Carl Eugen Hoyos <ceffmpeg@gmail.com>
lavf/rawdec: Return a low score if the mjpeg probe function detected …
11:22 PM Ticket #9025 (Audio channel count detection trouble) updated by Carl Eugen Hoyos
Priority, Keywords changed
11:19 PM Ticket #9027 (Missing frame when decoding) closed by Carl Eugen Hoyos
invalid: Use -ignore_editlist 1 to output all frames.
10:43 PM Changeset in ffmpeg [07283589] by Paul B Mahol <onemda@gmail.com>
avfilter/af_earwax: fix check that was left in previous commit Makes …
7:28 PM Changeset in ffmpeg [e0e9c94c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/hashenc: Reuse hash_free() for framehash muxers Reviewed-by: …
7:27 PM Ticket #9025 (Audio channel count detection trouble) closed by laurfb
fixed: Fixed in 494f868e93d1d671497d0d0884368f015eb7d31e
3:36 PM Ticket #9005 (decklink: v210 FourCC has wrong case) updated by carbenium
The patch works perfectly. Thanks!
12:28 PM Changeset in ffmpeg [494f868e] by Hendrik Leppkes <h.leppkes@gmail.com>
avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own …
11:38 AM Changeset in ffmpeg [412c3b37] by Jun Zhao <barryjzhao@tencent.com>
tests/audiomatch: add free to make static analysis tools happy …
11:38 AM Changeset in ffmpeg [345d04e8] by Jun Zhao <barryjzhao@tencent.com>
avformat/mov: remove an always true condition
9:22 AM log.txt attached to Ticket #9027 by Phil
output from ffmpeg -v 9 -loglevel 99 -i
9:20 AM Ticket #9027 (Missing frame when decoding) created by Phil
Summary of the bug: The following video clip has a missing frame when …
9:07 AM Changeset in ffmpeg [19ce0642] by Anton Khirnov <anton@khirnov.net>
smvjpegdec: merge into mjpegdec SMVJPEG stores frames as slices of a …
9:03 AM Changeset in ffmpeg [e9a2a877] by Anton Khirnov <anton@khirnov.net>
mjpegdec: convert to receive_frame() This will be useful in the …
8:53 AM Changeset in ffmpeg [36237ac4] by Anton Khirnov <anton@khirnov.net>
tests: stop using -vsync drop It depends on the muxer generating the …
8:53 AM Changeset in ffmpeg [50b49f83] by Anton Khirnov <anton@khirnov.net>
ffmpeg: stop accessing deprecated stream-embedded codec context
8:50 AM Changeset in ffmpeg [1c088533] by Anton Khirnov <anton@khirnov.net>
lavf/mux: rewrite guessing the packet duration Factor out the code …
8:46 AM Changeset in ffmpeg [fe7f0d36] by Anton Khirnov <anton@khirnov.net>
tests: drop api-codec-param test It fundamentally depends on …
8:45 AM Changeset in ffmpeg [fcf7ef0a] by Anton Khirnov <anton@khirnov.net>
lavd/caca: do not access deprecated codec context Use the stream …
8:45 AM Changeset in ffmpeg [5471b89] by Anton Khirnov <anton@khirnov.net>
codec_desc: add SMVJPEG flags Same flags as MJPEG, as it's …
8:44 AM Changeset in ffmpeg [63c2e500] by Anton Khirnov <anton@khirnov.net>
img2dec: export avg_frame_rate
8:44 AM Changeset in ffmpeg [d4751d8c] by Anton Khirnov <anton@khirnov.net>
avcodec/hevcdec: dynamic allocate sList and HEVClcList following …
12:36 AM Changeset in ffmpeg [6a94afbd] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/snow: Use ff_thread_once() in ff_snow_common_init() …
12:34 AM Changeset in ffmpeg [bdfe51b4] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/idcinvideo: Mark decoder as init-threadsafe Reviewed-by: …
12:34 AM Changeset in ffmpeg [41519b29] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cinepak: Mark decoder as init-threadsafe Reviewed-by: Tomas …
12:15 AM Changeset in ffmpeg [f7992799] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cinepakenc: Mark encoder as init-threadsafe Reviewed-by: …

Dec 9, 2020:

10:51 PM Ticket #9022 (loop flag producing a static image video unexpected behavior) updated by Carl Eugen Hoyos
Please test current FFmpeg git head with a sane configure line like …
10:48 PM Ticket #9023 (loop flag producing a static image video unexpected behavior) closed by Carl Eugen Hoyos
duplicate
10:39 PM Ticket #9026 (Invalid data found when processing a gphoto2 video that used to work ...) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Analyzed by developer, Version, Keywords changed
The (low resolution) mjpeg frames are so big (612016 bytes) that two …
8:41 PM Changeset in ffmpeg [7b88dd8f] by Michael Niedermayer <michael@niedermayer.cc>
avformat/matroskadec: Sanity check codec_id/track type Fixes: memleak …
8:41 PM Changeset in ffmpeg [0677bdb1] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rpl: Check the number of streams Fixes: out of memory access …
8:41 PM Changeset in ffmpeg [b1bced54] by Michael Niedermayer <michael@niedermayer.cc>
avformat/vividas: Check sample_rate Fixes: Assertion c > 0 failed at …
8:41 PM Changeset in ffmpeg [b29d351] by Michael Niedermayer <michael@niedermayer.cc>
avformat/vividas: Make len signed Fixes: out of array access Fixes: …
5:42 PM Changeset in ffmpeg [0e62efad] by James Almer <jamrial@gmail.com>
avcodec/vaapi_av1: fill the remaining VAFilmGrainStructAV1 fields …
12:27 PM canon-camera-gphoto2-video.mjpg attached to Ticket #9026 by fairlix
video from gphoto2 from a Canon camera
12:24 PM Ticket #9026 (Invalid data found when processing a gphoto2 video that used to work ...) created by fairlix
Summary of the bug: FFmpeg used to be able to direct a video …
11:31 AM Changeset in ffmpeg [8d19b3c4] by Paul B Mahol <onemda@gmail.com>
avcodec/exr: preserve half-float NaN bits and add fate test Handles …
11:10 AM Ticket #8995 (overlay_qsv fails with "Inputs with different underlying QSV devices ...) updated by Linjie.Fu
Possibly you're using an incorrect cmdline, there are some references …
10:50 AM Ticket #8083 (Matroska demuxer fails to parse big attachements) updated by malaterre
Cc changed
10:41 AM Ticket #9016 (Some videos cannot be hw decoded on apple silicon) updated by Linjie.Fu
Replying to pxia: > I don't know if it is fixable in …
7:22 AM Changeset in ffmpeg [7777e511] by Gyan Doshi <ffmpeg@gyani.pro>
avfilter/cropdetect: add option for initial skip The cropdetect …
7:20 AM Changeset in ffmpeg [b9b719fe] by Gyan Doshi <ffmpeg@gyani.pro>
avcodec/mpegvideo_enc: check for SpeedHQ encoder Avoids build failure …
12:16 AM Ticket #9006 (merge_pmt_versions not working properly for transportstream with ...) updated by Marton Balint
New patch attached here, please comment.
12:14 AM 0001-avformat-mpegts-use-stream-index-based-lookup-with-m.patch attached to Ticket #9006 by Marton Balint

Dec 8, 2020:

11:41 PM Ticket #7599 (Add monochrome/gray pixel format to libaom-av1) closed by Philip Langdale
fixed: Fix in commit 40135829b613f875ce71c2cc2265e74ccc6b4c71
11:31 PM Changeset in ffmpeg [40135829] by Philip Langdale <philipl@overt.org>
avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1 …
8:27 PM Ticket #9006 (merge_pmt_versions not working properly for transportstream with ...) updated by deeptho
Replying to tmm1: > Yes, please share a small sample file …
8:19 PM Ticket #9006 (merge_pmt_versions not working properly for transportstream with ...) updated by deeptho
The alternative patch does not appear to work. With the same ffplay …
8:00 PM Ticket #4859 (TTML subtitle decoding) updated by Elliott
Cc changed
6:52 PM Ticket #9025 (Audio channel count detection trouble) created by laurfb
Summary of the bug: How to reproduce: Commits …
5:54 PM Changeset in ffmpeg [0dac317b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/framecrcenc: Make side-data checksums endian-independent Do …
5:54 PM Changeset in ffmpeg [b8fe417c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avformat/framecrcenc: Don't read after the end of side-data Nothing …
4:51 PM Changeset in ffmpeg [fa4532a1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/wmadec: Apply VLC offset during init Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [e5b416da] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/wmadec: Reduce the size of tables used to initialize VLC By …
4:51 PM Changeset in ffmpeg [14be39e4] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ivi: Make initializing VLCs thread-safe This automatically …
4:51 PM Changeset in ffmpeg [ee4c129c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/dsddec: Inline constant Signed-off-by: Andreas Rheinhardt …
4:51 PM Changeset in ffmpeg [4f5bd61] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/dsd: Make initializing DSD tables thread-safe This …
4:51 PM Changeset in ffmpeg [fd5d66af] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/wavpack: Fix leak on init failure Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [480761c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/h261enc: Remove unused function parameter Signed-off-by: …
4:51 PM Changeset in ffmpeg [f0f28626] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/asvdec: Reindentation Signed-off-by: Andreas Rheinhardt …
4:51 PM Changeset in ffmpeg [103e8edd] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/asvdec: Make decoders init-threadsafe Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [3e11a786] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/sinewin: Fix wrong number of elements of array declaration …
4:51 PM Changeset in ffmpeg [7184b811] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/aactab: Make AAC encoder and decoders actually init-threadsafe …
4:51 PM Changeset in ffmpeg [86b8c254] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/aac: Share common init code of float decoder and encoder …
4:51 PM Changeset in ffmpeg [fc5d22ab] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/aacdec, aactab: Move kbd tables to their only user The …
4:51 PM Changeset in ffmpeg [8c9404b8] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/aactab: Remove declaration of inexistent array Signed-off-by: …
4:51 PM Changeset in ffmpeg [665a3db] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/nellymoserenc: Make encoder init-threadsafe Signed-off-by: …
4:51 PM Changeset in ffmpeg [0a56bfa7] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/nellymoserenc: Cleanup generically on init failure …
4:51 PM Changeset in ffmpeg [35f61eb3] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/nellymoserdec: Make decoder init-threadsafe Easy now that …
4:51 PM Changeset in ffmpeg [285db1d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac3plus: Make decoders init-threadsafe Signed-off-by: …
4:51 PM Changeset in ffmpeg [7fd86583] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac1: Mark decoder as init-threadsafe Possible because …
4:51 PM Changeset in ffmpeg [37191220] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/sinewin_tablegen: Make initializing ff_sine_windows …
4:51 PM Changeset in ffmpeg [cdea3930] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/aacdec, sinewin: Move 120 and 960 point sine tables to aacdec …
4:51 PM Changeset in ffmpeg [7688f94e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/sinewin_tablegen: Use better check in assert There are no …
4:51 PM Changeset in ffmpeg [11fd96c1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac3: Make decoders init-threadsafe Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [94a55f28] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac: Make generating tables thread-safe Signed-off-by: …
4:51 PM Changeset in ffmpeg [d5d1c69] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudio_tablegen: Make exponential LUT shared Both the …
4:51 PM Changeset in ffmpeg [ed33bbe] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodec: Hardcode tables to save space The csa_tables …
4:51 PM Changeset in ffmpeg [12e941df] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudio_tablegen: Don't inappropriately use static array …
4:51 PM Changeset in ffmpeg [22140374] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudio_tablegen: Avoid write-only buffers The …
4:51 PM Changeset in ffmpeg [73bc26ac] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodec: Share fixed and floating point data and init …
4:51 PM Changeset in ffmpeg [b9d47539] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodec_template: Apply shift during init Signed-off-by: …
4:51 PM Changeset in ffmpeg [c778f226] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodec: Make decoders init-threadsafe Simple now that …
4:51 PM Changeset in ffmpeg [b29a3f3e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodec: Combine tables used to initialize VLCs Up until …
4:51 PM Changeset in ffmpeg [db234dbf] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodec: Reduce the size of tables used to initialize …
4:51 PM Changeset in ffmpeg [12ace68a] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiotab: Avoid unused entry in table Signed-off-by: …
4:51 PM Changeset in ffmpeg [117575ae] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpegaudiodec_template: Avoid VLC size tables Signed-off-by: …
4:51 PM Changeset in ffmpeg [8c6a67e6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mv30: Inline constants Signed-off-by: Andreas Rheinhardt …
4:51 PM Changeset in ffmpeg [90c49586] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mv30: Reduce the size of tables used to initialize VLCs By …
4:51 PM Changeset in ffmpeg [0ecd6879] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/imm4: Inline constants Signed-off-by: Andreas Rheinhardt …
4:51 PM Changeset in ffmpeg [dc4c9744] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/imm4: Reduce the size of tables used to initialize VLCs By …
4:51 PM Changeset in ffmpeg [c14656c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/imm4: Make better use of symbols table Also inline the VLC's …
4:51 PM Changeset in ffmpeg [d9e6e936] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/aacdec_template: Use VLC symbols table Expressions like …
4:51 PM Changeset in ffmpeg [097277f3] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/aacdec_template: Avoid code duplication when initializing VLCs …
4:51 PM Changeset in ffmpeg [7b7c4c55] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/qdmc: Avoid code duplication when initializing VLC …
4:51 PM Changeset in ffmpeg [b21d9339] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/qdmc: Apply offset when creating VLC Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [fb0ae037] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/qdmc: Make tables used to initialize VLCs smaller This is …
4:51 PM Changeset in ffmpeg [240a25f9] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/magicyuv: Optimize creating Huffman tables MagicYUV transmits …
4:51 PM Changeset in ffmpeg [c638d1d1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/utvideodec: Avoid implicit qsort when creating Huffman tables …
4:51 PM Changeset in ffmpeg [5d503c91] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac3: Use symbols table Expressions like array[get_vlc2()] …
4:51 PM Changeset in ffmpeg [abf1a4f0] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/intrax8: Reduce the size of tables used to initialize VLCs By …
4:51 PM Changeset in ffmpeg [d1a1f117] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/intrax8: Avoid code duplication when initializing VLCs …
4:51 PM Changeset in ffmpeg [ba69ee88] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/intrax8: Remove VLC offsets table Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [420476ec] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/vp3: Remove code duplication when initializing Theora VLCs …
4:51 PM Changeset in ffmpeg [802fc678] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/vp3: Use symbols table for VP3 motion vectors Expressions …
4:51 PM Changeset in ffmpeg [4cb4345f] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/vp3: Make tables used to initialize VLCs smaller This is …
4:51 PM Changeset in ffmpeg [22241d12] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/vp3: Apply VLC offset during init By switching to …
4:51 PM Changeset in ffmpeg [984fdfd0] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac9dec: Make VLCs static Also remove code duplication and …
4:51 PM Changeset in ffmpeg [76a4356a] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac9dec: Don't create VLCs that are never used The ATRAC9 …
4:51 PM Changeset in ffmpeg [b52e0d9] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac9tab: Unify tables used to initialize VLCs Using …
4:51 PM Changeset in ffmpeg [5ac9d78d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac9dec: Make tables used to initialize VLCs smaller The …
4:51 PM Changeset in ffmpeg [f697622f] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rv34: Make initializing static VLC tables thread-safe …
4:51 PM Changeset in ffmpeg [88c75592] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rv34: Avoid offsets table for initialization of static VLCs …
4:51 PM Changeset in ffmpeg [def1b6be] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/vc1: Make ff_vc1_init_common() thread-safe Signed-off-by: …
4:51 PM Changeset in ffmpeg [58fc810d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac3plus: Run-length encode length tables to make them …
4:51 PM Changeset in ffmpeg [a7dbeb77] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac3plus: Combine codebooks into one array ATRAC3+ uses …
4:51 PM Changeset in ffmpeg [1cf374c9] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac3plus: Combine symbols tables This allows to remove lots …
4:51 PM Changeset in ffmpeg [fd964da] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac3plus: Simplify getting offset of VLC in VLC_TYPE buf …
4:51 PM Changeset in ffmpeg [e27466d7] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac3plus: Make tables used to initialize VLCs smaller The …
4:51 PM Changeset in ffmpeg [cfc473ef] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/atrac3plus: Simplify creating VLCs Use …
4:51 PM Changeset in ffmpeg [7a7295a8] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/truemotion2: Simplify creating VLC table …
4:51 PM Changeset in ffmpeg [f1ba4d47] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpeg4videodec: Make studio VLCs static Reviewed-by: Michael …
4:51 PM Changeset in ffmpeg [3aa81a63] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpeg4video: Make tables used to initialize VLCs smaller …
4:51 PM Changeset in ffmpeg [0d71ac31] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/indeo2: Make decoder init-threadsafe Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [f25dde0e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/indeo2: Make tables used to initialize VLCs smaller Switching …
4:51 PM Changeset in ffmpeg [cd7c3ac] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mjpegdec: Simplify creating VLC table …
4:51 PM Changeset in ffmpeg [d4a4a674] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/sheervideo: Simplify creating VLC table …
4:51 PM Changeset in ffmpeg [f31bf4a1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mss4: Make VLCs static Signed-off-by: Andreas Rheinhardt …
4:51 PM Changeset in ffmpeg [313e5724] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mss4: Don't duplicate standard JPEG tables Signed-off-by: …
4:51 PM Changeset in ffmpeg [70bbb4cc] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mss4: Simplify creating VLC tables The lengths of the codes …
4:51 PM Changeset in ffmpeg [e7f15f77] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rv40: Avoid code duplication when initializing VLCs Besides …
4:51 PM Changeset in ffmpeg [477fc65d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rv40: Avoid offset table when initializing static VLCs …
4:51 PM Changeset in ffmpeg [fcde452] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rv40: Make better use of VLC symbols table RealVideo 4.0 has …
4:51 PM Changeset in ffmpeg [47a72391] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rv40: Make the tables used to initialize VLCs smaller After …
4:51 PM Changeset in ffmpeg [5f2b30ba] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/qdm2: Make decoder init-threadsafe Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [03112cd] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/qdm2: Avoid offsets table when initializing VLCs …
4:51 PM Changeset in ffmpeg [bcdf67c7] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/qdm2: Initialize array of VLCs in a loop Signed-off-by: …
4:51 PM Changeset in ffmpeg [760217f4] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/qdm2: Apply offsets when initializing VLCs Signed-off-by: …
4:51 PM Changeset in ffmpeg [682b0e42] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/qdm2: Make tables used to initialize VLCs smaller After …
4:51 PM Changeset in ffmpeg [f782dd31] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mobiclip: Reindentation Signed-off-by: Andreas Rheinhardt …
4:51 PM Changeset in ffmpeg [ee1ddd30] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mobiclip: Make decoder init-threadsafe Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [866c2ef1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mobiclip: Avoid code duplication when initializing VLCs …
4:51 PM Changeset in ffmpeg [a58be262] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mobiclip: Avoid redundant codes table to initialize VLCs If …
4:51 PM Changeset in ffmpeg [a2a8da6d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpc8: Make decoder init-threadsafe Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [3dee5fa1] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpc7: Make decoder init-threadsafe Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [33aaf861] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/imc: Make imc/iac decoders init-threadsafe Signed-off-by: …
4:51 PM Changeset in ffmpeg [83ff99ad] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpc8: Avoid code duplication when initializing VLCs Up until …
4:51 PM Changeset in ffmpeg [6c8e85c6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpc8: Reduce the size of some VLCs Several of the …
4:51 PM Changeset in ffmpeg [e55ade2c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpc8: Reduce the size of the length tables to initialize VLCs …
4:51 PM Changeset in ffmpeg [c9d779a3] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpc8: Apply offsets when initializing VLCs Signed-off-by: …
4:51 PM Changeset in ffmpeg [906911f5] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpc8: Reduce size of tables used to initialize VLCs By …
4:51 PM Changeset in ffmpeg [dc7b3c79] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpc7: Avoid offsets table when creating VLCs Signed-off-by: …
4:51 PM Changeset in ffmpeg [355bce5] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpc7: Apply offsets when creating VLCs Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [354ba64f] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mpc7: Reduce size of tables used to initialize VLCs By …
4:51 PM Changeset in ffmpeg [949367b0] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/motionpixels: Simplify creating VLC tables By using …
4:51 PM Changeset in ffmpeg [b9dc0006] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mimic: Make VLC static Signed-off-by: Andreas Rheinhardt …
4:51 PM Changeset in ffmpeg [34cb6d23] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mimic: Reduce size of tables used to initialize VLCs By …
4:51 PM Changeset in ffmpeg [e804eb0e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rv10: Simplify handling of skip VLC entries The VLC tables to …
4:51 PM Changeset in ffmpeg [1320d336] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rv10: Make VLC tables smaller These tables were huge (14 …
4:51 PM Changeset in ffmpeg [daf8b10e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rv10: Use symbol table more effectively The RealVideo 1.0 …
4:51 PM Changeset in ffmpeg [df3269f5] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rv10: Reduce number of exceptions when reading VLC value …
4:51 PM Changeset in ffmpeg [e730b155] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/rv10: Reduce the size of the tables used to initialize VLCs …
4:51 PM Changeset in ffmpeg [7eef70a0] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cook: Inline constants Signed-off-by: Andreas Rheinhardt …
4:51 PM Changeset in ffmpeg [3ff0179b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cook: Avoid big length tables for VLC initialization …
4:51 PM Changeset in ffmpeg [3f4cfc48] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cook: Apply offset when initializing VLC table Signed-off-by: …
4:51 PM Changeset in ffmpeg [530d86b9] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cook: Make tables to initialize VLCs smaller Up until now, …
4:51 PM Changeset in ffmpeg [8887232c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/wnv1: Make decoder init-threadsafe Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [4a772b13] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/wnv1: Apply offset during init, not later every time …
4:51 PM Changeset in ffmpeg [a8646a7b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/wnv1: Make array for initializing VLC smaller This is …
4:51 PM Changeset in ffmpeg [f86dcd00] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/clearvideo: Make VLC tables static Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [e67e4d43] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/clearvideo: Apply VLC offset during init Signed-off-by: …
4:51 PM Changeset in ffmpeg [222cc6ea] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/clearvideo: Use minimal max_depth in get_vlc2() …
4:51 PM Changeset in ffmpeg [c880889c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/clearvideo: Inline constants Signed-off-by: Andreas …
4:51 PM Changeset in ffmpeg [ef9652ba] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/clearvideo: Improve handling of VLC escape values Both the …
4:51 PM Changeset in ffmpeg [1d3ec27b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/clearvideo: Avoid huge VLC length tables After the motion …
4:51 PM Changeset in ffmpeg [e97081a6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/clearvideo: Avoid code duplication when initializing VLCs …
4:51 PM Changeset in ffmpeg [c82a559e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/clearvideo: Avoid code tables for initializing VLCs The …
4:51 PM Changeset in ffmpeg [c055d8f0] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/imc: Avoid offsets table when creating VLCs Signed-off-by: …
4:51 PM Changeset in ffmpeg [200e8e80] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/imc: Make Huffman tables smaller The IMC decoder uses Huffman …
4:51 PM Changeset in ffmpeg [b0094be7] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/on2avc: Apply offset when initializing VLC Signed-off-by: …
4:51 PM Changeset in ffmpeg [2935d29e] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/on2avcdata: Combine tables for codebooks Using one big table …
4:51 PM Changeset in ffmpeg [71753c52] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/on2avc: Use smaller tables for VLCs The On2 audio decoder …
4:51 PM Changeset in ffmpeg [fefe2cbb] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smacker: Improve creating Huffman VLC tables The Smacker …
4:51 PM Changeset in ffmpeg [09062eec] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cllc: Improve creating VLCs One can offload the computation …
4:51 PM Changeset in ffmpeg [4df51441] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/tscc2: Make VLC tables static Also use a named constant for …
4:51 PM Changeset in ffmpeg [b629deab] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/bitstream: Allow static VLC tables to be bigger than needed …
4:51 PM Changeset in ffmpeg [e127af3] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/tscc2: Combine tables for initializing VLCs Using one big …
4:51 PM Changeset in ffmpeg [d2e55e3a] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/tscc2: Reduce the size of the tables used to initialize VLCs …
4:51 PM Changeset in ffmpeg [f55da066] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/bitstream: Add second function to create VLCs When using …
2:40 PM Ticket #4907 (Support decoding animated WebP images) updated by Zennn
Replying to jzlomek: > I am finishing the implementation. …
2:38 PM Ticket #9024 (Broken mp4 files / instable) updated by Steven Liu
Cc changed
As Carl usually said: "Please test current FFmpeg git head and provide …
2:34 PM Changeset in ffmpeg [3021c611] by Paul B Mahol <onemda@gmail.com>
avfilter/aeval: add timeline support for aeval
1:02 PM Changeset in ffmpeg [3ffed80e] by liuqi05 <liuqi05@kuaishou.com>
hlsenc: expand hls_fmp4_init_filename with strftime() the init.mp4 …
12:57 PM Changeset in ffmpeg [45a673e] by liuqi05 <liuqi05@kuaishou.com>
avformat/hls: Fixes overwriting existing #EXT-X-PROGRAM-DATE-TIME …

Dec 7, 2020:

8:09 PM Changeset in ffmpeg [18befac5] by Paul B Mahol <onemda@gmail.com>
avfilter/f_perms: add timeline support
8:09 PM Changeset in ffmpeg [f41de043] by Paul B Mahol <onemda@gmail.com>
avfilter/af_earwax: fix filter behavior Previous filter output was …
7:44 PM Ticket #9024 (Broken mp4 files / instable) created by gibson85
Dear ffmpeg team, I shouldn't complain to much because ffmpeg is …
7:39 PM Ticket #9023 (loop flag producing a static image video unexpected behavior) created by Aj
Dear beloved community of the open-source kingdom! I've been trying …
7:39 PM Ticket #9022 (loop flag producing a static image video unexpected behavior) created by Aj
Dear beloved community of the open-source kingdom! I've been trying …
6:07 PM FFmeeting/2020-12 created by Illya
5:28 PM Changeset in ffmpeg [c369ceb2] by James Almer <jamrial@gmail.com>
avcodec/dynamic_hdr10_plus: remove unused const variables …
5:22 PM Changeset in ffmpeg [1aa72fe7] by James Almer <jamrial@gmail.com>
avcodec/dynamic_hdr10_plus: don't take a GetBitContext as input …
5:22 PM Changeset in ffmpeg [b9f7c9b2] by James Almer <jamrial@gmail.com>
avcodec/hevc_sei: keep size in sync with the registered ITU-T T35 SEI …
5:22 PM Changeset in ffmpeg [32bbca07] by James Almer <jamrial@gmail.com>
avcodec/hevc_sei: split Dynamic HDR10+ SEI parsing into its own …
12:13 PM Changeset in ffmpeg [fcae745f] by Paul B Mahol <onemda@gmail.com>
doc/filters: fix obvious mistake for minimum accepted value
11:34 AM Changeset in ffmpeg [95fd790c] by Jan Ekström <jeebjp@gmail.com>
avformat/tee: allow packets with negative timestamps As this is a …
7:30 AM Ticket #9021 (mkv: DATE_RELEASED should behave as TDRL tag in ID3) updated by malaterre
Handbrake seems also to expect TDRL (exposed as ffmpeg:date tag) and …
7:09 AM Ticket #9021 (mkv: DATE_RELEASED should behave as TDRL tag in ID3) updated by malaterre
For reference, DATE_RELEASED is the expected tag by kodi/xbmc: * …
7:08 AM Ticket #9021 (mkv: DATE_RELEASED should behave as TDRL tag in ID3) created by malaterre
Summary of the bug: How to reproduce: […] The output file …

Dec 6, 2020:

10:59 PM Changeset in ffmpeg [67bb11b5] by Philip Langdale <philipl@overt.org>
avcodec/nvdec: Add support for decoding monochrome av1 The nvidia …
8:00 PM Changeset in ffmpeg [51dfd6f1] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/h264idct_template: Fix integer overflow in …
8:00 PM Changeset in ffmpeg [65b8974d] by Michael Niedermayer <michael@niedermayer.cc>
avformat/dsfdec: Check block_align more completely Fixes: infinite …
8:00 PM Changeset in ffmpeg [76b6c46a] by Michael Niedermayer <michael@niedermayer.cc>
avformat/av1dec: check size before addition in probing Fixes: signed …
8:00 PM Changeset in ffmpeg [47c146a5] by Michael Niedermayer <michael@niedermayer.cc>
avformat/realtextdec: read_ts() in 64bits Fixes: signed integer …
5:09 PM Changeset in ffmpeg [76fbb005] by Marton Balint <cus@passwd.hu>
avformat/dv: fix timestamps of audio packets in case of dropped …
4:56 PM Changeset in ffmpeg [7a170bd6] by James Almer <jamrial@gmail.com>
avcodec/dynamic_hdr10_plus: use get_bits_long() where needed …
3:29 PM Changeset in ffmpeg [5b90823] by James Almer <jamrial@gmail.com>
avcodec/hevc_sei: replace en dash character with a hyphen …
3:08 PM Changeset in ffmpeg [13f35782] by James Almer <jamrial@gmail.com>
avfilter/vf_showinfo: include the correct Dynamic HDR10+ header …
1:51 PM Changeset in ffmpeg [88b6ebda] by Paul B Mahol <onemda@gmail.com>
avfilter/af_biquads: add shortcut to set internal precision
9:03 AM Changeset in ffmpeg [2aab42bc] by Peter Ross <pross@xvid.org>
avformat/mspdec: Microsoft Paint (MSP) demuxer Signed-off-by: Peter …
8:51 AM Changeset in ffmpeg [85b442e2] by Peter Ross <pross@xvid.org>
avcodec/msp2dec: Microsoft Paint (MSP) version 2 decoder …

Dec 5, 2020:

10:53 PM Changeset in ffmpeg [b51b9bb] by Lynne <dev@lynne.ee>
hwcontext_vulkan: wait and signal semaphores when transferring to CUDA …
10:20 PM Changeset in ffmpeg [89e3f5ab] by James Almer <jamrial@gmail.com>
fate: add a test for HDR10+ metadata in HEVC Signed-off-by: James …
10:20 PM Changeset in ffmpeg [6e6d4c75] by James Almer <jamrial@gmail.com>
fftools/ffprobe: add support for HDR10+ metadata Signed-off-by: James …
10:20 PM Changeset in ffmpeg [6f2d6e3e] by James Almer <jamrial@gmail.com>
avfilter/vf_showinfo: add support for HDR10+ metadata Signed-off-by: …
10:19 PM Changeset in ffmpeg [afbc6852] by James Almer <jamrial@gmail.com>
avcodec/hevc_sei: add support for HDR10+ metadata Signed-off-by: …
7:08 PM Ticket #8349 (Dolby AC-4 Support) updated by Elon Musk
Post short samples of various configurations.
1:46 PM Changeset in ffmpeg [530d1dbc] by Paul B Mahol <onemda@gmail.com>
avfilter/af_afreqshift: add level option
11:02 AM Changeset in ffmpeg [34773ee6] by Paul B Mahol <onemda@gmail.com>
avfilter: add asubcut filter
4:46 AM Changeset in ffmpeg [4d97acfe] by Gyan Doshi <ffmpeg@gyani.pro>
libavformat/mov.c: export vendor id as metadata
1:00 AM Changeset in ffmpeg [95d12da5] by Limin Wang <lance.lmwang@gmail.com>
avformat/rtsp: prefer to use MAX_URL_SIZE for url and command buffer …
1:00 AM Changeset in ffmpeg [48235c82] by Limin Wang <lance.lmwang@gmail.com>
avutil/opt: add AV_OPT_FLAG_DEPRECATED option Signed-off-by: Limin …
1:00 AM Changeset in ffmpeg [e6ae4982] by Limin Wang <lance.lmwang@gmail.com>
avdevice/decklink: remove the duplicated warning message ./ffmpeg …

Dec 4, 2020:

11:29 PM Changeset in ffmpeg [e546d029] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/av1dec: Fix leak in case of failure A reference to an …
11:08 PM Changeset in ffmpeg [fef17e89] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/cdgraphics: Check frame before clearing Fixes: null pointer …
11:08 PM Changeset in ffmpeg [4f66dd13] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mpc8: Check remaining space in mpc8_parse_seektable() Fixes: …
11:08 PM Changeset in ffmpeg [72ca9f38] by Michael Niedermayer <michael@niedermayer.cc>
avformat/wavdec: Check for EOF in cues reading Fixes: Timeout (>20sec …
11:08 PM Changeset in ffmpeg [a834af13] by Michael Niedermayer <michael@niedermayer.cc>
avformat/vqf: Check len for COMM chunks Fixes: Infinite loop Fixes: …
11:08 PM Changeset in ffmpeg [c34004d8] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: Use av_sat_add64() in mov_read_sidx() This avoids a …
11:08 PM Changeset in ffmpeg [7d75ecf8] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mov: Avoid overflow in end computation in mov_read_custom() …
11:08 PM Changeset in ffmpeg [d7f87a4b] by Michael Niedermayer <michael@niedermayer.cc>
avformat/id3v2: Sanity check tlen before alloc and uncompress Fixes: …
10:57 PM Changeset in ffmpeg [7025c91d] by Paul B Mahol <onemda@gmail.com>
avfilter/af_arnndn: add mix option Mostly useful to listen to actual …
9:19 PM Ticket #9018 (Issue with disposition "forced" for a subtitles stream (mov_tex) in a ...) updated by Andrea Giudiceandrea
Version changed
6:50 PM Changeset in ffmpeg [ce8f45aa] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_v360: fix several problems with 'perspective' output The …
5:45 PM 0001-Patch-for-ticket-9019-CUDA-Compile-Broken-Using-MSVC.patch attached to Ticket #9019 by dbigler
Patch that fixes the problem using xxd.
5:28 PM Ticket #8349 (Dolby AC-4 Support) updated by Chris_in_Texas
With more ATSC3.0 channels coming nationwide we really need support …
2:46 PM Changeset in ffmpeg [dbf8a163] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ffwavesynth: Mark decoder as init-threadsafe Reviewed-by: …
2:46 PM Changeset in ffmpeg [5766c8e9] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/utils: Remove ff_codec_open2_recursive() This function …
2:46 PM Changeset in ffmpeg [1d2d91d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/tiff: Make decoder init-threadsafe The only thing that stands …
2:46 PM Changeset in ffmpeg [f41f58f] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/faxcompr: Make ff_ccitt_unpack_init() thread-safe This will …
2:46 PM Changeset in ffmpeg [d9b70d64] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smvjpegdec: Make decoder init-threadsafe The only thing that …
2:46 PM Changeset in ffmpeg [ba96cdd5] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cri: Make decoder init-threadsafe The only thing that stands …
2:46 PM Changeset in ffmpeg [4e1fee40] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec: Fix invalid uses of ff_codec_open2_recursive() Normally no …
2:46 PM Changeset in ffmpeg [9de6688c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mxpegdec: Fix memleaks upon init failure Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [f3e645a] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/mjpegdec: Fix memleak upon init failure This affected all …
2:46 PM Changeset in ffmpeg [6a2defd7] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/smc: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [b3912f8d] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/sipr: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [7b9f0b80] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/shorten: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [3c6b6f54] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/sgirledec: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [77227047] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/sgienc: Combine av_log() statements Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [2aef81b0] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/sgienc: Mark encoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [3e756315] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/sgidec: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [6c697aee] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/tmv: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [a85bb5d7] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ulti: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [bfee34ca] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/ws-snd1: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [9a7fe43c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/xxan: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [e645f0f0] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/xxan: Cleanup generically on init failure Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [703abb3c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/xsubenc: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [42c0cf8] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/xsubdec: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [88f0d6b6] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/xl: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [44a893f0] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/xfacedec: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [dbdad78b] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/xan: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [85e1d469] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/xan: Cleanup generically on init failure Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [13f10dc] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/yuv4dec: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [ced33a2c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/y41penc: Mark encoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [b509692c] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/y41pdec: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [c53f39ab] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/yop: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [b143f8c2] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cljrdec: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [a6bed408] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/loco: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [5ff030f9] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/pcm: Mark decoders as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [5634ce23] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/pcm: Make encoders init-threadsafe Reviewed-by: Anton Khirnov …
2:46 PM Changeset in ffmpeg [6643eaaa] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/adpcmenc: Mark encoders as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [87a5d982] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/adpcm: Mark decoders as init-threadsafe They don't modify any …
2:46 PM Changeset in ffmpeg [868368aa] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/cdtoons: Mark decoder as init-threadsafe Reviewed-by: Anton …
2:46 PM Changeset in ffmpeg [6d4b9695] by Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
avcodec/a64multienc: Mark encoders as init-threadsafe Reviewed-by: …
2:40 PM Changeset in ffmpeg [51f8848e] by Paul B Mahol <onemda@gmail.com>
avfilter/af_stereotools: add support for commands
2:40 PM Changeset in ffmpeg [eebf19cc] by Paul B Mahol <onemda@gmail.com>
avfilter/af_stereotools: add timeline support
10:58 AM Changeset in ffmpeg [45614635] by Paul B Mahol <onemda@gmail.com>
avfilter/af_stereotools: add two more modes
3:21 AM Ticket #9020 (http BUFFER_SIZE too small) created by Jan Tojnar
Summary of the bug: When making a HTTP request with a large …
Note: See TracTimeline for information about the timeline view.