Timeline



Jan 25, 2016:

10:49 PM Changeset in ffmpeg [38622007] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
vf_libopencv: add support for opencv 3 It dropped the old headers, …
9:15 PM Changeset in ffmpeg [73e4565d] by Marton Balint <cus@passwd.hu>
lavc/libzvbi-teletextdec: add support for setting background opacity …
9:06 PM Changeset in ffmpeg [92f2a9db] by Marton Balint <cus@passwd.hu>
lavc/libzvbi-teletextdec: remove cmax variable Use VBI_NB_COLORS …
9:06 PM Changeset in ffmpeg [fe4a2cbd] by Marton Balint <cus@passwd.hu>
lavc/libzvbi-teletextdec: use the built-in transparent color for …
7:52 PM input.m2ts attached to Ticket #5196 by tzimmo
input.m2ts file for ffmpeg to reproduce the issue
7:51 PM Ticket #5196 (Copy of Bluray m2ts file gets broken) created by tzimmo
I try to copy one video, one audio and one subtitle track "as is" from …
7:48 PM Ticket #1564 (support dvaudio in non dv container) updated by ami_stuff
Replying to richardpl: > The avi sample is gone. …
7:43 PM Changeset in ffmpeg [b46aae09] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
build: use a link instead of changing current directory when compiling …
7:42 PM Ticket #1564 (support dvaudio in non dv container) updated by Elon Musk
The avi sample is gone.
6:59 PM Ticket #5186 (concat of streamed mkv fails) closed by Andrey Utkin
duplicate: Duplicate of http://trac.ffmpeg.org/ticket/5189, works-for-me …
6:58 PM Ticket #5189 (Timestamp warnings when concat-ing nut files streamed through fifos) closed by Andrey Utkin
worksforme: This is an isue with concat demuxer - cat->files[1]->start_time stays …
6:47 PM Ticket #5195 (v210 with odd size) created by ami_stuff
exported from Premiere, decodes correctly with VirtualDub (internal …
6:47 PM Changeset in ffmpeg [8b02af1e] by Michael Niedermayer <michael@niedermayer.cc>
avformat/mpegtsenc: Fix multi program so that it supports adding the …
6:47 PM Changeset in ffmpeg [191ec55c] by Michael Niedermayer <michael@niedermayer.cc>
lavc/rawdec: Use 16-byte line alignment for AV_PIX_FMT_MONOWHITE The …
6:19 PM Ticket #1564 (support dvaudio in non dv container) updated by ami_stuff
some samples exported from Premiere (built-in codec): …
6:15 PM mpeg1_fuzz.mpg attached to Ticket #5194 by ami_stuff
6:15 PM Ticket #5194 (mpeg enc: infinite loop with fuzzed file) created by ami_stuff
[…]
6:05 PM wmv2_fuzz.wmv attached to Ticket #5193 by ami_stuff
6:04 PM Ticket #5193 (No warning shown before duplicating a frame many thousand times) created by ami_stuff
[…]
5:57 PM Changeset in ffmpeg [209f50e1] by James Almer <jamrial@gmail.com>
avcodec/synth_filter: split off remaining code from dcadec files …
5:25 PM Ticket #5192 (Unplayable mpeg ts after converting mp3 to mp4 with image and then ...) created by tmeisenh
I am having issues converting an mp3 to an mp4 with a single watermark …
5:09 PM Changeset in ffmpeg [4709f721] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavfi: Use AV_CEIL_RSHIFT where needed
5:02 PM Changeset in ffmpeg [e8030714] by Vittorio Giovara <vittorio.giovara@gmail.com>
yuv4mpegenc: Use AV_CEIL_RSHIFT where needed
5:02 PM Changeset in ffmpeg [6695f178] by Vittorio Giovara <vittorio.giovara@gmail.com>
pixdesc: Use AV_CEIL_RSHIFT in documentation
5:01 PM Changeset in ffmpeg [1546a41a] by Vittorio Giovara <vittorio.giovara@gmail.com>
pixdesc: Drop unneeded deprecation warning guards
5:00 PM Changeset in ffmpeg [9cac1b4b] by Vittorio Giovara <vittorio.giovara@gmail.com>
qsvenc: Add private option to replace coder_type Missing from …
4:10 PM Changeset in ffmpeg [5dc37a5d] by Paul B Mahol <onemda@gmail.com>
avcodec/dcaenc: do not change user requested bitrate Signed-off-by: …
4:10 PM Changeset in ffmpeg [06f65fd0] by Paul B Mahol <onemda@gmail.com>
avcodec/dcaenc: return correct number of bytes in output packet …
4:03 PM Ticket #5191 (no constant frame rate with MP4 to TS conversion) created by kyriako41
Hello, I want to convert MP4 to TS, using, for example: ffmpeg …
3:47 PM Changeset in ffmpeg [ed0c5505] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/utils: run ff_frame_thread_encoder_init() only for encoders …
1:21 PM Ticket #5190 (RSS is broken) updated by Carl Eugen Hoyos
Keywords changed
1:01 PM Ticket #5190 (RSS is broken) created by Andrey Efremov
News RSS is broken for some time: https://ffmpeg.org/main.rss
11:58 AM Ticket #5189 (Timestamp warnings when concat-ing nut files streamed through fifos) created by Andrey Utkin
Summary of the bug: The below script works and does what is intended, …
10:59 AM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if you can add the missing information.
10:56 AM Ticket #5181 (Video component range (mpeg/pc) not tracked properly between filters) updated by Carl Eugen Hoyos
Please test current FFmpeg git head and please provide the command …
10:07 AM Changeset in ffmpeg [46f67f4a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/rawdec: Check height and packet size Avoids potential …
10:07 AM Changeset in ffmpeg [82325dbe] by Michael Niedermayer <michael@niedermayer.cc>
lavc/rawdec: Use 16-byte line alignment for 1, 2, 4 and 8 bpp This …
10:07 AM Changeset in ffmpeg [fe7639b] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/rawdec: initialize palette for mono Signed-off-by: Michael …
9:51 AM Ticket #5173 (How to add a single image with scroll effect) updated by Elon Musk
You can do it with crop filter.
8:12 AM Changeset in ffmpeg [eef9f065] by Luca Barbato <lu_zero@gentoo.org>
avplay: Allow to override the codec Signed-off-by: Luca Barbato …
8:12 AM Changeset in ffmpeg [6fa464f8] by Luca Barbato <lu_zero@gentoo.org>
avplay: Statically allocate the player state And move the resource …
8:12 AM Changeset in ffmpeg [611ba89b] by Luca Barbato <lu_zero@gentoo.org>
avplay: Rename cur_stream to player The name was misleading. …
8:12 AM Changeset in ffmpeg [21bbc345] by Luca Barbato <lu_zero@gentoo.org>
avplay: Rename VideoState to PlayerState The structure is not …
8:12 AM Changeset in ffmpeg [fdd464cb] by Luca Barbato <lu_zero@gentoo.org>
avplay: Allocate the refresh thread next to the decode thread It does …
8:10 AM Changeset in ffmpeg [f22f9005] by Luca Barbato <lu_zero@gentoo.org>
avplay: Move the stream setup in the main thread And refactor the …
1:56 AM trouble.dv attached to Ticket #5188 by Carl Eugen Hoyos
1:55 AM Ticket #5188 (Damaged dvvideo makes overlay not stop on eof) created by Carl Eugen Hoyos
http://thread.gmane.org/gmane.comp.video.ffmpeg.user/60728 A user …
1:22 AM test_720x486i_dotcrawl_cut.avi attached to Ticket #5187 by Carl Eugen Hoyos
1:21 AM Ticket #5187 (Green lines with fieldmatch) created by Carl Eugen Hoyos
Some resolutions (?) lead to green bottom lines with fieldmatch. […]
1:18 AM Ticket #5186 (concat of streamed mkv fails) created by Andrey Utkin
When you concatenate (with concat demuxer) matroska files which were …
12:15 AM Ticket #5185 (Excessive HTTP traffic for DASH mp4 videos) updated by Carl Eugen Hoyos
Please test current FFmpeg git head and please provide the command …
12:13 AM Ticket #5185 (Excessive HTTP traffic for DASH mp4 videos) updated by Misaki
For anyone concerned with feasibility, totem, ffplay, and vlc could …

Jan 24, 2016:

11:50 PM Ticket #5185 (Excessive HTTP traffic for DASH mp4 videos) created by Misaki
This might have been reported before, if so I apologize. Using …
11:30 PM Changeset in ffmpeg [1d8f9b7] by James Almer <jamrial@gmail.com>
avcodec/webp: fix decoder dependencies Signed-off-by: James Almer …
11:18 PM Changeset in ffmpeg [cde57eee] by Michael Niedermayer <michael@niedermayer.cc>
avformat/hls: Check that filename is not "" in probe before checking …
11:02 PM Ticket #4768 (FFmpeg preserving CFR during TS to MP4 conversion) updated by Misaki
This bug report had a solution, but what about the concat input …
10:48 PM Ticket #5183 (Build broken after DeckLink header cleanup) closed by Timothy Gu
fixed: Alright I give up. The current master is fixed anyway.
10:39 PM Ticket #5080 (Excessive HTTP GETs reading MP4 from web server) updated by Misaki
It's easier to handle when audio is earlier, since it's typically …
10:23 PM Ticket #4146 (zoompan progress stops after 2 sec when it is overlayed) closed by Elon Musk
fixed: Should be fixed in f42eae96b22d2f9a823bc616b2424164524eed96.
10:02 PM Ticket #5183 (Build broken after DeckLink header cleanup) updated by RiCON
With the patch it fails on linking with: […]
10:01 PM Ticket #5160 (Document how -fs reduces size) updated by Misaki
It appears to stop, similar to pressing ctrl-C in Linux, once detected …
9:51 PM Ticket #5081 (A wish for ffmpeg to be able to reference input properties) updated by Misaki
In the contrived example, -shortest might be able to accomplish the …
9:30 PM Ticket #5170 (Input option -r has no effect with -vcodec copy) updated by Misaki
The -r option (for input methods) is not appropriate for …
9:14 PM 0001-decklink-Header-cleanup.patch attached to Ticket #5183 by Timothy Gu
New patch
9:13 PM Ticket #5183 (Build broken after DeckLink header cleanup) updated by Timothy Gu
I believe the most important error is not copied: that is, …
9:03 PM Ticket #5184 (Incorrect pts at start of avi file) updated by Misaki
Version changed
9:02 PM Shadow Hearts IIカレン動画 - パンチラ見るだけ (2)-sample.avi attached to Ticket #5184 by Misaki
avi file with no pts, leading to bug
9:00 PM Ticket #5184 (Incorrect pts at start of avi file) created by Misaki
The included file is .avi, and therefore has to presentation …
8:54 PM Changeset in ffmpeg [3e7d6849] by Paul B Mahol <onemda@gmail.com>
avcodec/flacenc: fix calculation of bits required in case of custom …
8:43 PM Ticket #5183 (Build broken after DeckLink header cleanup) updated by Timothy Gu
That commit has been reverted for now. I would still like to see the …
8:42 PM Changeset in ffmpeg [ce36cb08] by Timothy Gu <timothygu99@gmail.com>
Revert "decklink: Header cleanup" This reverts commit …
8:11 PM Ticket #5183 (Build broken after DeckLink header cleanup) updated by Carl Eugen Hoyos
Priority, Keywords, Component, Description changed
Please provide the complete console output of {{{make V=1 …
7:29 PM Changeset in ffmpeg [f42eae96] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_zoompan: fix pts handling Now output pts have some sense. …
7:04 PM Ticket #5183 (Build broken after DeckLink header cleanup) updated by laurfb
Summary changed
7:03 PM Ticket #5183 (Build broken after DeckLink header cleanup) created by laurfb
Summary of the bug: Build broken after …
6:17 PM Changeset in ffmpeg [8a343443] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_zoompan: unbreak filtering with video input Inserting …
6:15 PM Encode/AAC edited by Timothy Gu
Remove two more instances of vo-aacenc (diff)
6:12 PM Encode/AAC edited by Timothy Gu
vo-aacenc is removed (diff)
5:45 PM Changeset in ffmpeg [794b0150] by Timothy Gu <timothygu99@gmail.com>
Changelog: Add entry on libquvi being removed
5:43 PM Changeset in ffmpeg [fe71fde2] by Timothy Gu <timothygu99@gmail.com>
configure: Maintain alphabetical order of components This is not …
4:49 PM Changeset in ffmpeg [3b9f41a9] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_zoompan: rewrite so it doesn't cache all output frames …
4:45 PM Changeset in ffmpeg [9cf81e57] by Ronald S. Bultje <rsbultje@gmail.com>
lavfi: recognize GBR9-14P as RGB in ff_fill_rgba_map().
4:01 PM Changeset in ffmpeg [2d40a09b] by Kieran Kunhya <kieran@kunhya.com>
avformat: Remove support for libquvi libquvi has not been updated …
3:52 PM Changeset in ffmpeg [a7305c78] by Michael Niedermayer <michael@niedermayer.cc>
Print the whitelists if entities are not found on them Signed-off-by: …
3:52 PM Changeset in ffmpeg [3130556c] by Michael Niedermayer <michael@niedermayer.cc>
avformat: Document urls a bit Spell-checked-by: Moritz Barsnick …
3:50 PM Changeset in ffmpeg [81306fd4] by Anton Khirnov <anton@khirnov.net>
hls: eliminate ffurl_* usage Now all IO should go through the IO …
3:45 PM Changeset in ffmpeg [9f61abc8] by Anton Khirnov <anton@khirnov.net>
lavf: allow custom IO for all files Some (de)muxers open additional …
3:31 PM Changeset in ffmpeg [61fb70c3] by Timothy Gu <timothygu99@gmail.com>
decklink: Header cleanup This commit cleans up the decklink files' …
3:29 PM Changeset in ffmpeg [bd4d1920] by Timothy Gu <timothygu99@gmail.com>
common.mak: Use CCFLAGS for assembly generation as well CCFLAGS is …
3:28 PM Changeset in ffmpeg [af54a36f] by Timothy Gu <timothygu99@gmail.com>
avdevice: Mark decklink_common.h as unconditional SKIPHEADER It is a …
1:41 PM Changeset in ffmpeg [17d41220] by Clément Bœsch <u@pkh.me>
lavfi/pthread: fix perameters/parameters typo
1:32 PM Changeset in ffmpeg [547d4120] by Paul B Mahol <onemda@gmail.com>
avfilter: update some comments start_frame is no more, samplesref …
2:20 AM Ticket #5180 (build broken on Windows) reopened by Hendrik
The fix does not work, as evident by FATE: …

Jan 23, 2016:

9:36 PM Ticket #5180 (build broken on Windows) closed by Carl Eugen Hoyos
fixed: Fixed in 22ee0a576faff87a24e30b2a27a3607dee4ca6c7 Tank you for the …
9:22 PM Changeset in ffmpeg [22ee0a57] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
build: fix msvc build Fix configure to set DST_PATH to the Windows …
9:14 PM Ticket #5180 (build broken on Windows) updated by cwalv
[http://ffmpeg.org/pipermail/ffmpeg-devel/2016-January/187793.html
9:10 PM Ticket #5182 (ffmpeg OOM with filters) updated by Elon Musk
Status changed
9:09 PM Ticket #5182 (ffmpeg OOM with filters) created by Elon Musk
Summary of the bug: FFmpeg caches all output frames instead of …
8:47 PM Changeset in ffmpeg [f503022c] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
build: fix make checkheaders in out-of-tree builds Reviewed-by: …
8:03 PM Changeset in ffmpeg [68395f8c] by Anton Khirnov <anton@khirnov.net>
qsvenc: fix a typo Introduced in 0e6c8532215790bbe560a9eea4f3cc82bb55cf92.
7:53 PM Changeset in ffmpeg [0be43773] by Michael Niedermayer <michael@niedermayer.cc>
fate/cabac: replace uninitialized bytes by random bytes Fixes …
7:46 PM Changeset in ffmpeg [cc602061] by Anton Khirnov <anton@khirnov.net>
x86inc: Add debug symbols indicating sizes of compiled functions Some …
7:44 PM Changeset in ffmpeg [002c4779] by Anton Khirnov <anton@khirnov.net>
x86inc: Avoid creating unnecessary local labels The REP_RET …
7:43 PM Changeset in ffmpeg [fd6ecac3] by Anton Khirnov <anton@khirnov.net>
x86inc: Simplify AUTO_REP_RET cpuflags is never undefined any more, …
7:42 PM Changeset in ffmpeg [5ca8e19] by Anton Khirnov <anton@khirnov.net>
x86inc: Use more consistent indentation Signed-off-by: Anton Khirnov …
7:41 PM Changeset in ffmpeg [91ed050f] by Anton Khirnov <anton@khirnov.net>
x86inc: Preserve arguments when allocating stack space When …
7:30 PM Changeset in ffmpeg [715eb7ca] by Anton Khirnov <anton@khirnov.net>
x86inc: Improve FMA instruction handling * Correctly handle FMA …
7:30 PM Changeset in ffmpeg [f60f06d9] by Anton Khirnov <anton@khirnov.net>
x86inc: Be more verbose in assertion failures Signed-off-by: Anton …
7:19 PM Changeset in ffmpeg [7adcd4e8] by Anton Khirnov <anton@khirnov.net>
x86inc: Make cpuflag() and notcpuflag() return 0 or 1 Makes it …
7:16 PM Changeset in ffmpeg [d336bfc] by Anton Khirnov <anton@khirnov.net>
pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample() …
5:29 PM Changeset in ffmpeg [d863785] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/vf_convolution: Use av_clip_uint8() Signed-off-by: Michael …
5:28 PM Changeset in ffmpeg [7fc944df] by Michael Niedermayer <michael@niedermayer.cc>
fate/ffmpeg: Fix colorkey test failure without samples Signed-off-by: …
4:51 PM Ticket #2874 (Export image2 file name as frame metadata) updated by Anthony DeRobertis
Cc changed
2:39 PM [MMD] Touhou 十六夜咲夜 PinkCat [20160106H5hQPvxN]-sample.flv attached to Ticket #5181 by Misaki
yuvj example file, any should do
2:36 PM Ticket #5181 (Video component range (mpeg/pc) not tracked properly between filters) created by Misaki
I apologize if some aspect of this report is done wrong. time nice …
2:17 PM Ticket #2616 (support matrox mpeg-2 I-frame with alpha codec (m704 fourcc)) updated by ami_stuff
Replying to michael: > Replying to [comment:14
2:15 PM matrox.7z attached to Ticket #2616 by ami_stuff
1:34 PM Changeset in ffmpeg [c0c4d7a0] by Luca Barbato <lu_zero@gentoo.org>
configure: Correctly add openssl cflags and libs
12:29 PM Changeset in ffmpeg [406f3007] by Hendrik Leppkes <h.leppkes@gmail.com>
dxva2_h264: fix reference field marking in long slice struct Fixes …
9:04 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
Hold your horses, I haven't pushed anything for I/S yet, and it will …
8:52 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Replying to klaussfreire: > Update: I found the main …
8:47 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
Update: I found the main reason why fdk is so far ahead - basically, …
3:43 AM Ticket #5180 (build broken on Windows) updated by James
Priority, Keywords, Status changed
3:37 AM Ticket #5180 (build broken on Windows) created by cwalv
Summary of the bug: How to reproduce: […] …
1:17 AM Changeset in ffmpeg [f5025836] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mpeg4videoenc: Use 64bit for time variables Fixes assertion …

Jan 22, 2016:

11:12 PM Changeset in ffmpeg [15cc98a0] by Michael Niedermayer <michael@niedermayer.cc>
avformat/libquvi: Set default demuxer and protocol limitations …
11:12 PM Changeset in ffmpeg [8e32d014] by Michael Niedermayer <michael@niedermayer.cc>
avformat/concat: Check protocol prefix Reviewed-by: Andreas Cadhalpun …
11:12 PM Changeset in ffmpeg [9a8034b] by Michael Niedermayer <michael@niedermayer.cc>
doc/demuxers: Document enable_drefs and use_absolute_path …
8:41 PM Changeset in ffmpeg [805563c8] by Paul B Mahol <onemda@gmail.com>
avfilter/af_ladspa: accepts ' ' as command separator too …
7:33 PM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Mulvya
6:56 PM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Carl Eugen Hoyos
To make this a valid ticket, please: Provide the FFmpeg command line …
6:48 PM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Richard Bushell
If ffmpeg libx264 is actually writing mp42 format mp4 files, then the …
6:04 PM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Carl Eugen Hoyos
If you want your issue fixed please try to answer my questions. If you …
5:47 PM Ticket #5177 (Errors with FFMPEG on Ubuntu 16.04 While Using AMERGE: Segmentation ...) updated by RWReese
It was the latest version when I started. Apparently you folks found …
5:15 PM Changeset in ffmpeg [ce855bf] by Rostislav Pehlivanov <atomnuker@gmail.com>
diracdec: fix full range videos Full range video had been broken by …
5:06 PM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Richard Bushell
For clarification, we are using: libx264 on the ffmpeg commandline for …
4:57 PM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Richard Bushell
I need to know definitively if ffmpeg is writing MP4v1 or MP4v2, so …
4:54 PM Changeset in ffmpeg [8a5d4a5] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_convolution: add timeline support Signed-off-by: Paul B …
4:32 PM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Carl Eugen Hoyos
Your posts are a little confusing, please try to clarify a few things: …
3:56 PM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by jyavenard
calling av_lockmgr_register(nullptr) solved the problem, it will …
3:08 PM Changeset in ffmpeg [87a814fd] by Martin Storsjö <martin@martin.st>
libavcodec: Add missing AVClass pointers This fixes crashes since …
2:59 PM Changeset in ffmpeg [ee3eac59] by Michael Niedermayer <michael@niedermayer.cc>
fate: Add a small number of rawvideo in mov tests Signed-off-by: …
2:47 PM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Richard Bushell
Interestingly, if I change the brand via MP4Box to:- major brand: mp41 …
2:36 PM Changeset in ffmpeg [84110f4f] by Michael Niedermayer <michael@niedermayer.cc>
libavformat/tcp.c : add send_buffer_size and recv_buffer_size options …
1:57 PM Changeset in ffmpeg [1fb5ae44] by Ganesh Ajjanagadde <gajjanagadde@gmail.com>
lavc/wmadec: replace pow by faster functions Further speedups …
1:56 PM Changeset in ffmpeg [cea529dd] by Ganesh Ajjanagadde <gajjanagadde@gmail.com>
lavc/opus_celt: replace pow(2,x) by exp2f(x) Faster methods possible; …
1:56 PM Changeset in ffmpeg [9254e617] by Ganesh Ajjanagadde <gajjanagadde@gmail.com>
lavc/atrac3plusdsp: change pow(2,x) to exp2f(x) Much faster …
1:56 PM Changeset in ffmpeg [89189b10] by Ganesh Ajjanagadde <gajjanagadde@gmail.com>
lavc/wma: add av_warn_unused_result to ff_wma_init May help to …
1:54 PM Ticket #5179 (Native AAC encoder does not respect channelmap assignments) updated by Mulvya
At least some encoder seems to, according to …
1:48 PM Ticket #5179 (Native AAC encoder does not respect channelmap assignments) updated by Rostislav Pehlivanov
The AAC specifications define only the most common channel map per a …
1:36 PM Ticket #5179 (Native AAC encoder does not respect channelmap assignments) created by Mulvya
Tried to generate a 4-channel AAC stream with quad(side) layout, but …
12:38 PM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Richard Bushell
512 is written currently (which I believe is the Minor Version for …
12:30 PM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Carl Eugen Hoyos
Can you confirm that your actual issue is not that FFmpeg does not …
12:28 PM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Carl Eugen Hoyos
Why should the minor version for mp41 be 0?
12:20 PM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Richard Bushell
We did try the ffmpeg -brand option, but it doesn't have a MINOR …
12:19 PM Changeset in ffmpeg [70ece6cc] by Michael Niedermayer <michael@niedermayer.cc>
fate: add 1 and 15BPP rawvideo in avi tests Signed-off-by: Michael …
12:05 PM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Carl Eugen Hoyos
Iirc, FFmpeg does not write mp42-compatible files, only mp41. Did you …
11:59 AM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Richard Bushell
MPEG-DASH conformance problems, and video players not knowing the …
11:55 AM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) updated by Carl Eugen Hoyos
Keywords, Component changed
What kind of problems?
11:06 AM Changeset in ffmpeg [1c02af30] by Paul B Mahol <onemda@gmail.com>
avfilter: add convolution filter Signed-off-by: Paul B Mahol …
11:01 AM Ticket #5178 (isom cannot be a MAJOR BRAND in MP4 created from ffmpeg) created by Richard Bushell
Dear ffmpeg team isom cannot be a MAJOR BRAND in MP4, please could …
10:11 AM Changeset in ffmpeg [b18467a9] by Paul B Mahol <onemda@gmail.com>
avfilter/avf_showwaves: add logarithmic amplitude scaler …
9:45 AM Ticket #5093 (Accurate seek not possible with MPEG program stream and transport sream) updated by pkerling
As a workaround: […] with the -ss value set to two seconds …
8:50 AM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by jyavenard
Why wasn't the codec_mutex not allocated on the stack instead ? The …
1:38 AM Changeset in ffmpeg [74105fc9] by Michael Niedermayer <michael@niedermayer.cc>
cabac_functions: Allow more functions to be overridden Allow more of …
1:38 AM Changeset in ffmpeg [5115d832] by Michael Niedermayer <michael@niedermayer.cc>
cabac_functions: Count zeros with ctz if it is fast When refilling …
1:31 AM Changeset in ffmpeg [48f80831] by Michael Niedermayer <michael@niedermayer.cc>
cabac: Ensure 2-byte cabac loads are on 2-byte boundry Ensure that …
12:58 AM Changeset in ffmpeg [17399f6a] by Michael Niedermayer <michael@niedermayer.cc>
Add missing conversions from side data enum to name Add names for …

Jan 21, 2016:

11:50 PM Ticket #5177 (Errors with FFMPEG on Ubuntu 16.04 While Using AMERGE: Segmentation ...) closed by Carl Eugen Hoyos
invalid: Please always test current FFmpeg git head before reporting issues.
11:30 PM Changeset in ffmpeg [064963bd] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
build: make out-of-tree builds bit-identical to in-tree builds …
10:56 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
I suggest then you revalidate the results. No need to do the whole …
10:47 PM Changeset in ffmpeg [509c9e74] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mjpegdec: Check for end for both bytes in unescaping Fixes …
10:19 PM Changeset in ffmpeg [d39c229e] by Henrik Gramner <henrik@gramner.com>
x86inc: Add debug symbols indicating sizes of compiled functions Some …
10:19 PM Changeset in ffmpeg [d366277] by Henrik Gramner <henrik@gramner.com>
x86inc: Avoid creating unnecessary local labels The REP_RET …
10:19 PM Changeset in ffmpeg [87b587d4] by Henrik Gramner <henrik@gramner.com>
x86inc: Simplify AUTO_REP_RET cpuflags is never undefined any more, …
10:19 PM Changeset in ffmpeg [2d60b18c] by Henrik Gramner <henrik@gramner.com>
x86inc: Use more consistent indentation
10:19 PM Changeset in ffmpeg [dfe771dc] by Henrik Gramner <henrik@gramner.com>
x86inc: Preserve arguments when allocating stack space When …
10:19 PM Changeset in ffmpeg [b149600] by Henrik Gramner <henrik@gramner.com>
x86inc: Improve FMA instruction handling * Correctly handle FMA …
10:19 PM Changeset in ffmpeg [6cbd0fdf] by Henrik Gramner <henrik@gramner.com>
x86inc: Be more verbose in assertion failures
8:40 PM Changeset in ffmpeg [0e9c4fe2] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move pre_me to codec private options This option is only used …
8:33 PM Changeset in ffmpeg [5b6f42d] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move me_penalty_compensation to codec private options This …
8:33 PM Changeset in ffmpeg [2862b637] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move prediction_method to codec private options This options is …
8:33 PM Changeset in ffmpeg [243df13] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move {min,max}_prediction_order to codec private options These …
8:33 PM Changeset in ffmpeg [936f0d98] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move rtp_payload_size to codec private options This option is …
8:33 PM Changeset in ffmpeg [d7496153] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move timecode_frame_start to codec private options This option …
8:33 PM Changeset in ffmpeg [96c373c7] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move context_model to codec private options This option is only …
8:33 PM Changeset in ffmpeg [12b49769] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move mpeg_quant to codec private options This option is only …
8:33 PM Changeset in ffmpeg [1482aff2] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move noise_reduction to codec private options This option is …
8:33 PM Changeset in ffmpeg [7c79587d] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move scenechange_threshold to codec private options This option …
8:33 PM Changeset in ffmpeg [5764d381] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move chromaoffset to codec private options This option is only …
8:33 PM Changeset in ffmpeg [0ac9f33a] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move frame_skip_* to codec private options These options are …
8:33 PM Changeset in ffmpeg [84c4714] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move brd_scale to codec private options This option is only …
8:33 PM Changeset in ffmpeg [0e6c8532] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: Move b_frame_strategy and b_sensitivity to codec private options …
8:33 PM Changeset in ffmpeg [55c7e5bf] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add C210 FourCC (Canopus C210)
8:33 PM Changeset in ffmpeg [7c4059ae] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add YUYV FourCC (Drastic YUYV)
8:33 PM Changeset in ffmpeg [d43a165b] by Vittorio Giovara <vittorio.giovara@gmail.com>
imgconvert: Add the proper API guards to a deprecated function
8:33 PM Changeset in ffmpeg [f7168d70] by Vittorio Giovara <vittorio.giovara@gmail.com>
imgconvert: Move AVPicture-related static function to the deprecated …
8:33 PM Changeset in ffmpeg [892f037c] by Vittorio Giovara <vittorio.giovara@gmail.com>
imgconvert: Move the shrink functions only where needed
8:33 PM Changeset in ffmpeg [9d3ea5cb] by Vittorio Giovara <vittorio.giovara@gmail.com>
imgconvert: Drop outdated comment block
8:24 PM Changeset in ffmpeg [e93aa2c9] by Luca Barbato <lu_zero@gentoo.org>
configure: Force-enable select_any dependencies only on --enable …
7:50 PM Changeset in ffmpeg [a2e1b664] by James Almer <jamrial@gmail.com>
x86/intmath: disable sse av_clip functions when using ICC It seems to …
7:48 PM Changeset in ffmpeg [6ed3a10f] by Paul B Mahol <onemda@gmail.com>
avfilter/avf_showwaves: color support Signed-off-by: Paul B Mahol …
6:59 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by RiCON
757248e, which is before the TNS fixes.
6:26 PM Changeset in ffmpeg [1dd11160] by Michael Niedermayer <michael@niedermayer.cc>
fate: Add test for colorkey Signed-off-by: Michael Niedermayer …
6:21 PM gr-mono.flac attached to Ticket #5177 by RWReese
music
6:21 PM padded591.flac attached to Ticket #5177 by RWReese
voice
6:20 PM Ticket #5177 (Errors with FFMPEG on Ubuntu 16.04 While Using AMERGE: Segmentation ...) created by RWReese
Summary of the bug: How to reproduce: […] Patches should be …
4:49 PM Changeset in ffmpeg [5776344a] by Rostislav Pehlivanov <atomnuker@gmail.com>
diracdec: fix original Dirac Low Delay profile The version structure …
4:49 PM Changeset in ffmpeg [053900ca] by Rostislav Pehlivanov <atomnuker@gmail.com>
dirac: add more parse codes from the specifications The specs define …
4:48 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
Which version? The bugs on TNS that were fixed recently make a big …
4:44 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
A Bad news. FDK-AAC still beats FFmpeg's native AAC encoder by a …
4:13 PM Changeset in ffmpeg [033e7dbd] by James Almer <jamrial@gmail.com>
avcodec/diracdsp: use av_clip_uintp2 Reviewed-by: Rostislav …
3:31 PM Changeset in ffmpeg [7d889159] by Rostislav Pehlivanov <atomnuker@gmail.com>
dirac_parser: add exceptions for Dirac inter parse codes Forgotten …
3:25 PM Changeset in ffmpeg [8c9103c4] by Ronald S. Bultje <rsbultje@gmail.com>
checkasm: add videodsp emulated_edge_mc test.
3:18 PM Changeset in ffmpeg [a849ebb5] by Rostislav Pehlivanov <atomnuker@gmail.com>
dirac_parser: Improve parsing and silence pointless warnings The …
2:56 PM Changeset in ffmpeg [b65efbc0] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mpegvideo_enc: Check for integer overflow in …
2:48 PM Changeset in ffmpeg [8248b51e] by Rostislav Pehlivanov <atomnuker@gmail.com>
diracdec: add support for 12 bit videos The DSP lacked a function …
1:42 PM Changeset in ffmpeg [73c938dd] by Paul B Mahol <onemda@gmail.com>
doc/filters: fix afftfilt example Signed-off-by: Paul B Mahol …
1:32 PM Changeset in ffmpeg [65d29dd2] by Luca Barbato <lu_zero@gentoo.org>
mov: Add an option to toggle dref opening This feature is mostly only …
1:31 PM Changeset in ffmpeg [fa04ec72] by Paul B Mahol <onemda@gmail.com>
avfilter: add afftfilter Signed-off-by: Paul B Mahol <onemda@gmail.com>
12:16 PM Changeset in ffmpeg [56c182c4] by Michael Niedermayer <michael@niedermayer.cc>
avformat/nutenc: implement deinit() Should prevent some leaks if …
12:15 PM Ticket #5176 (avcodec_decode_video2 requiring input buffer to be larger than actual ...) closed by Carl Eugen Hoyos
wontfix
11:22 AM Ticket #5176 (avcodec_decode_video2 requiring input buffer to be larger than actual ...) updated by Henrik Boström
OK. Fair enough. (I thought you could avoid that by telling the …
11:13 AM Ticket #5176 (avcodec_decode_video2 requiring input buffer to be larger than actual ...) updated by Hendrik
Of course this is a performance issue, if we wouldn't have padding we …
11:09 AM Ticket #5176 (avcodec_decode_video2 requiring input buffer to be larger than actual ...) created by Henrik Boström
As is already known and documented by avcodec_decode_video2, the input …
10:18 AM Changeset in ffmpeg [883ad2c] by Luca Barbato <lu_zero@gentoo.org>
fate: add 10-bit v210 encoder tests Signed-off-by: Luca Barbato …
9:42 AM Ticket #5030 (ffmpeg can not output a rtp stream in 16000 sampling rate) closed by Carl Eugen Hoyos
invalid: I don't think this is a valid ticket, please reopen if you can provide …
8:58 AM Ticket #5151 (mjpeg2jpeg bitstream filter only works for AVI1 mjpeg streams) updated by Carl Eugen Hoyos
Resolution changed
6:47 AM Changeset in ffmpeg [adc7d2a4] by Claudio Freire <klaussfreire@gmail.com>
AAC encoder: check for NaNs/inf in TNS gain Can happen in cases …
3:49 AM Changeset in ffmpeg [8bbb9723] by James Almer <jamrial@gmail.com>
configure: add missing library deps for showcqt_filter Signed-off-by: …
2:38 AM Changeset in ffmpeg [4f9314ed] by Carl Eugen Hoyos <cehoyos@ag.or.at>
lavf/riff: Support reading vlc's rawvideo fourccs. Reported by Bob, …
2:35 AM Changeset in ffmpeg [7158ce77] by Carl Eugen Hoyos <cehoyos@ag.or.at>
lavf/nut: Add forgotten fourccs for YUV4xxP9.
1:57 AM Changeset in ffmpeg [41e07390] by Michael Niedermayer <michael@niedermayer.cc>
avformat/avformat: Replace some references to filenames by urls …
1:39 AM Changeset in ffmpeg [19e456d] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/wmaenc: Check ff_wma_init() for failure Fixes null pointer …
12:04 AM Changeset in ffmpeg [8e7bea6d] by Luca Barbato <lu_zero@gentoo.org>
configure: Improve requesting specific features Before this patch …

Jan 20, 2016:

11:56 PM Changeset in ffmpeg [a53fbda9] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mpeg12enc: Move high resolution thread check to before …
10:31 PM Ticket #5170 (Input option -r has no effect with -vcodec copy) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Summary, Priority, Version, Keywords changed
The following works as expected: […] The input option -r
8:36 PM Changeset in ffmpeg [a362015] by Clément Bœsch <u@pkh.me>
lavc,lavfi: use avutil/thread.h instead of redundant conditional …
8:23 PM Changeset in ffmpeg [4590811f] by Marton Balint <cus@passwd.hu>
ffplay: update docs after previous changes in ffplay mouse behaviour …
8:21 PM Changeset in ffmpeg [b750b67d] by Michael Niedermayer <michael@niedermayer.cc>
avformat/img2dec: Use AVOpenCallback Signed-off-by: Michael …
8:21 PM Changeset in ffmpeg [2cb8edea] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/aacenc: Check all coefficients for finiteness This is needed …
8:21 PM Changeset in ffmpeg [984d58a3] by Michael Niedermayer <michael@niedermayer.cc>
avformat/avio: Limit url option parsing to the documented cases This …
8:08 PM Changeset in ffmpeg [d96f0fbe] by Clément Bœsch <u@pkh.me>
lavu: add pthread asserts if ASSERT_LEVEL>1
7:41 PM Changeset in ffmpeg [4c4ebeb5] by James Almer <jamrial@gmail.com>
avcodec/wavpackenc: use put_sbits Reviewed-by: Paul B Mahol …
5:29 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Hendrik
Generally yes, however aacenc was experimental in the last release, …
5:26 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
I thought the timescale of those things (removal) was measured in releases.
5:06 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Rostislav Pehlivanov
Flagged the LTP profile as experimental. We have enough bug reports to …
5:02 PM Changeset in ffmpeg [4a3cf18] by Rostislav Pehlivanov <atomnuker@gmail.com>
tests/fate/aac: remove unneeded strict arguments from the encoder …
4:56 PM Changeset in ffmpeg [6a505e95] by Rostislav Pehlivanov <atomnuker@gmail.com>
aacenc: remove FAAC-like coder Has been marked for removal for over a …
4:49 PM Changeset in ffmpeg [a72b1ea8] by Rostislav Pehlivanov <atomnuker@gmail.com>
aacenc: mark LTP mode as experimental Too many crashes observed. …
4:31 PM Changeset in ffmpeg [dec23859] by Michael Niedermayer <michael@niedermayer.cc>
vf_scale: eval, param0 and param1 documentation Documentation of …
4:31 PM Changeset in ffmpeg [7ccedc1c] by Michael Niedermayer <michael@niedermayer.cc>
avformat/img2dec: do not interpret the filename by default if a IO …
4:18 PM Changeset in ffmpeg [e9175634] by Vittorio Giovara <vittorio.giovara@gmail.com>
yuv2rgb: Document the color space coefficients Based on the original …
3:36 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
Clearly ltp has problems, I haven't gotten around to solving them yet. …
3:29 PM Changeset in ffmpeg [7d1e9855] by Arttu Ylä-Outinen <arttu.yla-outinen@tut.fi>
libkvazaar: Set frame rate as a rational number Updates libkvazaar to …
3:21 PM Changeset in ffmpeg [158f0545] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get() …
3:06 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Sadly, this will also fail. […]
2:50 PM Ticket #5175 (Performance Regression: AVI to WEBM Conversion) closed by Carl Eugen Hoyos
wontfix: This is the intended behaviour if you do not specify a video encoder.
2:43 PM Ticket #5175 (Performance Regression: AVI to WEBM Conversion) updated by Hendrik
WebM changed its default to VP9 encoding some time ago, and speed in …
2:42 PM Ticket #5175 (Performance Regression: AVI to WEBM Conversion) updated by Horst Reiterer
test.avi: …
2:41 PM Changeset in ffmpeg [712d962a] by Michael Niedermayer <michael@niedermayer.cc>
mov: Add an option to toggle dref opening This feature is mostly only …
2:34 PM Ticket #5175 (Performance Regression: AVI to WEBM Conversion) created by Horst Reiterer
Summary of the bug: After switching from 2.4.3 to 2.8.4, the …
12:55 PM Ticket #5163 ([aac @ 0x1c11420] element type mismatch 1 != 0) updated by Weiwu Zhang
The full-video.mp4 is uploaded as DVD1-奇怪的喇叭声.mp4 (611957424 bytes) to …
12:32 PM Changeset in ffmpeg [868a2ed5] by Michael Niedermayer <michael@niedermayer.cc>
vf_scale: Detecting changes of incoming frame properties and …
7:21 AM Ticket #5173 (How to add a single image with scroll effect) closed by Carl Eugen Hoyos
invalid: Please post all usage questions on the user mailing list, this is a …
7:17 AM Ticket #5163 ([aac @ 0x1c11420] element type mismatch 1 != 0) updated by Carl Eugen Hoyos
Please upload full-video.mp4.

Jan 19, 2016:

11:31 PM Ticket #5163 ([aac @ 0x1c11420] element type mismatch 1 != 0) updated by Weiwu Zhang
Replying to cehoyos: > Please upload full-video.mp4. …
11:30 PM Ticket #5170 (Input option -r has no effect with -vcodec copy) updated by Weiwu Zhang
This is not a bug report; the feature, conforming, is a generic one: …
10:30 PM Changeset in ffmpeg [cc83177d] by Michael Niedermayer <michael@niedermayer.cc>
vf_overlay: handles expression evaluation of frame size change in …
10:30 PM Changeset in ffmpeg [ff8c2c41] by Michael Niedermayer <michael@niedermayer.cc>
yuv2rgb: Document the color space coefficients Based on the original …
10:15 PM Changeset in ffmpeg [acd37069] by Marton Balint <cus@passwd.hu>
ffplay: toggle full screen when double-clicking the video window with …
10:15 PM Changeset in ffmpeg [cde4b99f] by Marton Balint <cus@passwd.hu>
ffplay: seek only when pressing the right mouse button on the video …
7:47 PM Changeset in ffmpeg [472d488] by Luca Barbato <lu_zero@gentoo.org>
libkvazaar: Set frame rate as a rational number Updates libkvazaar to …
7:47 PM Changeset in ffmpeg [7486418] by Luca Barbato <lu_zero@gentoo.org>
lavc: Make sure that the effective timebase would not overflow In the …
7:47 PM Changeset in ffmpeg [e59708bb] by Luca Barbato <lu_zero@gentoo.org>
configure: mips: Support both-endian compilers Use mips{,64}eb to …
7:47 PM Changeset in ffmpeg [c4de754d] by Luca Barbato <lu_zero@gentoo.org>
mathops: mips: Correctly enable loongson-specific assembly The code …
7:47 PM Changeset in ffmpeg [8fd361f5] by Luca Barbato <lu_zero@gentoo.org>
configure: Use pkg-config to check for openssl
7:14 PM Changeset in ffmpeg [307b8482] by Paul B Mahol <onemda@gmail.com>
avfilter/af_dynaudnorm: call uninit() from config_input() Should help …
3:46 PM Changeset in ffmpeg [b0c57206] by Michael Niedermayer <michael@niedermayer.cc>
avformat/hls: Require the file extension to be m3u / m3u8 for probing …
3:43 PM Changeset in ffmpeg [d9171810] by Michael Niedermayer <michael@niedermayer.cc>
libavutil: add mastering display metadata sidedata Adding mastering …
2:45 PM Ticket #5174 (ficv: "invalid cursor size" warning) created by ami_stuff
http://www.datafilehost.com/d/54ae604d see also ticket #4072 […]
12:48 PM Changeset in ffmpeg [22f64c2] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/ccaption_dec: Fix mixed declarations and code Signed-off-by: …
12:24 PM Changeset in ffmpeg [e4eb13ca] by Martin Storsjö <martin@martin.st>
flvdec: Add sanity checking of the last packet size For http, this …
12:24 PM Changeset in ffmpeg [09f4822e] by Martin Storsjö <martin@martin.st>
flvdec: perform duration search just once When loading a truncated …
11:25 AM Ticket #5173 (How to add a single image with scroll effect) created by B
Summary of the bug: I want to use one single image where it should …
11:07 AM Ticket #5172 (Encoders not available & configuration mismatch) updated by TheSHEEEP
Forget about it, I had to set the rpath of the executable so it would …
11:06 AM Ticket #5172 (Encoders not available & configuration mismatch) closed by TheSHEEEP
invalid
11:06 AM Ticket #5172 (Encoders not available & configuration mismatch) updated by Hendrik
Sounds like your binary is using system wide libraries instead of the …
11:01 AM Ticket #5172 (Encoders not available & configuration mismatch) created by TheSHEEEP
I built ffmpeg 2.8.5 on OpenSUSE 42.1 using the following line: …
10:18 AM Changeset in ffmpeg [d6b3062b] by Michael Niedermayer <michael@niedermayer.cc>
lavf/qtpalette: Fix incorrect palettes This patch corrects the colors …
10:02 AM Changeset in ffmpeg [9cf8c3e6] by Carl Eugen Hoyos <cehoyos@ag.or.at>
ape: Show more information for loglevel verbose. Requested by Andy E, …
9:23 AM Ticket #5167 (rtsp: Invalid data found when processing input) closed by Carl Eugen Hoyos
invalid
9:23 AM Ticket #5171 (Performance degradation of FFmpeg on POWER) closed by Carl Eugen Hoyos
invalid: As said, this is not the x264 bug (or feature request) tracker.
9:16 AM Ticket #5171 (Performance degradation of FFmpeg on POWER) updated by Hendrik
This is not the tracker for x264, please report any performance …
9:11 AM Machine Configuration.txt attached to Ticket #5171 by Priya
9:09 AM status_enabled_x86.txt attached to Ticket #5171 by Priya
Perf report on x86
9:09 AM status_enabled_ppc.txt attached to Ticket #5171 by Priya
Perf report on Power
9:07 AM Ticket #5171 (Performance degradation of FFmpeg on POWER) created by Priya
Performance of FFmpeg using x264 codec on ppc64le is 30%-50% slower …
9:06 AM Ticket #5167 (rtsp: Invalid data found when processing input) reopened by sivaprasanna
9:06 AM Ticket #5167 (rtsp: Invalid data found when processing input) updated by sivaprasanna
Okay. I just found this working live stream link. It is not rtsp …
8:00 AM Ticket #5167 (rtsp: Invalid data found when processing input) closed by Carl Eugen Hoyos
needs_more_info: Please feel free to reopen this ticket if you can either debug the …
7:58 AM Changeset in ffmpeg [e816fe74] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit '7570c9e04f010c9b3bfdeb4338d330f2cdd25278' * commit …
7:53 AM Changeset in ffmpeg [25955c92] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit '34d45b36164eee044cfe55d22488b2b65e387872' * commit …
7:53 AM Changeset in ffmpeg [fea9243d] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit '40d43d25e76ca078e7665752e815fc8d96252f06' * commit …
7:51 AM Changeset in ffmpeg [a04a9434] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit '73c8c0341cce9e1a6c4169721f5123f97fc4be2f' * commit …
7:50 AM Changeset in ffmpeg [7e299035] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit 'fec76cd430f3c865183a6e5b4caec0743e055605' * commit …
7:49 AM Changeset in ffmpeg [0b40e290] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit '26ec75aec3576daea691dee53a78ec67c0dc4040' * commit …
7:48 AM Changeset in ffmpeg [774c5357] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit 'fa463aa83a4920b0eed47ad1f79775dfc53d21ec' * commit …
7:47 AM Changeset in ffmpeg [be3963c8] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit '066281372d90d63ca021b659abcb8faefd6bc4a6' * commit …
7:45 AM Changeset in ffmpeg [202ed3e5] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit '2aec600ae7af7d46a4877b5ccc263b39f05a91cb' * commit …
7:45 AM Changeset in ffmpeg [1ac8a182] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit 'c69461d73797e02e7a3ab4316050c241fa91f53f' * commit …
7:44 AM Changeset in ffmpeg [ed9cff9e] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit 'd1cd20e4e33f8139e150034b3c457302312d81bd' * commit …
7:43 AM Changeset in ffmpeg [b5513441] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit 'a6259a6ecbad18d58085e4ab23f56151e98d7b53' * commit …
7:41 AM Changeset in ffmpeg [7dae3461] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit '63f7f8d1dbf6ce27440fdd56ef38c822fb11b9c2' * commit …
7:40 AM Changeset in ffmpeg [4440c8e9] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit '7ebf1b4adad40e2b0d88ebd5cfde821a7a0ceab2' * commit …
4:55 AM Ticket #5167 (rtsp: Invalid data found when processing input) updated by sivaprasanna
What do you mean by FFmpeg source code? I just downloaded the windows …

Jan 18, 2016:

11:16 PM Changeset in ffmpeg [c1a3683f] by James Almer <jamrial@gmail.com>
configure: disable -Wunused-const-variable The option became too …
11:05 PM Ticket #5169 (Memory leak in ebml_parse_elem()) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Reproduced by developer changed
Regression since d493170e
10:36 PM Ticket #5168 (Why I read the memory data, use the "av_seek_frame" return “-32”?) updated by Carl Eugen Hoyos
Do you want to report a bug in FFmpeg? If yes, please provide the …
10:02 PM Ticket #5163 ([aac @ 0x1c11420] element type mismatch 1 != 0) updated by Carl Eugen Hoyos
Please upload full-video.mp4.
10:00 PM Ticket #5170 (Input option -r has no effect with -vcodec copy) updated by Carl Eugen Hoyos
Please provide your input sample 24fps_input.mp4.
9:48 PM Ticket #5170 (Input option -r has no effect with -vcodec copy) created by Weiwu Zhang
When a playback device can only accept 25fps and input is 24fps, …
9:21 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
This will output error and stop if the bitrate is 8k, 16k, 24k, 32k, …
8:48 PM Ticket #5163 ([aac @ 0x1c11420] element type mismatch 1 != 0) updated by Weiwu Zhang
> How I can I reproduce this? The output file plays fine here. The …
6:56 PM Changeset in ffmpeg [03d83ba3] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/gif: Fix lzw buffer size Fixes out of array access Fixes: …
6:56 PM Changeset in ffmpeg [3ef5de0f] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/put_bits: Assert buf_ptr in flush_put_bits() Signed-off-by: …
6:38 PM Changeset in ffmpeg [4e17efd8] by Paul B Mahol <onemda@gmail.com>
avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_size …
5:45 PM valgrind_log.txt attached to Ticket #5169 by tsmith
5:44 PM test_case.webm attached to Ticket #5169 by tsmith
5:43 PM Ticket #5169 (Memory leak in ebml_parse_elem()) created by tsmith
Summary of the bug: Memory leak triggered while processing a webm …
4:12 PM Changeset in ffmpeg [0f88b3f8] by Ronald S. Bultje <rsbultje@gmail.com>
videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations. …
2:15 PM Changeset in ffmpeg [5da1477f] by Michael Niedermayer <michael@niedermayer.cc>
lavc/rawdec: Use AV_PIX_FMT_PAL8 for 1-bit raw QuickTime video Match …
1:47 PM Changeset in ffmpeg [03ef89fa] by Diego Biurrun <diego@biurrun.de>
x86: build: Group all encoder objects together
11:54 AM Ticket #5168 (Why I read the memory data, use the "av_seek_frame" return “-32”?) created by maya8maya85
callback uint64_t g_uFileLength = 0; char *g_pData = NULL; uint64_t …
11:31 AM Ticket #4497 (Segfault when using 'segment' format) updated by Carl Eugen Hoyos
Is this issue still reproducible? Please provide the command line that …
10:55 AM Changeset in ffmpeg [4f22b138] by Diego Biurrun <diego@biurrun.de>
x86: ac3dsp: Drop forward declaration for nonexisting function
10:33 AM Ticket #5167 (rtsp: Invalid data found when processing input) updated by sivaprasanna
FFmpeg source code? I'm sorry I don't know about that. I just …
10:29 AM Ticket #5167 (rtsp: Invalid data found when processing input) updated by Carl Eugen Hoyos
You asked above: > Maybe you can help me troubleshoot this issue? …
10:07 AM Ticket #5167 (rtsp: Invalid data found when processing input) updated by sivaprasanna
Replying to cehoyos: > Where in the FFmpeg code does the …
9:55 AM Ticket #5167 (rtsp: Invalid data found when processing input) updated by Carl Eugen Hoyos
Where in the FFmpeg code does the command fail currently?
9:35 AM Ticket #5167 (rtsp: Invalid data found when processing input) updated by sivaprasanna
Since I've just began to work on this, I haven't written any code so …
9:30 AM Changeset in ffmpeg [bb2f8bde] by Paul B Mahol <onemda@gmail.com>
doc/filters: add yet another fftfilt example Signed-off-by: Paul B …
9:27 AM Ticket #5167 (rtsp: Invalid data found when processing input) updated by Carl Eugen Hoyos
Where in the code does the command fail currently?
9:25 AM Ticket #5167 (rtsp: Invalid data found when processing input) updated by sivaprasanna
I'm sorry I don't know. :/ Maybe you can help me troubleshoot this …
9:21 AM Ticket #5149 (default: No such process error when using audio) closed by Carl Eugen Hoyos
needs_more_info
9:13 AM Ticket #5167 (rtsp: Invalid data found when processing input) updated by Carl Eugen Hoyos
Replying to sivaprasanna: > And host was not found because …
9:09 AM Ticket #5167 (rtsp: Invalid data found when processing input) updated by sivaprasanna
This issue is also with ffmpeg. I tried to save the livestream to a …
8:51 AM Ticket #5166 (Add Bitstream Filter to drop frames from image-based video streams ...) updated by Carl Eugen Hoyos
Keywords changed
8:51 AM Ticket #5167 (rtsp: Invalid data found when processing input) updated by Carl Eugen Hoyos
Priority, Keywords, Component, Summary changed
Is the issue only reproducible with ffplay or also with {{{ffmpeg -i …
8:16 AM Ticket #5167 (rtsp: Invalid data found when processing input) created by sivaprasanna
I'm trying to access an RTSP livestream using ffplay. I'm using the …
4:01 AM Ticket #5166 (Add Bitstream Filter to drop frames from image-based video streams ...) created by Leo Izen
Some video codecs, like mjpeg or png, could theoretically support …
2:51 AM Changeset in ffmpeg [89f464e9] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/tiff: Check subsample & rps values more completely Fixes out …
Note: See TracTimeline for information about the timeline view.