Timeline



Jul 27, 2014:

10:55 PM Changeset in ffmpeg [77ef9fd1] by Michael Niedermayer <michaelni@gmx.at>
hevc: eliminate unnecessary cbf_c{b,r} arrays - They are be replaced …
10:47 PM Changeset in ffmpeg [772f7f4e] by Michael Niedermayer <michaelni@gmx.at>
hevc: fix skip_flag cherry picked from commit …
10:39 PM Changeset in ffmpeg [3b777db1] by Michael Niedermayer <michaelni@gmx.at>
hevc: remove non necessary parameters to ff_hevc_set_qpy cherry …
9:46 PM Changeset in ffmpeg [db0578a0] by Lou Logan <lou@lrcd.com>
doc/decoders: mention native Opus decoder Signed-off-by: Lou Logan …
9:27 PM Changeset in ffmpeg [bcb7220] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix standalone compilation of the webm_dash_manifest demuxer.
9:22 PM Changeset in ffmpeg [54326e0c] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix standalone compilation of the legacy mpegvideo decoder. Second try.
9:13 PM Ticket #3808 (Seeking in flv with video stream disabled fails) updated by gjdfgh
"ffplay -vst 1 file.flv" (where 1 is not a video stream, or something; …
9:13 PM Changeset in ffmpeg [6898c149] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix standalone compilation of the legacy mpegvideo decoder.
9:00 PM Ticket #3808 (Seeking in flv with video stream disabled fails) updated by Carl Eugen Hoyos
Is the problem reproducible with ffplay?
8:53 PM Ticket #3808 (Seeking in flv with video stream disabled fails) created by gjdfgh
Seeking in flv with video stream disabled (i.e. st->discard = …
8:44 PM Changeset in ffmpeg [449e3c85] by Michael Niedermayer <michaelni@gmx.at>
fate/hevc: update fate with 9 bitstreams - all of them testing HEVC …
8:03 PM Changeset in ffmpeg [7f53f113] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '42eb9154a83e9a7aedb1168b2f1112af765cf2b5' * commit …
8:01 PM Ticket #3803 (Calculate actual bitrate of first frame when reading cbr dts) reopened by Carl Eugen Hoyos
7:03 PM Changeset in ffmpeg [3d93ba56] by Michael Niedermayer <michaelni@gmx.at>
configure: fix memalign hack auto detection Should fix fate on haiku …
5:58 PM Changeset in ffmpeg [f2850568] by Michael Niedermayer <michaelni@gmx.at>
doc/examples/muxing: fix "-flags" option Signed-off-by: Michael …
4:34 PM Changeset in ffmpeg [81943a10] by Michael Niedermayer <michaelni@gmx.at>
x86: hevc_mc: load less data in epel filters Before: 5679 decicycles …
3:53 PM Ticket #3807 (Inaccuracy on Ubuntu compilation guide) closed by c-14
fixed: Fixed.
3:52 PM CompilationGuide/Ubuntu edited by c-14
(diff)
3:42 PM Changeset in ffmpeg [36284ae9] by Michael Niedermayer <michaelni@gmx.at>
x86: hevc_mc: replace one lea by add Should have been in …
3:32 PM Changeset in ffmpeg [65259b4d] by Michael Niedermayer <michaelni@gmx.at>
x86: hevc_mc: replace one lea by add Should have been in …
3:28 PM Changeset in ffmpeg [8f53d32d] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_spp: use AVDCT Signed-off-by: Michael Niedermayer …
3:28 PM Changeset in ffmpeg [fcc6568a] by Michael Niedermayer <michaelni@gmx.at>
avcodec: add avdct This provides a public sustainable API/ABI for DCT …
3:21 PM Changeset in ffmpeg [e3fac208] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_spp: use AVDCT Signed-off-by: Michael Niedermayer …
3:21 PM Changeset in ffmpeg [932ff709] by Michael Niedermayer <michaelni@gmx.at>
avcodec: add avdct This provides a public sustainable API/ABI for DCT …
2:14 PM Changeset in ffmpeg [f6b3dce9] by Reinhard Tartler <siretart@tauware.de>
librtmp: Don't free the temp url at the end of rtmp_open librtmp can …
2:14 PM Changeset in ffmpeg [b8e57113] by Reinhard Tartler <siretart@tauware.de>
arm: Avoid using the 'setend' instruction on ARMv7 and newer This …
2:14 PM Changeset in ffmpeg [407912d1] by Reinhard Tartler <siretart@tauware.de>
avplay: Handle pixel aspect ratio properly This was broken (left …
2:14 PM Changeset in ffmpeg [12bbd819] by Reinhard Tartler <siretart@tauware.de>
Prepare for 10.3 Release
2:01 PM Ticket #3807 (Inaccuracy on Ubuntu compilation guide) created by Moshe Kaplan
In the [https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu#libx264
1:59 PM Changeset in ffmpeg [f9204ec5] by Reinhard Tartler <siretart@tauware.de>
eamad: use the bytestream2 API instead of AV_RL This is safer and …
12:41 PM Changeset in ffmpeg [42eb9154] by Janne Grunau <janne-libav@jannau.net>
fate: support testing of release branches Adding 'branch=release/10' …
12:22 PM Changeset in ffmpeg [fbeb634e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ppc/idctdsp: Only select non bitexact IDCTs by default when …
12:21 PM Changeset in ffmpeg [b051a1bb] by Michael Niedermayer <michaelni@gmx.at>
avcodec/arm/idctdsp_init_arm*: Only select non bitexact IDCTs by …
12:16 PM Ticket #3806 (http: get_cookies() breaks for cookies with unexpected parameters and ...) updated by Carl Eugen Hoyos
Please send two patches that do not include any white space changes to …
10:43 AM cookies.patch attached to Ticket #3806 by Nick Ayers
10:43 AM Ticket #3806 (http: get_cookies() breaks for cookies with unexpected parameters and ...) created by Nick Ayers
If a site sets a cookie that includes (for example) the HttpOnly …
10:27 AM Changeset in ffmpeg [c2ef844] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '541427ab4d5b4b6f5a90a687a06decdb78e7bc3c' * commit …
10:03 AM Changeset in ffmpeg [c437765b] by Michael Niedermayer <michaelni@gmx.at>
doc/examples/muxing: Exchange tmp_frame and frame Reduces difference …
10:03 AM Ticket #2220 (FFMPEG unable to stream copy some wtv H264 into mpegts) updated by julian
can i make a "bounty" for fixing this bug?
7:10 AM Changeset in ffmpeg [541427ab] by Anton Khirnov <anton@khirnov.net>
eamad: use the bytestream2 API instead of AV_RL This is safer and …
3:09 AM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) updated by Michael Niedermayer
Cc changed
1:36 AM Changeset in ffmpeg [ad91bf85] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264_mp4toannexb_bsf: fix issue when sps/pps are already in …
12:45 AM Changeset in ffmpeg [e97f5bef] by Michael Niedermayer <michaelni@gmx.at>
fate/hevc: adding CONFWIN_A conformance test cherry picked from …
12:44 AM Changeset in ffmpeg [7bb3e70c] by Michael Niedermayer <michaelni@gmx.at>
fate/hevc: add flags unaligned cherry picked from commit …
12:23 AM Changeset in ffmpeg [29228dbd] by Michael Niedermayer <michaelni@gmx.at>
fate/hevc: add BUMPING bitstream test cherry picked from commit …
12:16 AM Changeset in ffmpeg [57e7d9d9] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7215fcf84032118ecd9fb54fb14154d69fea638d' * commit …
12:09 AM Changeset in ffmpeg [6542e557] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15' * commit …

Jul 26, 2014:

11:57 PM Changeset in ffmpeg [0a7f3af2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '53abe32409f13687c864b3cda077a1aa906a2459' * commit …
11:55 PM Changeset in ffmpeg [d1ce43a] by Michael Niedermayer <michaelni@gmx.at>
doc/examples/muxing: mark correct frame as writeable Bug found from …
11:32 PM Changeset in ffmpeg [fbd46e2f] by Michael Niedermayer <michaelni@gmx.at>
doc/examples/muxing: Always use swr, simplifies code slightly …
11:15 PM Changeset in ffmpeg [22e9fe06] by Michael Niedermayer <michaelni@gmx.at>
doc/examples/muxing: add alloc_audio_frame() and use it to simplify …
11:05 PM Changeset in ffmpeg [a98cadef] by Michael Niedermayer <michaelni@gmx.at>
doc/examples/muxing: Move samples_count to OutputStream …
10:50 PM Changeset in ffmpeg [8b1d54b] by Michael Niedermayer <michaelni@gmx.at>
doc/examples/muxing: free swr context at the end Signed-off-by: …
10:30 PM Changeset in ffmpeg [bfb3b2b7] by Michael Niedermayer <michaelni@gmx.at>
x86/hevc_idct: add 12bit idct_dc Signed-off-by: James Almer …
10:28 PM Changeset in ffmpeg [d4a9e89b] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/hevcdsp_init: make license header consistent …
10:20 PM Changeset in ffmpeg [706f81a2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1a880b2fb8456ce68eefe5902bac95fea1e6a72d' * commit …
9:53 PM Changeset in ffmpeg [226b290] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '73bb8f61d48dbf7237df2e9cacd037f12b84b00a' * commit …
9:51 PM Changeset in ffmpeg [7215fcf8] by Diego Biurrun <diego@biurrun.de>
avformat: Mark AVOutputFormat argument in avformat_query_codec as const
9:51 PM Changeset in ffmpeg [ec4f04da] by Diego Biurrun <diego@biurrun.de>
avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const
9:51 PM Changeset in ffmpeg [53abe324] by Diego Biurrun <diego@biurrun.de>
avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as …
9:37 PM Changeset in ffmpeg [371cb964] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '56f98e340fca894a76d1ddbe33118b8d8c4db34a' * commit …
9:10 PM Ticket #3805 (Transparent png pixels should show the background colour) reopened by Carl Eugen Hoyos
8:49 PM Changeset in ffmpeg [7cf08655] by Michael Niedermayer <michaelni@gmx.at>
doc/examples/muxing: Support setting flags, for example for setting …
8:27 PM Changeset in ffmpeg [5d2cf1ae] by Michael Niedermayer <michaelni@gmx.at>
doc/examples/muxing: select a supported sample rate for the encoder, …
8:01 PM Changeset in ffmpeg [ead22f42] by Michael Niedermayer <michaelni@gmx.at>
doc/examples/muxing: pick a supported channel layout if stereo isnt …
7:50 PM Changeset in ffmpeg [9ccb9c8d] by Michael Niedermayer <michaelni@gmx.at>
doc/examples/muxing: move swr context to OutputStream Idea from: …
7:04 PM Changeset in ffmpeg [1c0c19f8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '884f7c975f0af25febe86660e87bf3b2165a0309' * commit …
4:00 PM Changeset in ffmpeg [1ace9573] by Michael Niedermayer <michaelni@gmx.at>
x86/hevc_idct: replace old and unused idct functions Only 8-bit and …
3:01 PM Changeset in ffmpeg [1a880b2f] by Anton Khirnov <anton@khirnov.net>
hevc: SSE2 and SSSE3 loop filters Additional contributions by James …
3:00 PM Changeset in ffmpeg [73bb8f61] by Anton Khirnov <anton@khirnov.net>
hevcdsp: remove an unneeded variable in the loop filter beta0 and …
2:57 PM Changeset in ffmpeg [56f98e3] by Anton Khirnov <anton@khirnov.net>
output example: convert audio to the format supported by the encoder
2:57 PM Changeset in ffmpeg [884f7c97] by Anton Khirnov <anton@khirnov.net>
output example: set the stream timebase This is required by the new API.
1:40 PM Changeset in ffmpeg [23480da0] by Michael Niedermayer <michaelni@gmx.at>
hevc: add support for bumping process cherry picked from commit …
11:21 AM Changeset in ffmpeg [c0a586d9] by Michael Niedermayer <michaelni@gmx.at>
reintroduce avpriv_dsputil_init() to maintain ABI until next soname …
10:42 AM Changeset in ffmpeg [9a6ca20e] by Michael Niedermayer <michaelni@gmx.at>
configure: replace pulse-simple with pulse pulse-simple is additional …
7:05 AM Ticket #3440 (vp8: a/v desync on seek with -auto-alt-ref 1) updated by Christian Ebert
Replying to michael: > Fixed in …
3:41 AM Changeset in ffmpeg [036f11bd] by Michael Niedermayer <michaelni@gmx.at>
x86: hevc_mc: replace simple leas by adds lea is detrimental for …
12:47 AM Changeset in ffmpeg [7295ee7f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd8520d3ee032bf18f28897e0109f44b405caf5e3' * commit …
12:34 AM Changeset in ffmpeg [8b395315] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '4fbb62a21bd04bf261da2382d5ba6c249c702af8' * commit …
12:23 AM Changeset in ffmpeg [0a9bab5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ff85334375c6733c6116ea3686f128b4a11f33e7' * commit …
12:01 AM Changeset in ffmpeg [f6e218a0] by Michael Niedermayer <michaelni@gmx.at>
hevc: fix RAP_B_Bossen cherry picked from commit …

Jul 25, 2014:

11:55 PM Changeset in ffmpeg [bd0f2d31] by Michael Niedermayer <michaelni@gmx.at>
x86/hevc: add 12bits support for MC cherry picked from commit …
11:20 PM Changeset in ffmpeg [7df98d8c] by Michael Niedermayer <michaelni@gmx.at>
x86/hevc: remove unused constant in deblocking filter cherry picked …
11:19 PM Changeset in ffmpeg [7bdcf5c9] by Michael Niedermayer <michaelni@gmx.at>
x86/hevc: add 12bits support for deblocking filter cherry picked from …
11:17 PM Ticket #3440 (vp8: a/v desync on seek with -auto-alt-ref 1) closed by Michael Niedermayer
fixed: Fixed in a06fac353ce2bd055f920e7f6f5e2145736d2d2c
11:11 PM Changeset in ffmpeg [a06fac35] by Michael Niedermayer <michaelni@gmx.at>
avformat/mux: ignore delayed vp8/9 packets in max_interleave_delta …
8:54 PM Ticket #3805 (Transparent png pixels should show the background colour) closed by Carl Eugen Hoyos
worksforme: ffplay - and ffmpeg without additional options - cannot …
7:29 PM Changeset in ffmpeg [24327706] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: ensure the right buffer is used in set_string_number() …
7:27 PM Ticket #3805 (Transparent png pixels should show the background colour) updated by Carl Eugen Hoyos
Priority changed
Do you think this is a regression?
7:00 PM Changeset in ffmpeg [d8520d3e] by Diego Biurrun <diego@biurrun.de>
mpegvideo: Move QMAT_SHIFT* defines to the only place they are used
7:00 PM Changeset in ffmpeg [4fbb62a2] by Diego Biurrun <diego@biurrun.de>
mpegvideo: Move ME_MAP_* defines to the only place they are used
7:00 PM Changeset in ffmpeg [ff853343] by Diego Biurrun <diego@biurrun.de>
mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 defines
6:43 PM Changeset in ffmpeg [aadf5222] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '165e9df19567ec0b6abee1ee2c26027e6d7aa7bf' * commit …
5:32 PM Ticket #3805 (Transparent png pixels should show the background colour) created by dave rice
Summary of the bug: The official digital portrait of the McDonald's …
3:20 PM Ticket #3803 (Calculate actual bitrate of first frame when reading cbr dts) updated by ptalarbvorm
FWIW --- MediaInfo knows how to calculate the exact bitrate of a …
3:07 PM Ticket #3803 (Calculate actual bitrate of first frame when reading cbr dts) closed by Carl Eugen Hoyos
wontfix: I suspect that FFmpeg cannot know the exact bitrate of a dts file, so …
1:54 PM Changeset in ffmpeg [165e9df1] by Diego Biurrun <diego@biurrun.de>
fft-test: Pass the right struct members instead of casting
1:36 PM Ticket #2597 (Support additional audio rates in DV muxer) closed by Michael Niedermayer
fixed: Fixed in cb169126c5ee7f4d5dc14ff140e3f858bfb8217a
1:35 PM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) updated by Michael Niedermayer
you could try to copy the rtsp stuff into some container and check if …
1:19 PM Ticket #3803 (Calculate actual bitrate of first frame when reading cbr dts) updated by ptalarbvorm
1) Okay, I've just uploaded two files to the FTP server, …
12:11 PM Encode/AAC edited by Jean Delvare
Update link to high quality audio encoding guide (diff)
11:48 AM Ticket #3804 (FFmpeg process hangs when new subtitle streams are found during encoding) updated by mrskman
I did and got some comments but since then I didn't have time to …
11:34 AM Ticket #3804 (FFmpeg process hangs when new subtitle streams are found during encoding) updated by Carl Eugen Hoyos
Did you ever post your showwaves patch from ticket #3482 to the …
11:31 AM Ticket #3804 (FFmpeg process hangs when new subtitle streams are found during encoding) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
I suspect that parse_packet() loops forever. […]
11:22 AM Changeset in ffmpeg [489d066d] by Michael Niedermayer <michaelni@gmx.at>
RELEASE_NOTES: fix WebVTT decoder typo (-> encoder) Found-by: Clément …
11:22 AM Changeset in ffmpeg [065fa66] by Michael Niedermayer <michaelni@gmx.at>
RELEASE_NOTES: fix WebVTT decoder typo (-> encoder) Found-by: Clément …
11:11 AM Changeset in ffmpeg [859413b6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '58e65e44f435243dc72dfce1f8af8afcf1319f34' * commit …
11:05 AM Ticket #3804 (FFmpeg process hangs when new subtitle streams are found during encoding) created by mrskman
FFmpeg process hangs when new subtitle streams are found with 100% CPU …
11:05 AM Changeset in ffmpeg [2904d052] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac' * commit …
10:39 AM Changeset in ffmpeg [937eaba2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '060e4a9e0627adcda9101dd68ec7f22b4ce22b5b' * commit …
9:52 AM Changeset in ffmpeg [58e65e44] by Diego Biurrun <diego@biurrun.de>
vc1dsp: Add wrappers for {avg|put}_vc1_mspel_mc00_c This avoids …
9:52 AM Changeset in ffmpeg [7fb993d3] by Diego Biurrun <diego@biurrun.de>
qpeldsp: Mark source pointer in qpel_mc_func function pointer const
9:02 AM Changeset in ffmpeg [060e4a9e] by Diego Biurrun <diego@biurrun.de>
dct/rdft: Remove duplicate typedefs for context structs The typedefs …
6:56 AM Ticket #3794 (SWSCALE: Quantization Errors in Y Studio Range) updated by Carl Eugen Hoyos
I know this isn't related to the problem you reported but is there a …
6:42 AM Ticket #3803 (Calculate actual bitrate of first frame when reading cbr dts) updated by Carl Eugen Hoyos
Please explain why the incorrect bitrate is a problem. To make this a …
6:37 AM Ticket #3800 (AVUTIL/BPRINT.H: C++ "error: types may not be defined in 'sizeof' ...) closed by Carl Eugen Hoyos
fixed: Fixed by Nicolas in 04bc3700
6:25 AM Ticket #3803 (Calculate actual bitrate of first frame when reading cbr dts) created by ptalarbvorm
Summary of the bug: When adding a WAV header to a dts stream, FFmpeg …
3:37 AM Changeset in ffmpeg [04bc370] by Michael Niedermayer <michaelni@gmx.at>
lavf/avio: do not include bprint.h. C++ chokes on the definition of …
1:47 AM Ticket #3801 (SWSCALE: Incorrect Values (+-1) in Full Range Conversion RGB to YCbCr) updated by Michael Niedermayer
ffmpeg output vs. the reference: stddev: 0.39 PSNR: 56.28 MAXDIFF: …
1:45 AM ARIB_STD-B28_YCbCr_full.yuv.bz2 attached to Ticket #3801 by Michael Niedermayer
rawvideo YCbCr reference based on png
1:07 AM Ticket #3789 (shortest command doesnt work when using a filter_complex with audio ...) updated by c-14
Replying to cehoyos: > Is this a regression? It doesn't …
1:05 AM Ticket #3802 (Telestream Wirecast Violates GPL) created by Kieran Kunhya
EULA talks about LGPL but their files are built with GPLv3
12:52 AM Ticket #3801 (SWSCALE: Incorrect Values (+-1) in Full Range Conversion RGB to YCbCr) reopened by Michael Niedermayer
12:29 AM Ticket #3801 (SWSCALE: Incorrect Values (+-1) in Full Range Conversion RGB to YCbCr) updated by troy_s
The rounding is the issue, and I can assure you that all of the values …
12:28 AM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) updated by Roman Gaufman
I'm not quite sure how to get a local input file - any example? -- …
12:17 AM Ticket #3801 (SWSCALE: Incorrect Values (+-1) in Full Range Conversion RGB to YCbCr) closed by Michael Niedermayer
invalid: The 2 png images are nearly identical, i see some +-1 differences from …

Jul 24, 2014:

10:05 PM Projects edited by Pavel Koshevoy
(diff)
9:31 PM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) updated by Michael Niedermayer
please provide a publically available rtsp url with which this can be …
9:22 PM Changeset in ffmpeg [66ae994c] by Michael Niedermayer <michaelni@gmx.at>
avformat/segment: re-interleave packets if needed Fixes part of …
8:39 PM Changeset in ffmpeg [351b22c] by Michael Niedermayer <michaelni@gmx.at>
avformat/mux: support re-interleaving packets in ff_write_chained() …
8:33 PM Changeset in ffmpeg [383a04a1] by Michael Niedermayer <michaelni@gmx.at>
avformat/mux: keep AVPacket fields consistent in ff_write_chained() …
7:31 PM Ticket #3794 (SWSCALE: Quantization Errors in Y Studio Range) updated by troy_s
Apologies. Bumped to trunk without aligning the system values. …
7:26 PM Ticket #3777 (Wrong duration for mp3 file) updated by Carl Eugen Hoyos
Thanks to Oliver Fromme for the analysis!
7:25 PM Ticket #3801 (SWSCALE: Incorrect Values (+-1) in Full Range Conversion RGB to YCbCr) updated by Carl Eugen Hoyos
Keywords changed
7:25 PM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by Carl Eugen Hoyos
Keywords changed
7:24 PM Ticket #3794 (SWSCALE: Quantization Errors in Y Studio Range) updated by Carl Eugen Hoyos
Keywords changed
7:24 PM Ticket #3777 (Wrong duration for mp3 file) closed by Carl Eugen Hoyos
fixed: Should be fixed in ef21b3d3
7:19 PM Ticket #3794 (SWSCALE: Quantization Errors in Y Studio Range) updated by Carl Eugen Hoyos
Replying to troy_s: > {{{ > WARNING: library …
7:09 PM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by Carl Eugen Hoyos
Keywords changed
6:25 PM Ticket #3794 (SWSCALE: Quantization Errors in Y Studio Range) updated by troy_s
Sorry if I misunderstand but the idea is of course that you provide …
6:25 PM Changeset in ffmpeg [d44b8f0a] by Michael Niedermayer <michaelni@gmx.at>
avformat/matroskaenc: print a warning when the relative timestamp …
6:20 PM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) closed by troy_s
needs_more_info: In the interest of clarity, I am going to close this ticket and break …
6:16 PM Ticket #3794 (SWSCALE: Quantization Errors in Y Studio Range) updated by troy_s
Potentially related ticket: SWSCALE: Incorrect Values in Full Range …
6:15 PM test-full-diff.png attached to Ticket #3801 by troy_s
A visual difference between the 8 bit SMPTE input versus theoretical …
6:14 PM test-full-444-out.png attached to Ticket #3801 by troy_s
Output of FFMPEG, with the raw YCbCr values packed into the RGB …
6:13 PM ARIB_STD-B28.png attached to Ticket #3801 by troy_s
An 8 bit input SMPTE test chart.
6:13 PM ARIB_STD-B28_YCbCr_full.png attached to Ticket #3801 by troy_s
A full range theoretical transformed version of the SMPTE test chart.
6:12 PM Ticket #3801 (SWSCALE: Incorrect Values (+-1) in Full Range Conversion RGB to YCbCr) created by troy_s
Summary of the bug: FFMPEG is potentially delivering values that …
4:53 PM Changeset in ffmpeg [ce8e27e] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '436ced244fadcde2c0b925627920e84b25482542' * commit …
4:19 PM Changeset in ffmpeg [7923aa0f] by Michael Niedermayer <michaelni@gmx.at>
avformat/matroskaenc: Start new cluster if relative timestamp could …
4:19 PM Changeset in ffmpeg [3c6e220a] by Michael Niedermayer <michaelni@gmx.at>
avformat/matroskaenc: Factor mkv_start_new_cluster() out …
4:07 PM Ticket #3800 (AVUTIL/BPRINT.H: C++ "error: types may not be defined in 'sizeof' ...) updated by Cigaes
A patch has been submitted to the devel mailing list and approved, it …
4:06 PM Ticket #3800 (AVUTIL/BPRINT.H: C++ "error: types may not be defined in 'sizeof' ...) updated by jbr
Reproduced by developer changed
I have reproduced this while trying to build ffms2 master against …
2:59 PM Changeset in ffmpeg [436ced24] by Diego Biurrun <diego@biurrun.de>
mpegenccontext: Remove unused opaque pointer Signed-off-by: Diego …
2:50 PM Changeset in ffmpeg [183bbc2a] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
2:25 PM Changeset in ffmpeg [c508adb2] by Michael Niedermayer <michaelni@gmx.at>
hevc: propagate error code from set_sps() Signed-off-by: Timothy Gu …
2:18 PM Ticket #3741 (Using AVStream.codec.time_base as a timebase hint to the muxer is ...) updated by BradDodi
Hm, I'm not sure but I was able to use the segment muxer with the web …
1:34 PM Changeset in ffmpeg [ef21b3d3] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Ignore xing number of frames if the file is larger than indicated. …
1:33 PM Ticket #3792 (TIFF tag type (0) is not implemented) closed by Carl Eugen Hoyos
fixed: A warning is printed since badcd3da Thank you for the sample!
12:24 PM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) updated by Carl Eugen Hoyos
Keywords changed
12:24 PM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) updated by Carl Eugen Hoyos
Status changed
11:57 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by Andy Furniss
Well I fell at the first hurdle trying to follow this - that being …
11:28 AM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) updated by Roman Gaufman
Component changed
11:17 AM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) updated by Roman Gaufman
Summary changed
10:58 AM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) updated by Roman Gaufman
I've identified what specific commit caused this issue and it is: …
9:58 AM Changeset in ffmpeg [badcd3da] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Print a warning instead of requesting a sample for an invalid exif …
9:52 AM Ticket #3789 (shortest command doesnt work when using a filter_complex with audio ...) updated by Carl Eugen Hoyos
Priority changed
Apparently not important.
9:21 AM Ticket #3794 (SWSCALE: Quantization Errors in Y Studio Range) updated by Andy Furniss
Oops - ignore the above, my ffmpeg was slightly too old - I've seen …
9:19 AM Ticket #3798 (ffprobe indentifies 16:9 display aspect ratio as 0:1) updated by Carl Eugen Hoyos
Priority, Keywords changed
9:01 AM Ticket #3741 (Using AVStream.codec.time_base as a timebase hint to the muxer is ...) updated by Christian Ebert
Replying to BradDodi: > Same issue as above. Unable to …
8:01 AM Ticket #3798 (ffprobe indentifies 16:9 display aspect ratio as 0:1) updated by miguelapg
OK, I understand. I think the problem here is also to understand what …
7:54 AM Ticket #3798 (ffprobe indentifies 16:9 display aspect ratio as 0:1) updated by Cigaes
As I explained earlier, 1/0 means that the aspect ratio is not …
7:51 AM Ticket #3798 (ffprobe indentifies 16:9 display aspect ratio as 0:1) updated by Hendrik
0:1 is the value for invalid/unset aspect ratio. It could be argued …
7:46 AM Ticket #3798 (ffprobe indentifies 16:9 display aspect ratio as 0:1) updated by miguelapg
You are right this video is not 16:9. I was wrong in the subject. The …
7:35 AM Ticket #3800 (AVUTIL/BPRINT.H: C++ "error: types may not be defined in 'sizeof' ...) updated by Cigaes
I wonder which one of c++ and ms visual-something compiler is ahead in …
7:22 AM Ticket #3798 (ffprobe indentifies 16:9 display aspect ratio as 0:1) updated by Cigaes
I suspect you confuse sample aspect ratio and display
3:14 AM Ticket #3800 (AVUTIL/BPRINT.H: C++ "error: types may not be defined in 'sizeof' ...) updated by Carl Eugen Hoyos
Priority, Keywords changed
3:10 AM Ticket #3798 (ffprobe indentifies 16:9 display aspect ratio as 0:1) updated by Carl Eugen Hoyos
Is this a regression (did it work with an older version of FFmpeg)? Is …
2:50 AM Changeset in ffmpeg [f753956] by Michael Niedermayer <michaelni@gmx.at>
lavfi/src_movie: minor simplifications Signed-off-by: Lukasz Marek …
2:48 AM Changeset in ffmpeg [97392553] by Michael Niedermayer <michaelni@gmx.at>
lavfi/src_movie: remove frame from priv context This variable is used …
2:39 AM Ticket #3800 (AVUTIL/BPRINT.H: C++ "error: types may not be defined in 'sizeof' ...) created by troy_s
Summary of the bug: When using FFMPEG git trunk, C++ mixed code fails …
1:26 AM id3v2_vorbiscomment.flac attached to Ticket #3799 by llogan
ticket 3799: flac with id3v2 and vorbis comment
1:25 AM Ticket #3799 (non Vorbis comment tags in flac appear to be appended) created by llogan
Regression since 0dc6655. Expected behavior is to not append …
12:57 AM myResults.json attached to Ticket #3798 by miguelapg
Output in Json Format showing 0:1 as aspect ratio instead of 16:9
12:55 AM Ticket #3798 (ffprobe indentifies 16:9 display aspect ratio as 0:1) created by miguelapg
Summary of the bug: ffprobe indentifies wrongly 16:9 display aspect …
12:08 AM Changeset in ffmpeg [8b59ab1a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ce2e858f5b3416c2d54f7f8c14e901f75c48b785' * commit …

Jul 23, 2014:

11:50 PM Changeset in ffmpeg [ab0f78ea] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd0de7330b973b354e2ceb0b99fd545b868b0a9c4' * commit …
11:30 PM Ticket #3794 (SWSCALE: Quantization Errors in Y Studio Range) updated by Andy Furniss
rgb to yuv conversions don't honor *_range=full that only works with …
11:27 PM Ticket #3741 (Using AVStream.codec.time_base as a timebase hint to the muxer is ...) updated by BradDodi
Same issue as above. Unable to use -f segment with the latest …
11:22 PM Changeset in ffmpeg [02ea384a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6133d65861f265d429ade53e910fe877c95a1615' * commit …
10:47 PM Changeset in ffmpeg [629e5e28] by Michael Niedermayer <michaelni@gmx.at>
avcodec/fft-test: fix memory alloc checks Signed-off-by: Michael …
10:35 PM Changeset in ffmpeg [074bb751] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c3c96deb5f8cbbdb700ba97920ceedddacb5dcb9' * commit …
8:57 PM Changeset in ffmpeg [ce2e858f] by Diego Biurrun <diego@biurrun.de>
http: K&R formatting cosmetics Also comment some #endifs and …
8:18 PM Changeset in ffmpeg [670b7f20] by Michael Niedermayer <michaelni@gmx.at>
x86: hevcdsp: align Reviewed-by: Mickaël Raulet <mraulet@gmail.com> …
8:05 PM Changeset in ffmpeg [d0de7330] by Diego Biurrun <diego@biurrun.de>
fft-test: Pass correct struct members to (i)dct functions This fixes …
8:05 PM Changeset in ffmpeg [6133d658] by Diego Biurrun <diego@biurrun.de>
fft-test: K&R formatting cosmetics Also rearrange #includes into …
7:21 PM Changeset in ffmpeg [373677f9] by Michael Niedermayer <michaelni@gmx.at>
hevc_mvs: avoid deriving tmvp in amvp Reduces on a sequence number of …
6:54 PM Changeset in ffmpeg [ca081217] by Michael Niedermayer <michaelni@gmx.at>
hevcdsp: change types of SAO parameters From openhevc Reviewed-by: …
6:48 PM Changeset in ffmpeg [088875b6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7288b345850792430302a8f85a4b29140b770497' * commit …
6:40 PM Changeset in ffmpeg [09f5b375] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd445c865f87e7f13230e4dac3f77f5af21da95cb' * commit …
6:20 PM Changeset in ffmpeg [97d2b8d6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'eac77fcd56fc2a3391f0d86faf54302afb368ff7' * commit …
4:43 PM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) updated by Roman Gaufman
I have identified exactly at that commit it breaks and it happens on …
4:42 PM Changeset in ffmpeg [b6a6459a] by Michael Niedermayer <michaelni@gmx.at>
lavd/lavfi: work with non-mappable files for graph_file option …
4:42 PM Changeset in ffmpeg [8a4c0866] by Michael Niedermayer <michaelni@gmx.at>
avio: Introduce avio_read_to_bprint(avioctx, bp, max_size) …
4:31 PM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) updated by Carl Eugen Hoyos
If you want to report a regression, please run git bisect to …
4:20 PM Ticket #3787 (h264 parser only accepts extradata before the first frame) closed by Michael Niedermayer
fixed: Fixed in 01b236b70438527946b0dd79894c0105bc668c91
3:41 PM Changeset in ffmpeg [01b236b7] by Michael Niedermayer <michaelni@gmx.at>
avformat/flvdec: use AV_PKT_DATA_NEW_EXTRADATA for h264 too Fixes …
3:40 PM Changeset in ffmpeg [601c2388] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264: support AV_PKT_DATA_NEW_EXTRADATA Signed-off-by: …
3:40 PM Changeset in ffmpeg [1bf371b2] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264: factor is_extra() out Signed-off-by: Michael …
3:37 PM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) created by Roman Gaufman
I'm recording from a D-Link DCS-2230 IP Camera with this command: …
2:21 PM Ticket #2748 (Inconsistent UDP output packet size) updated by Carl Eugen Hoyos
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/180292
1:52 PM Ticket #2748 (Inconsistent UDP output packet size) updated by smallishzulu
Dear Krieger, To make ffmpeg stream workable with commonly used …
1:29 PM Ticket #2748 (Inconsistent UDP output packet size) updated by Andrey Utkin
Not a bug. The produced stream is perfectly OK and shouldn't break …
1:05 PM Changeset in ffmpeg [c3c96deb] by Diego Biurrun <diego@biurrun.de>
fft-test: Check memory allocations
1:05 PM Changeset in ffmpeg [7288b34] by Diego Biurrun <diego@biurrun.de>
fft-test: Drop unnecessary pointer indirection for context structs
1:05 PM Changeset in ffmpeg [d445c865] by Diego Biurrun <diego@biurrun.de>
fft-test: Reduce variable scope where sensibly possible Also merge …
1:04 PM Ticket #2974 (Plex Media Server: LGPL/GPL violation) updated by Michael Barry
While the code for both transcoders are available I don't see the …
12:27 PM Changeset in ffmpeg [54256482] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '20ec0daaa1cdd3996ac6ed0198de961129474044' * commit …
12:15 PM Changeset in ffmpeg [d0cb6caf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2b6ab3a2bd7e7cee5e7a55dd2e48b8feb4a826bb' * commit …
12:07 PM Changeset in ffmpeg [eac77fcd] by Diego Biurrun <diego@biurrun.de>
mpegenccontext: Remove unused dct_unquantize_h261 function pointers …
11:53 AM Ticket #3796 (ffmpeg should automatically determine subtitle text encoding) updated by julian
if you think anything changed in this regard i could take the time to …
10:45 AM Changeset in ffmpeg [20ec0daa] by Diego Biurrun <diego@biurrun.de>
fft-test: Make global exptab variable static
10:34 AM Film.srt attached to Ticket #3796 by Carl Eugen Hoyos
10:29 AM Ticket #3796 (ffmpeg should automatically determine subtitle text encoding) updated by Carl Eugen Hoyos
Priority changed
Is this problem reproducible with current FFmpeg git head?
10:16 AM Changeset in ffmpeg [2b6ab3a2] by Diego Biurrun <diego@biurrun.de>
mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is used
9:20 AM Ticket #3796 (ffmpeg should automatically determine subtitle text encoding) updated by julian
i know conversion works fine when specifying '-sub_charenc CP1252' but …
9:19 AM Ticket #3796 (ffmpeg should automatically determine subtitle text encoding) updated by julian
https://dl.dropboxusercontent.com/u/7221986/Film.mkv
9:18 AM Ticket #3796 (ffmpeg should automatically determine subtitle text encoding) created by julian
ffmpeg currently can't auto detect the encoding of subtitle files and …
8:51 AM Changeset in ffmpeg [aa095436] by Michael Niedermayer <michaelni@gmx.at>
vc1: Do not return an error when skipping b frames This caused mpv …
8:42 AM Changeset in ffmpeg [4ddac719] by Michael Niedermayer <michaelni@gmx.at>
vc1: Do not return an error when skipping b frames This caused mpv …
8:42 AM Changeset in ffmpeg [3e78f868] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '68fd80ee1ca22c39b6ef4e6641b5b2e0d4d89a14' into …
8:36 AM Ticket #3794 (SWSCALE: Quantization Errors in Y Studio Range) updated by troy_s
The “diff” is an image based diff which shows precisely what pixels …
8:32 AM Changeset in ffmpeg [c75fdee7] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/x86/hevc_deblock: Fix compilation with nasm.
8:28 AM Ticket #3794 (SWSCALE: Quantization Errors in Y Studio Range) updated by Carl Eugen Hoyos
Keywords changed
There is something that I don't understand about this ticket (which in …
8:22 AM Ticket #3794 (SWSCALE: Quantization Errors in Y Studio Range) updated by Carl Eugen Hoyos
Replying to troy_s: > out_range incorrect in the sample …
8:19 AM Ticket #3795 (SWSCALE: Quantization Errors in Y Studio Range) updated by Carl Eugen Hoyos
Keywords changed
8:13 AM Ticket #3781 (Malfunction of the program with rtsp protocol.) updated by Carl Eugen Hoyos
As said, please add the command line that allows to reproduce the …
7:06 AM Ticket #3793 (ffmpeg fails with "3dnow" and "3dnowext" cpuflags) closed by jamal
fixed: Fixed by commit bbc5adfb9428e1cbfcc323db700578059f8fa253
6:42 AM Changeset in ffmpeg [bbc5adfb] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: Fix parsing regression with constants starting with …
5:36 AM Ticket #3781 (Malfunction of the program with rtsp protocol.) updated by iRidium_mobile
As for Case 1. The point is that cameras do nor have unique …
4:06 AM ARIB_STD-B28.png attached to Ticket #3794 by troy_s
SMPTE test pattern, 8 bit.
4:05 AM test-out-ycbcr-studiorange.png attached to Ticket #3794 by troy_s
FFMPEG output with studio range.
4:04 AM ARIB_STD-B28_colorbar_8bit_ycbcr-studiorange.png attached to Ticket #3794 by troy_s
Theoretically ideal YCbCr.
4:03 AM test-diff-ycbc-studiorange.png attached to Ticket #3794 by troy_s
Difference file. Red areas are discrepencies. Ignore -2% patch, and …
3:56 AM Ticket #3795 (SWSCALE: Quantization Errors in Y Studio Range) closed by troy_s
duplicate
3:55 AM Ticket #3794 (SWSCALE: Quantization Errors in Y Studio Range) updated by troy_s
out_range incorrect in the sample above, and should be out_range=mpeg
3:51 AM Ticket #3795 (SWSCALE: Quantization Errors in Y Studio Range) created by troy_s
Summary of the bug: It appears FFMPEG has some +/- single unit …
3:51 AM Ticket #3794 (SWSCALE: Quantization Errors in Y Studio Range) created by troy_s
Summary of the bug: It appears FFMPEG has some +/- single unit …
2:27 AM Ticket #3793 (ffmpeg fails with "3dnow" and "3dnowext" cpuflags) created by jamal
Summary of the bug: $subject How to reproduce: […] This is a …
12:38 AM Changeset in ffmpeg [a6132579] by Michael Niedermayer <michaelni@gmx.at>
Changelog: add "version <next>:" so people dont add new things to the …

Jul 22, 2014:

11:46 PM ArticlesForCreation edited by llogan
Projects page has been created. Remove Theora suggestion. WMP tips … (diff)
11:38 PM WikiStart edited by llogan
add Projects page link (diff)
11:29 PM Projects created by llogan
make initial page
10:34 PM Changeset in ffmpeg [7e5d75d5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '06a1d1323bc8afd03f085ae98d9b74e431b3534e' * commit …
10:29 PM Changeset in ffmpeg [9515d7c6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5be7d8597d02bcaba2de2503c0e59cf865c746dc' * commit …
10:23 PM Changeset in ffmpeg [9eeedf87] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '57f1b1dcc77a93c2a5c503d4e47fe2f567cf9db5' * commit …
10:18 PM Changeset in ffmpeg [77304cf3] by Michael Niedermayer <michaelni@gmx.at>
avcodec: dct/rdft only support float mode, skip their contents for …
9:02 PM Changeset in ffmpeg [005e81d6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '11c7155cce50971a38e6cebd39a3ba5a54645fae' * commit …
8:57 PM Changeset in ffmpeg [06a1d132] by Martin Storsjö <martin@martin.st>
configure: Extend the neon intrinsics check Check for an instruction …
8:49 PM Ticket #3786 (missing picture in access unit with size 62) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if (it is reproducible with current FFmpeg …
8:32 PM Ticket #3786 (missing picture in access unit with size 62) updated by ghazel
Version changed
Still happens on 2.3. I cannot upload a sample.
8:32 PM Changeset in ffmpeg [1df2f7b6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'eba2233b58c2c4b468c58287d6537b2f1188a8cd' * commit …
8:23 PM Changeset in ffmpeg [013172ae] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '67bc1ba5d75953d136bfa02ce6c0a27e9fd9dac3' * commit …
8:02 PM Changeset in ffmpeg [016cca45] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7bdd2ff6825951f7a6a6008303acfce7c2a63532' * commit …
7:23 PM Encode/H.264 edited by llogan
(diff)
6:55 PM Changeset in ffmpeg [5be7d859] by Diego Biurrun <diego@biurrun.de>
fft-test: Comment some #endifs
6:55 PM Changeset in ffmpeg [57f1b1dc] by Diego Biurrun <diego@biurrun.de>
fft-test: Drop unnecessary #ifdefs around header includes
6:55 PM Changeset in ffmpeg [11c7155c] by Diego Biurrun <diego@biurrun.de>
dct/rdft: Add missing typedefs for context structs Without the …
6:46 PM Changeset in ffmpeg [eba2233b] by Diego Biurrun <diego@biurrun.de>
build: Add define for SIMD extensions requiring 16-byte aligned buffers
6:45 PM Changeset in ffmpeg [67bc1ba5] by Diego Biurrun <diego@biurrun.de>
libxvid: Drop PPC-specific CPU detection hack It is doubtful if the …
5:10 PM Ticket #3741 (Using AVStream.codec.time_base as a timebase hint to the muxer is ...) reopened by Christian Ebert
Could I have the confirmation that the warning is to be expected with …
4:23 PM Changeset in ffmpeg [bc15b523] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
4:11 PM Changeset in ffmpeg [ed248e7f] by Michael Niedermayer <michaelni@gmx.at>
hevc: wait proper position for tmvp The position is either rounded or …
4:09 PM Changeset in ffmpeg [050d79b6] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Autodetect big-endian tiff files.
4:07 PM Changeset in ffmpeg [c68098b] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: add pix_fmt: 0x14121200 Fixes: _15801_F.jpg …
3:45 PM Ticket #3792 (TIFF tag type (0) is not implemented) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Keywords, Version, Analyzed by developer, Type changed
Patch sent: …
3:38 PM Changeset in ffmpeg [539e7272] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: simplify set_string_number() Signed-off-by: Michael …
2:58 PM Changeset in ffmpeg [4852a88d] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: set_string_number(): remove unneeded copy also remove …
2:38 PM Changeset in ffmpeg [7bdd2ff6] by Luca Barbato <lu_zero@gentoo.org>
http: Use a constant for the supported header size
2:36 PM Changeset in ffmpeg [ca6b33b8] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/hevcdsp_init: Fix "warning: assignment from incompatible …
2:27 PM Changeset in ffmpeg [d7e162d4] by Michael Niedermayer <michaelni@gmx.at>
hevcdsp: remove an unneeded variable in the loop filter beta0 and …
2:18 PM Changeset in ffmpeg [ae2f048f] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/hevc_deblock: cosmetics cherry picked from commit …
2:17 PM Changeset in ffmpeg [b435043a] by Michael Niedermayer <michaelni@gmx.at>
hevc: cleanups in SSE2 and SSSE3 loop filters, use fewer instructions …
2:16 PM Changeset in ffmpeg [e8581b17] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/hevc_deblock: use test instead of cmp 0 cherry picked …
2:14 PM Changeset in ffmpeg [dc69247d] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/hevc_deblock: use of paddw instead of psllw cherry picked …
2:13 PM Changeset in ffmpeg [500a0394] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/hevc_deblock: add %ifs to avoid "do nothing instructions" …
2:00 PM Changeset in ffmpeg [7a4cf671] by Michael Niedermayer <michaelni@gmx.at>
hevc: cleaning up SSE2 and SSSE3 deblocking filters Signed-off-by: …
1:28 PM cionek1.jpeg attached to Ticket #3792 by pszemus
1:27 PM Ticket #3792 (TIFF tag type (0) is not implemented) created by pszemus
Summary of the bug: TIFF tag type(0) is not implemented warning, …
1:19 PM Changeset in ffmpeg [5f08b41] by Michael Niedermayer <michaelni@gmx.at>
hevc/mvs: cosmetics cherry picked from commit …
1:13 PM Changeset in ffmpeg [cd714afe] by Michael Niedermayer <michaelni@gmx.at>
hevc/mvs: more cleanups cherry picked from commit …
1:05 PM Changeset in ffmpeg [3ad04608] by Michael Niedermayer <michaelni@gmx.at>
hevc/mvs: code cleaning cherry picked from commit …
12:17 PM Changeset in ffmpeg [c4d63cd2] by Michael Niedermayer <michaelni@gmx.at>
hevc/mvs: simplifying derive_spatial_merge_candidates function cherry …
12:12 PM Changeset in ffmpeg [e9bb45ba] by Michael Niedermayer <michaelni@gmx.at>
hevc/mvs: remove same prediction block cherry picked from commit …
12:11 PM Changeset in ffmpeg [560b0253] by Michael Niedermayer <michaelni@gmx.at>
hevc/mvs: simplify derive_temporal_colocated_mvs cherry picked from …
11:59 AM Changeset in ffmpeg [062b9f2c] by Michael Niedermayer <michaelni@gmx.at>
fate/hevc: update with new Rext bitstreams cherry picked from commit …
11:59 AM Changeset in ffmpeg [37822a56] by Michael Niedermayer <michaelni@gmx.at>
hevc/rext: remove warning for cross component prediction cherry …
11:57 AM Ticket #3749 (segment with segment_time_delta cause the first file empty.) closed by Stefano Sabatini
fixed: Should be fixed in: […]
11:53 AM Changeset in ffmpeg [44071b0d] by Stefano Sabatini <stefasab@gmail.com>
lavf/segment: sanitize segment end time in case last packet do not …
11:43 AM Changeset in ffmpeg [71315748] by Stefano Sabatini <stefasab@gmail.com>
lavf/segment: do not allow to create segments with no key-frames Fix …
11:07 AM Changeset in ffmpeg [627c044f] by Michael Niedermayer <michaelni@gmx.at>
hevc/rext: fixing rdpcm and scaling list for Range Extension -new …
11:00 AM Changeset in ffmpeg [fa0506e4] by Michael Niedermayer <michaelni@gmx.at>
hevc/rext: update boundary strength for chroma deblocking filter …
10:55 AM Changeset in ffmpeg [4ec1cb24] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '78670fbf07bd03479073d4218440de4914304680' * commit …
10:46 AM Changeset in ffmpeg [7cdb3b2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6869612f5c7d4d2f20f69a5658328a761deadb1c' * commit …
10:41 AM Ticket #3781 (Malfunction of the program with rtsp protocol.) updated by Carl Eugen Hoyos
Replying to iRidium_mobile: > I found a problem when …
10:38 AM Ticket #2748 (Inconsistent UDP output packet size) updated by Carl Eugen Hoyos
Cc changed
Replying to smallishzulu: > My comment is this patch can …
10:37 AM Ticket #3791 (Show URL parameters in FFserver status page) updated by Carl Eugen Hoyos
Priority, Keywords changed
10:28 AM Ticket #3791 (Show URL parameters in FFserver status page) created by Carlos Bremo
It would be very nice if URL parameters for streams are shown in the …
6:36 AM Ticket #2748 (Inconsistent UDP output packet size) updated by smallishzulu
aviobuf.c.patch​ added by ksotik works ok and accurate. Last night I …
6:14 AM Ticket #3781 (Malfunction of the program with rtsp protocol.) updated by iRidium_mobile
I found a problem when working in ffmpeg with RSTP protocol. When …
3:22 AM Changeset in ffmpeg [9cb45f6a] by Michael Niedermayer <michaelni@gmx.at>
doc/APIchanges: mention FF_INPUT_BUFFER_PADDING_SIZE chage …
3:21 AM Changeset in ffmpeg [0f04e27] by Michael Niedermayer <michaelni@gmx.at>
libavformat/img2dec.c: Add a long_name to the piped image demuxers …
3:14 AM Changeset in ffmpeg [135ea609] by Michael Niedermayer <michaelni@gmx.at>
libavformat/img2dec.c: Add a long_name to the piped image demuxers …
2:56 AM Ticket #3787 (h264 parser only accepts extradata before the first frame) updated by Benjamin Peterson
Consider the file I just attached. Asking ffmpeg to read this file …
2:54 AM example.flv attached to Ticket #3787 by Benjamin Peterson
File to reproduce the problem
1:35 AM Changeset in ffmpeg [c933f2c4] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '16e6652286213014c28a9c3af70435e767d28638' * commit …
1:06 AM Changeset in ffmpeg [135b1a3f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd45ebd4876ab8fc07736a644de07e1b1d11a8e5d' * commit …
1:00 AM Changeset in ffmpeg [ab7c6790] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '389380c27915b0505fed538cd54c035c891fabd9' * commit …
12:51 AM Changeset in ffmpeg [e621e6ca] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '28df1d24112c6ad0763985df2faeeb198cfbad69' * commit …
12:45 AM Changeset in ffmpeg [dac096cf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'bb0babd7054bed7edfd9f4d6b20cdba864de1830' * commit …
12:40 AM Changeset in ffmpeg [7f1543d4] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b396bbad100a7493691d09b8dceba91e3cd28e2e' * commit …
12:34 AM Changeset in ffmpeg [c7168d1a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'fc27e7272e6f1a7053812f8a15b1b7098de44c71' * commit …
12:11 AM Changeset in ffmpeg [70f7006e] by Michael Niedermayer <michaelni@gmx.at>
avformat/mov: Pass through iTunSMPB from MOV. Allows demuxing of …
12:11 AM Changeset in ffmpeg [42f3bc40] by Michael Niedermayer <michaelni@gmx.at>
avformat/adtsenc: Optionally enable ID3 in ADTS. Signed-off-by: …

Jul 21, 2014:

10:08 PM Changeset in ffmpeg [78670fbf] by Diego Biurrun <diego@biurrun.de>
imgconvert: cosmetics: Reshuffle defines to reduce ifdeffery
10:08 PM Changeset in ffmpeg [6869612f] by Diego Biurrun <diego@biurrun.de>
arm: Macroize the test for 'setend' CPU instruction support …
9:18 PM Changeset in ffmpeg [16e66522] by Janne Grunau <janne-libav@jannau.net>
aarch64: NEON intrinsics dct_unquantize_h263. Intrinsics only used on …
9:18 PM Changeset in ffmpeg [d45ebd48] by Janne Grunau <janne-libav@jannau.net>
configure: add support for neon intrinsics
9:08 PM Changeset in ffmpeg [c75c594e] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '4d2d0595cf9dd199c35aefef450952d209a56573' * commit …
8:59 PM Ticket #3788 ([SMK] Seek error) updated by Underground78
It does fail with IVYDES.SMK: could not seek to position 1.000.
8:29 PM Changeset in ffmpeg [16c66f31] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2ce53880bfeb431decdd2fc82298c0aff823ab47' * commit …
8:18 PM Changeset in ffmpeg [389380c2] by Luca Barbato <lu_zero@gentoo.org>
http: Do move the class instantiation in the conditional block Remove …
8:18 PM Changeset in ffmpeg [28df1d24] by Luca Barbato <lu_zero@gentoo.org>
http: Provide an option to override the HTTP method Certain servers …
8:18 PM Changeset in ffmpeg [bb0babd7] by Luca Barbato <lu_zero@gentoo.org>
build: Support executable only ldflags The options is useful to build …
8:18 PM Changeset in ffmpeg [b396bbad] by Luca Barbato <lu_zero@gentoo.org>
configure: Do not add extralibs to avresample .pc file The library …
8:02 PM Changeset in ffmpeg [9a436ae] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '16b7328058fa600d5158c84d9cc621a134eb88bc' * commit …
7:39 PM Changeset in ffmpeg [fc27e727] by Anton Khirnov <anton@khirnov.net>
mpegts: do not export empty language tags Signed-off-by: Anton …
7:35 PM Changeset in ffmpeg [79df91bf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'bd499d9af668aef979ec9f3f3215b8dd508c7ec1' * commit …
7:16 PM Changeset in ffmpeg [94c4ad27] by Michael Niedermayer <michaelni@gmx.at>
doc/APIchanges: mention FF_INPUT_BUFFER_PADDING_SIZE chage …
7:13 PM Changeset in ffmpeg [4d2d059] by Diego Biurrun <diego@biurrun.de>
fate: Split audio- and video-related RealMedia targets Signed-off-by: …
3:00 PM Changeset in ffmpeg [265dadbe] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: Support general expressions involving AVOption constants …
1:30 PM Changeset in ffmpeg [88efc013] by Michael Niedermayer <michaelni@gmx.at>
avutil: move QP2LAMBDA constant to eval Signed-off-by: Michael …
1:28 PM Changeset in ffmpeg [2c5c7f10] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: remove dead code from set_string_number() Signed-off-by: …
1:20 PM Changeset in ffmpeg [4927c0a9] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt.c: fix bug when parsing option fix these strange behavior: …
12:33 PM Changeset in ffmpeg [2ce5388] by Diego Biurrun <diego@biurrun.de>
build: Conditionally compile all avcodec test programs
12:32 PM Changeset in ffmpeg [16b73280] by Diego Biurrun <diego@biurrun.de>
build: Conditionally build and run DCT test program
12:32 PM Changeset in ffmpeg [bd499d9a] by Diego Biurrun <diego@biurrun.de>
build: Conditionally build and test iirfilter
12:18 PM Ticket #3622 (Second audio track in mov sometimes marked as default) updated by Aubin Paul
Replying to michael: > Replying to cehoyos: …
12:00 PM Changeset in ffmpeg [40541716] by Michael Niedermayer <michaelni@gmx.at>
avcodec/dct-test: remove fixed array sizes They are unneeded and make …
11:54 AM Ticket #3782 (Codec problem) closed by Carl Eugen Hoyos
needs_more_info: Please do not hesitate to reopen this ticket if you can add more …
11:54 AM Changeset in ffmpeg [c05dbb87] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c3ec963d0d0fac2d817f7fbce2e89ed46eeba550' * commit …
11:53 AM Ticket #3781 (Malfunction of the program with rtsp protocol.) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
Please tell us which server needs the TEARDOWN command so a proper …
11:33 AM Changeset in ffmpeg [d986c414] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '81b9bf319226fe03436c80aaa8a2c91767cab7ce' * commit …
11:32 AM Downstreams edited by Carl Eugen Hoyos
http://packman.links2linux.org/ provides FFmpeg packages, exactly as … (diff)
11:03 AM Changeset in ffmpeg [5b998dae] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a9f3f5fadb57bae3f3ff0be69e56b2c6014f2513' * commit …
8:25 AM Changeset in ffmpeg [c3ec963d] by Diego Biurrun <diego@biurrun.de>
mjpeg: return proper error code Signed-off-by: Diego Biurrun …
8:10 AM Changeset in ffmpeg [81b9bf31] by Diego Biurrun <diego@biurrun.de>
dct-test: Move arch-specific bits into arch-specific subdirectories
8:00 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
Can someone instruct me as to how tiny_psnr is intended to be used …
7:59 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
Added a YCbCr calculator for testing raw values. Coefficients and …
7:57 AM RGB-YCbCr-Calculator.ods attached to Ticket #3785 by troy_s
A LibreOffice Calc spreadsheet to calculate YCbCr from RGB values for …
6:35 AM Changeset in ffmpeg [a9f3f5fa] by Janne Grunau <janne-libav@jannau.net>
Revert "tiff: support reading gray+alpha at 8 bits" This reverts …
3:47 AM testchart-709-studio-8bit.png attached to Ticket #3785 by troy_s
8 bit conversion of the 32 bit EXR in PNG format.
3:45 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
Correction on my part, due to the test pattern selected, the ranges …
1:55 AM Ticket #3790 (IP Video Transcoding violates GPL) created by Kieran Kunhya
http://www.ipvideotrans.com/transcoding.html --enable-gpl …
1:48 AM Changeset in ffmpeg [ce385c8] by Michael Niedermayer <michaelni@gmx.at>
avfilter/biquads: avoid clipping when using floating type …
1:19 AM Changeset in ffmpeg [71e515c1] by Michael Niedermayer <michaelni@gmx.at>
avformat/sapenc: Use av_mallocz_array() Signed-off-by: Michael …
1:18 AM Changeset in ffmpeg [437da3e] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_owdenoise: use av_malloc_array() Signed-off-by: Michael …
1:16 AM Ticket #3789 (shortest command doesnt work when using a filter_complex with audio ...) updated by Carl Eugen Hoyos
Is this a regression?
1:12 AM Ticket #3789 (shortest command doesnt work when using a filter_complex with audio ...) updated by Timothy Gu
Keywords, Version, Description changed
12:42 AM Ticket #3788 ([SMK] Seek error) updated by Carl Eugen Hoyos
Did you try the following? […]
12:27 AM Changeset in ffmpeg [ec59f027] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '819bb3e81c72939ae1c1a4e5fc3dfdf3e98df074' * commit …
12:23 AM Ticket #3789 (shortest command doesnt work when using a filter_complex with audio ...) created by phingers
Summary of the bug: shortest command doesn't work when using a …
12:16 AM Changeset in ffmpeg [dc021a02] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c39059bea3adebcd888571d1181db215eee54495' * commit …
12:05 AM Changeset in ffmpeg [08b597b1] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b31d76e45fc3c6529dd7109e721676f3ec376d00' * commit …

Jul 20, 2014:

11:56 PM Changeset in ffmpeg [110420aa] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '4de8b60684ce13dff3e3d372dae4f49b9e53f755' * commit …
10:32 PM Changeset in ffmpeg [819bb3e8] by Vittorio Giovara <vittorio.giovara@gmail.com>
fate: add h264-direct-bff test
10:32 PM Changeset in ffmpeg [c39059be] by Vittorio Giovara <vittorio.giovara@gmail.com>
h264: Fix direct temporal mvs for bottom-field-first poc order Such …
10:32 PM Changeset in ffmpeg [b31d76e] by Vittorio Giovara <vittorio.giovara@gmail.com>
tiff: support reading gray+alpha at 8 bits Signed-off-by: Vittorio …
9:58 PM Changeset in ffmpeg [e59ce544] by Michael Niedermayer <michaelni@gmx.at>
doc: fix two spelling errors Signed-off-by: Michael Niedermayer …
9:12 PM Ticket #3788 ([SMK] Seek error) updated by Underground78
I don't know how to try reproducing this issue with ffmpeg otherwise I …
8:58 PM Ticket #3788 ([SMK] Seek error) updated by Carl Eugen Hoyos
Is this also reproducible with ffmpeg (the application)? Please …
8:23 PM IVYDES.SMK attached to Ticket #3788 by Underground78
8:23 PM Ticket #3788 ([SMK] Seek error) created by Underground78
The attached SMK file causes a seek error which is easily reproducible …
8:02 PM Changeset in ffmpeg [4de8b606] by Diego Biurrun <diego@biurrun.de>
idct: Move arm-specific declarations to a header in the arm directory
6:57 PM Changeset in ffmpeg [9a8a18a] by Michael Niedermayer <michaelni@gmx.at>
doc/issue_tracker: Correct sub-domain for mailing list Signed-off-by: …
6:32 PM Changeset in ffmpeg [02e3e3ea] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9f99a5f1d078721a30a76aec27c58805b7b87e58' * commit …
6:21 PM Ticket #3783 (ffmpeg should init decoders before filters) updated by Clément Bœsch
Summary changed
5:27 PM Ticket #3777 (Wrong duration for mp3 file) updated by llogan
Possibly related to #2697.
5:18 PM Changeset in ffmpeg [f2a8c429]n1.0.10 by Michael Niedermayer <michaelni@gmx.at>
update for 1.0.10 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
5:05 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
If it's not easy to fix the bit allocation, maybe we should commit the …
4:34 PM Changeset in ffmpeg [a81f72e4]n0.5.14 by Michael Niedermayer <michaelni@gmx.at>
Update for 0.5.14 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
3:01 PM Changeset in ffmpeg [e2842cf] by Michael Niedermayer <michaelni@gmx.at>
MAINTAINERS: Add db0 for the website Signed-off-by: Michael …
12:13 PM Changeset in ffmpeg [9f99a5f1] by Diego Biurrun <diego@biurrun.de>
mpegencconetxt: Move rv10-specific orig_width/orig_height where they …
12:03 PM Changeset in ffmpeg [73b7a360] by Michael Niedermayer <michaelni@gmx.at>
matroskaenc: Don't set language to empty string, use "und" …
8:59 AM Ticket #3787 (h264 parser only accepts extradata before the first frame) updated by Carl Eugen Hoyos
Keywords changed
Unfortunately, this has currently no similarities with a valid ticket. …
3:42 AM Changeset in ffmpeg [729479a1] by Michael Niedermayer <michaelni@gmx.at>
fate/hevc: update fate rext tests cherry picked from commit …
1:38 AM testchart-709-studio.exr.gz attached to Ticket #3785 by troy_s
32 bit float EXR of broadcast scaled 709 values using the matrix and …
1:36 AM RGB-to-broadcast-YCbCr-709.ods attached to Ticket #3785 by troy_s
ODS spreadsheet of the matrix values used to obtain the EXR result off …
1:10 AM Ticket #3787 (h264 parser only accepts extradata before the first frame) created by Benjamin Peterson
Summary of the bug: The H264 parser only accepts extradata before the …
12:48 AM Changeset in ffmpeg [950a4f83] by Michael Niedermayer <michaelni@gmx.at>
hevc: fix offset for sao temporary frame fixes fate on alpha cherry …
12:23 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by Carl Eugen Hoyos
[…]
12:15 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
Ridiculously stupid question likely, but how does one use tiny_psnr? …
12:04 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
Just performed a git pull and tested the raw YCbCr output again. Looks …
12:01 AM Changeset in ffmpeg [28f31e78] by Clément Bœsch <u@pkh.me>
doc: restore default.css This partially reverts …
Note: See TracTimeline for information about the timeline view.