Timeline



May 14, 2015:

11:57 PM Changeset in ffmpeg [9fc45b31] by James Almer <jamrial@gmail.com>
dashenc: replace attribute id with contentType for the AdaptationSet …
11:34 PM Ticket #4558 (Compilation failure for the debug target) closed by Carl Eugen Hoyos
invalid
11:11 PM Ticket #4558 (Compilation failure for the debug target) updated by Emmanuel Poitier (Enman)
Sorry then, but how a newbie would know ;) I'll do that then, but …
11:08 PM Ticket #4558 (Compilation failure for the debug target) updated by gjdfgh
Possibly it's because you ignored the "Patches should be submitted to …
10:58 PM Ticket #4558 (Compilation failure for the debug target) updated by Emmanuel Poitier (Enman)
All, hope I have not offended anyone. Will wait on Carl Eugen Hoyos …
10:56 PM Changeset in ffmpeg [b5508f74] by Michael Niedermayer <michaelni@gmx.at>
lavf/webmdashenc: fix unchecked strftime Fix unchecked strftime …
10:52 PM Ticket #4558 (Compilation failure for the debug target) updated by gjdfgh
Cc changed
My guess is that cehoyos is mad because of something.
10:52 PM Changeset in ffmpeg [d9390b9d] by James Almer <jamrial@gmail.com>
avformat/matroskaenc: Use avoid_negative_ts_use_pts if no stream …
10:51 PM Changeset in ffmpeg [5a8b4328] by James Almer <jamrial@gmail.com>
avformat/mux: Add avoid_negative_ts_use_pts This allows using pts …
10:51 PM Changeset in ffmpeg [8e94e5d3] by James Almer <jamrial@gmail.com>
tests/fate-run: do not attempt to parse tiny_psnrs output if it failed …
10:51 PM Ticket #4558 (Compilation failure for the debug target) reopened by Emmanuel Poitier (Enman)
10:44 PM Ticket #4558 (Compilation failure for the debug target) updated by Emmanuel Poitier (Enman)
Hi, can we know the reason it is set to invalid ? Best regards, …
10:30 PM Changeset in ffmpeg [47cbcf20] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264_slice: Fix ranges in assert Fixes CID1297592, CID1297593 …
9:25 PM Changeset in ffmpeg [9f0b898e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failure …
9:23 PM Ticket #4558 (Compilation failure for the debug target) closed by Carl Eugen Hoyos
invalid
9:18 PM Changeset in ffmpeg [8f1afde1] by Michael Niedermayer <michaelni@gmx.at>
avcodec/diracdec: Make data_unit_size unsigned Fixes CID1271788 with …
9:12 PM ffmpeg-patch.zip attached to Ticket #4558 by Emmanuel Poitier (Enman)
Patch to apply to fix compilation errors in debug
9:11 PM Ticket #4558 (Compilation failure for the debug target) created by Emmanuel Poitier (Enman)
The flag we use to cause this issue to happen is -DDEBUG -g. The …
9:05 PM Changeset in ffmpeg [1e4a77d0] by Ronald S. Bultje <rsbultje@gmail.com>
vp9: apply mv scaling workaround only when subsampling is enabled.
8:38 PM Changeset in ffmpeg [dc96c0f] by Ronald S. Bultje <rsbultje@gmail.com>
vp9: read all 4x4 blocks in sub8x8 blocks individually with scalability.
8:37 PM Changeset in ffmpeg [e12188e1] by Ronald S. Bultje <rsbultje@gmail.com>
vp9: fix segmentation map referencing upon framesize change.
7:29 PM Changeset in ffmpeg [a9bf628b] by Michael Niedermayer <michaelni@gmx.at>
avcodec/dcadec: Check subsubframes Fixes: CID1239152 Signed-off-by: …
6:55 PM Changeset in ffmpeg [a6a45774] by Michael Niedermayer <michaelni@gmx.at>
avcodec/dcadec: Check nchans Fixes CID1239110 Signed-off-by: Michael …
6:15 PM Changeset in ffmpeg [d32d0593] by Ronald S. Bultje <rsbultje@gmail.com>
vp9: disable more pmulhrsw optimizations in idct16/32. For idct16, …
5:39 PM Changeset in ffmpeg [96d30c3] by Ronald S. Bultje <rsbultje@gmail.com>
vp9: disable all pmulhrsw in 8/16 iadst x86 optimizations. They all …
5:14 PM Changeset in ffmpeg [73cf5d9] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
cafdec: free extradata before allocating it This fixes a memleak if …
5:14 PM Changeset in ffmpeg [ac833992] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
cafdec: check avio_read return value If avio_read fails, the buffer …
5:14 PM Changeset in ffmpeg [9bcaf903] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
imgutils: initialize palette padding bytes in av_image_alloc …
5:13 PM Changeset in ffmpeg [d9249b5] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
aacdec: don't return frames without data Since commit 676a395a …
5:13 PM Changeset in ffmpeg [66b95ee4] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
id3v2: catch avio_read errors in check_tag Since len is an unsigned …
5:13 PM Changeset in ffmpeg [0f7e67b] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
avi: Validate sample_size And either error out or set it to 0 if it …
5:10 PM Changeset in ffmpeg [0856eea7] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
aacsbr: break infinite loop in sbr_hf_calc_npatches Signed-off-by: …
5:10 PM Changeset in ffmpeg [04f80ed3] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
diracdec: check that block length is valid In init_planes p->xblen …
5:10 PM Changeset in ffmpeg [c6f6be93] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
diracdec: check if reference could not be allocated s->ref_pics[i] is …
5:10 PM Changeset in ffmpeg [c6418be0] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
diracdec: avoid overflow of bytes*8 in decode_lowdelay If bytes is …
5:10 PM Changeset in ffmpeg [f78d7e6a] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
diracdec: prevent overflow in data_unit_size check buf_idx + …
5:09 PM Changeset in ffmpeg [0cb8d786] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
avidec: check for valid bit_rate range If bit_rate is negative, it …
5:09 PM Changeset in ffmpeg [c7484638] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k] …
5:09 PM Changeset in ffmpeg [35013fa2] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
matroskadec: check s->streams[k] before using it This fixes a …
5:09 PM Changeset in ffmpeg [33d77bc3] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
matroskadec: use uint64_t instead of int for index_scale index_scale …
5:09 PM Changeset in ffmpeg [e6a5023d] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
pngdec: don't use AV_PIX_FMT_MONOBLACK for apng AV_PIX_FMT_MONOBLACK …
5:09 PM Changeset in ffmpeg [99e737a7] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
pngdec: return correct error code from decode_frame_common During the …
5:08 PM Changeset in ffmpeg [83503750] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
pngdec: check s->last_picture.f->data[0] before using it This check …
5:08 PM Changeset in ffmpeg [2f290cf8] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
nutdec: fix illegal count check in decode_main_header The existing …
5:08 PM Changeset in ffmpeg [2523bdcd] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
nutdec: fix memleaks on error in nut_read_header Signed-off-by: …
5:08 PM Changeset in ffmpeg [9b87d15c] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
nutdec: check chapter creation in decode_info_header This fixes a …
5:07 PM Changeset in ffmpeg [a13a288e] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
nutdec: check for negative frame rate in decode_info_header A …
5:07 PM Changeset in ffmpeg [9f2c8734] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
apedec: prevent out of array writes in decode_array_0000 …
5:07 PM Changeset in ffmpeg [d35086d7] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
apedec: set s->samples only when init_frame_decoder succeeded …
5:07 PM Changeset in ffmpeg [be1b665d] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() …
5:07 PM Changeset in ffmpeg [47f5f6b] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
alac: reject rice_limit 0 if compression is used If rice_limit is 0, …
5:07 PM Changeset in ffmpeg [01291b4e] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
alsdec: only adapt order for positive max_order For max_order = 0 the …
5:07 PM Changeset in ffmpeg [787e094e] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
bink: check vst->index_entries before using it This fixes a NULL …
5:06 PM Changeset in ffmpeg [2f8f4351] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
mpeg4videodec: only allow a positive length Signed-off-by: Andreas …
5:06 PM Changeset in ffmpeg [f77cb3d4] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
alsdec: check sample pointer range in revert_channel_correlation Also …
5:06 PM Changeset in ffmpeg [3258e12d] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
aacpsy: correct calculation of minath in psy_3gpp_init The minimum of …
5:06 PM Changeset in ffmpeg [84cd276d] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
alsdec: validate time diff index If begin is smaller than t, the …
5:06 PM Changeset in ffmpeg [a298e13c] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
alsdec: limit avctx->bits_per_raw_sample to 32 …
5:06 PM Changeset in ffmpeg [50fb69c7] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
alsdec: ensure channel reordering is reversible If the same idx is …
5:05 PM Changeset in ffmpeg [9c826d8d] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
ac3: validate end in ff_ac3_bit_alloc_calc_mask This fixes an invalid …
5:05 PM Changeset in ffmpeg [4aa4c78d] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
aacpsy: avoid psy_band->threshold becoming NaN If band->thr is 0.0f, …
5:05 PM Changeset in ffmpeg [7b13aef5] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
aasc: return correct buffer size from aasc_decode_frame …
5:05 PM Changeset in ffmpeg [aebafed2] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
aacdec: consistently use avctx for logging in …
5:05 PM Changeset in ffmpeg [4ea7ff43] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
msrledec: use signed pixel_ptr in msrle_decode_pal4 This fixes …
5:04 PM Changeset in ffmpeg [262c678] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
matroskadec: export cover art correctly Generally, libavformat …
5:04 PM Changeset in ffmpeg [763ab41f] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
mxfenc: don't try to write footer without header This fixes a crash, …
5:04 PM Changeset in ffmpeg [76ee9fdb] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
mxfenc: fix memleaks in mxf_write_footer Signed-off-by: Andreas …
5:04 PM Changeset in ffmpeg [692fd563] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header …
5:03 PM Changeset in ffmpeg [c3b1261a] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
rtpenc_mpegts: Free the right ->pb in the error path in the init …
4:58 PM Changeset in ffmpeg [cc5e4bb4] by Michael Niedermayer <michaelni@gmx.at>
hevc: make avcodec_decode_video2() fail if get_format() fails …
4:12 PM Changeset in ffmpeg [f6b8b966] by Michael Niedermayer <michaelni@gmx.at>
avcodec/cavsdec: Use ff_set_dimensions() Fixes CID1239111 part2 …
4:12 PM Changeset in ffmpeg [c5c06e39] by Michael Niedermayer <michaelni@gmx.at>
avcodec/cavsdec: Check frame_rate_code Fixes CID1239111 part1 …
3:56 PM Changeset in ffmpeg [139e1c80] by Michael Niedermayer <michaelni@gmx.at>
avcodec/cavsdec: Check esc_code Signed-off-by: Michael Niedermayer …
3:00 PM Changeset in ffmpeg [729466dc] by Michael Niedermayer <michaelni@gmx.at>
libavutil/softfloat: Add test case for av_add_sf Recently …
2:29 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by al3x
Replying to ramitbhalla: > @al3x that didn't work, infact …
2:27 PM wtv.patch attached to Ticket #2252 by al3x
1:29 PM Ticket #4557 (ffprobe 2.6.2 fails to fetch information from specific video file) created by Mike Schekotov
I am trying to fetch information from video file using ffprobe 2.6.2, …
12:59 PM Ticket #4544 (Problem transcoding 5.1 AAC LATM audio streams) updated by Carlos Henrique
Hi, I would like to add that other players like VLC and Windows Media …
10:35 AM Changeset in ffmpeg [019daa07] by Michael Niedermayer <michaelni@gmx.at>
avcodec/qdrw: Fix the code which asks for version 1 samples The new …
10:35 AM Changeset in ffmpeg [5c8e4bf7] by Michael Niedermayer <michaelni@gmx.at>
avcodec/qdrw: another try at skipping the first 512 bytes …
10:11 AM Changeset in ffmpeg [5c219e28] by Clément Bœsch <u@pkh.me>
avcodec/srtdec: attempt to correct SubRip positioning The positioning …
10:11 AM Changeset in ffmpeg [56bc0a67] by Clément Bœsch <u@pkh.me>
avcodec/ass: make default playback resolution available to decoders
9:08 AM Changeset in ffmpeg [a2cd07d2] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ppc/h264dsp: POWER LE support in h264_idct_dc_add_internal() …
8:27 AM dccconv.c attached to Ticket #4556 by Carl Eugen Hoyos
The C source of a converter that contains a lengthy explanation in the …
8:23 AM Ticket #4556 (Autodetect PASC mp1 files with 420 byte frame size (4 byte zero-padding)) updated by Carl Eugen Hoyos
Keywords changed
8:23 AM 2 WIcky cut.MPP attached to Ticket #4556 by Carl Eugen Hoyos
8:22 AM Ticket #4556 (Autodetect PASC mp1 files with 420 byte frame size (4 byte zero-padding)) created by Carl Eugen Hoyos
(videolan ticket 14538) A vlc user uploaded a DCC PASC file which is a …
7:53 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Rostislav Pehlivanov
klaussfreire is working on v9c of the patch and hopes to get it sent …
6:41 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Ridley Combs
Any progress on this?
2:08 AM Changeset in ffmpeg [07256a7a] by Michael Niedermayer <michaelni@gmx.at>
tests: drop bc dependency We already have a dependency on awk and bc …
2:06 AM Ticket #4555 (MPEG Dash dynamic type: Period element requires ID) created by FishB8
Came across another MPEG Dash validation error. …
1:49 AM Changeset in ffmpeg [1f3ca53] by Michael Niedermayer <michaelni@gmx.at>
tests: drop bc dependency We already have a dependency on awk and bc …
12:24 AM Changeset in ffmpeg [8252f63] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni hv mc …
12:23 AM Changeset in ffmpeg [88f29406] by Michael Niedermayer <michaelni@gmx.at>
avformat/nutdec: Remove unused variable Signed-off-by: Michael …
12:11 AM Changeset in ffmpeg [346c4f0a] by Timothy Gu <timothygu99@gmail.com>
tests: drop bc dependency We already have a dependency on awk and bc …
12:08 AM Changeset in ffmpeg [eaeb6321] by Michael Niedermayer <michaelni@gmx.at>
nutdec: Remove unused label Added in …

May 13, 2015:

11:35 PM Ticket #4528 ([regression] [matroska] Codec for stream 1 does not use global headers ...) updated by svnpenn
Same problem here http://superuser.com/q/914050
11:16 PM Changeset in ffmpeg [50d878d9] by Michael Niedermayer <michaelni@gmx.at>
avcodec/msrledec: Ask for sample that uses a branch with a unused byte …
11:01 PM Changeset in ffmpeg [22f15f57] by Michael Niedermayer <michaelni@gmx.at>
avcodec/on2avc: Check run more carefully Fixes CID1239106 …
10:12 PM Changeset in ffmpeg [93cfa7d1] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpeg4audio: add some padding/alignment to MAX_PCE_SIZE This …
8:44 PM Changeset in ffmpeg [adb7372f] by Michael Niedermayer <michaelni@gmx.at>
swr: fix alignment issue caused by 8ch sse functions Fix crash when …
8:42 PM Changeset in ffmpeg [cc48409b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e7c5e17d4fbd7c83fb331bf327e25ebd8e6a8623' * commit …
8:32 PM Changeset in ffmpeg [a3adba35] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '3b5e5e6a29d62462d0505287042fa4c2b99c4f2b' * commit …
8:19 PM Changeset in ffmpeg [3bf81d38] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '85ca012ba680bdf942d95ab98c74f6a28f447588' * commit …
8:11 PM Changeset in ffmpeg [53d2b69b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd84429d41e24437536907af1e6b73197ecf3f6db' * commit …
8:04 PM Changeset in ffmpeg [e5397513] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8fc11abe1fea4f211cc7dbd58a173d1221627d90' * commit …
7:49 PM Changeset in ffmpeg [4b28907e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/qdrw: cleanup skip code Skip 512 byte sectors until a non …
7:13 PM Changeset in ffmpeg [b6e8166a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0348e74c01a099a3787ae21df1c2a742fc846163' * commit …
6:38 PM Changeset in ffmpeg [5d9873ec] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd0dce15da34c0e4eee6c683be299de0221db00d3' * commit …
6:24 PM Ticket #4401 (Past duration too large) updated by Kaleru
Cc changed
6:22 PM Ticket #4401 (Past duration too large) updated by Kaleru
Keywords, Component changed
6:21 PM Ticket #4401 (Past duration too large) reopened by Kaleru
6:18 PM Ticket #4401 (Past duration too large) updated by Kaleru
Console output using ffmpeg -v 9 -loglevel 99: […] Interestingly, …
6:14 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by ramitb
@al3x that didn't work, infact it broke it all, no converted file is …
6:11 PM Changeset in ffmpeg [cb7c4f73] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
cafdec: free extradata before allocating it This fixes a memleak if …
6:09 PM Changeset in ffmpeg [a3ede6b] by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
cafdec: check avio_read return value If avio_read fails, the buffer …
5:08 PM Ticket #4401 (Past duration too large) updated by Kaleru
Maybe I can provide a bit of information. My intention is to set up …
4:36 PM Changeset in ffmpeg [81cf9108] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: fix len computation in ff_mjpeg_decode_dqt() …
3:44 PM Changeset in ffmpeg [cf9ab11] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: Check len in ff_mjpeg_decode_dht() Fixes CID1239167 …
3:39 PM Changeset in ffmpeg [e7c5e17d] by Luca Barbato <lu_zero@gentoo.org>
vda: Make output CVPixelBuffer format configurable This is useful for …
3:39 PM Changeset in ffmpeg [dc35a581] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: Check len in ff_mjpeg_decode_dqt() Fixes CID1239060 …
3:14 PM Changeset in ffmpeg [3b5e5e6a] by Luca Barbato <lu_zero@gentoo.org>
libx265: Use the Multi-library Interface Use the Multi-library …
1:48 PM Changeset in ffmpeg [6d3f1783] by Michael Niedermayer <michaelni@gmx.at>
avcodec/jpeglsdec: assert that overflows end at exactly x=w If that …
1:15 PM Changeset in ffmpeg [f8f155a] by Michael Niedermayer <michaelni@gmx.at>
avcodec/jpeg2000dec: fix boolean operator Fixes CID1271791 #7-6
12:44 PM Ticket #4553 (Support G.729 stereo files) updated by compn
this file decodes now in mplayer r37400
12:38 PM Changeset in ffmpeg [04da0d25] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc_ps: Move log2_ctb_size checks up to prevent undefined …
12:26 PM Changeset in ffmpeg [65e50329] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc_ps: Explicitly check num_tile_* for negative values This …
12:26 PM Changeset in ffmpeg [b195aa5d] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc_ps: Check vps_num_hrd_parameters Fix CID1239052 part2 …
12:26 PM Changeset in ffmpeg [16c95b10] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc_ps: More completely check vps_num_layer_sets Fixes …
12:26 PM Changeset in ffmpeg [6679d5f2] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc: Simplify entry_point_offset parsing Signed-off-by: …
12:26 PM Changeset in ffmpeg [1c6ae98d] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc: Check num_entry_point_offsets Fixes CID1239099 part 2 …
12:26 PM Changeset in ffmpeg [3e9d5e16] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc: Check offset_len Fixes CID1239099 part 1 …
10:50 AM frames.txt attached to Ticket #4554 by Josephine Dussourd
description of the frames of my video by "ffprobe -show_frames"
10:46 AM Ticket #4554 (wrong seek with -ss) created by Josephine Dussourd
I’m trying to extract a particular frame from my video but I don’t get …
10:35 AM Changeset in ffmpeg [6d787aea] by Stefano Sabatini <stefasab@gmail.com>
doc/ffprobe.xsd: add build_date and build_time as optional attributes …
10:35 AM Changeset in ffmpeg [b0294f0c] by Stefano Sabatini <stefasab@gmail.com>
doc/ffprobe.xsd: remove extra sequence from streamType This makes the …
9:59 AM Changeset in ffmpeg [891df2a1] by Michael Niedermayer <michaelni@gmx.at>
libswscale/x86/hscale_fast_bilinear_simd.c: There's no need to save BX …
9:59 AM Changeset in ffmpeg [48e9f68] by Michael Niedermayer <michaelni@gmx.at>
libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber …
9:34 AM Changeset in ffmpeg [ce95c14c] by Michael Niedermayer <michaelni@gmx.at>
configure: disabled -mips64 option for loongson and remove redundant …
1:58 AM Changeset in ffmpeg [51f64552] by Michael Niedermayer <michaelni@gmx.at>
imgutils: initialize palette padding bytes in av_image_alloc …

May 12, 2015:

11:59 PM Changeset in ffmpeg [a7c0c793] by Michael Niedermayer <michaelni@gmx.at>
aacdec: remove a duplicated line got_frame_ptr is set again after the …
11:58 PM Changeset in ffmpeg [00f5c8f9] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_zoompan: free out AVFrame on failure Fixes: CID1197065 …
11:42 PM Changeset in ffmpeg [93b0ee21] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc_sei: Check num_sps_ids_minus1 value Fixes CID1271794 …
10:57 PM reference.wav attached to Ticket #4553 by Carl Eugen Hoyos
10:56 PM g729stereo.wav attached to Ticket #4553 by Carl Eugen Hoyos
10:55 PM Ticket #4553 (Support G.729 stereo files) created by Carl Eugen Hoyos
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/193145 A user …
10:41 PM Changeset in ffmpeg [8a62b80c] by Michael Niedermayer <michaelni@gmx.at>
avcodec/vqavideo: Check chunk size Fixes CID1239154 Signed-off-by: …
9:36 PM A-223555-223610-00324.avi attached to Ticket #4552 by Carl Eugen Hoyos
9:35 PM Ticket #4552 (Broken timestamps for msmpeg4v2 in avi) created by Carl Eugen Hoyos
A user uploaded a sample for which bad timestamps are produced since …
7:19 PM Changeset in ffmpeg [ec38a1ba] by Michael Niedermayer <michaelni@gmx.at>
aacdec: don't return frames without data Since commit 676a395a …
6:31 PM Changeset in ffmpeg [d3c9f1fd] by Michael Niedermayer <michaelni@gmx.at>
avfilter/avf_showcqt: Fix gamma comparisons Fixes CID1297587, …
6:19 PM Changeset in ffmpeg [0d054064] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_cover_rect: Handle the case where the cover rectangle is …
6:08 PM Changeset in ffmpeg [1431b4cf] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_fftfilt: Add MAX_PLANES and change it to 4 The 4th planes …
5:28 PM Changeset in ffmpeg [b62b3292] by Michael Niedermayer <michaelni@gmx.at>
avformat/hevc: Check num_negative_pics and num_positive_pics Fixes …
5:09 PM Changeset in ffmpeg [2cddc0b1] by Michael Niedermayer <michaelni@gmx.at>
avformat/hevc: Check cpb_cnt_minus1 Fixes CID1239014 Signed-off-by: …
5:03 PM Changeset in ffmpeg [7a27aa15] by Michael Niedermayer <michaelni@gmx.at>
avformat/hls: Handle read_buffer allocation failure Fixes CID1297576 …
4:40 PM Changeset in ffmpeg [70e022cf] by Michael Niedermayer <michaelni@gmx.at>
avformat/idcin: Remove redundant chunk size check Fixes CID1138438 …
4:34 PM Changeset in ffmpeg [171af59d] by Michael Niedermayer <michaelni@gmx.at>
avformat/matroskadec: Cleanup error handling for bz2 & zlib Fixes …
4:20 PM Changeset in ffmpeg [56abf351] by Michael Niedermayer <michaelni@gmx.at>
avformat/nutdec: Fix use of uinitialized value Fixes CID1041175 …
4:07 PM Changeset in ffmpeg [a23379a0] by Michael Niedermayer <michaelni@gmx.at>
avformat/rtpdec_xiph: Move pkt_len onto one side of the check This is …
4:03 PM Changeset in ffmpeg [aa516993] by Michael Niedermayer <michaelni@gmx.at>
avformat/rtpdec_xiph: Check upper bound on len in xiph_handle_packet() …
3:55 PM Changeset in ffmpeg [81198a68] by Michael Niedermayer <michaelni@gmx.at>
avformat/rtpenc_jpeg: Check remaining buffer size for SOS Fixes …
3:30 PM Changeset in ffmpeg [85ca012b] by Vittorio Giovara <vittorio.giovara@gmail.com>
mjpegenc: Fix JFIF header byte ordering The header had a wrong …
3:30 PM Changeset in ffmpeg [d84429d4] by Vittorio Giovara <vittorio.giovara@gmail.com>
dnxhd: Print unknown header when found
2:28 PM Changeset in ffmpeg [8fc11abe] by Vittorio Giovara <vittorio.giovara@gmail.com>
mkv: Print unsupported mov tags when found
2:28 PM Changeset in ffmpeg [0348e74c] by Vittorio Giovara <vittorio.giovara@gmail.com>
quickdraw: Skip the empty 512 byte header for images Found-by: Carl …
2:28 PM Changeset in ffmpeg [d0dce15d] by Vittorio Giovara <vittorio.giovara@gmail.com>
quickdraw: Make the palette opaque Additional overflow fix by Michael …
12:15 PM Changeset in ffmpeg [c3671e1d] by Michael Niedermayer <michaelni@gmx.at>
avformat/riffenc: Use size_t for strlen in ff_riff_write_info_tag() …
12:13 PM Ticket #4551 (Problems with decoding when opening RTSP stream.) closed by Carl Eugen Hoyos
needs_more_info: Please test current FFmpeg git head and reopen this ticket if you can …
12:08 PM Ticket #4550 (Overlaying VOBSUB from MKV sample while deinterlacing produces various ...) updated by Ridley Combs
Issue also occurs with kerndeint instead of yadif, which suggests this …
12:04 PM Changeset in ffmpeg [94e293a8] by Paul B Mahol <onemda@gmail.com>
avfilter/af_aphaser: reject too small delay Signed-off-by: Paul B …
11:39 AM Ticket #4551 (Problems with decoding when opening RTSP stream.) created by iRidium_mobile
Summary of the bug: When we connect for the first time, everything …
11:32 AM Changeset in ffmpeg [93cc5ca7] by Michael Niedermayer <michaelni@gmx.at>
lavf/img2dec: add option to disable pattern matching Signed-off-by: …
10:56 AM Ticket #4550 (Overlaying VOBSUB from MKV sample while deinterlacing produces various ...) updated by Ridley Combs
Looks like vf_yadif.c changes the time base (in config_props), and …
10:48 AM Ticket #4550 (Overlaying VOBSUB from MKV sample while deinterlacing produces various ...) updated by Ridley Combs
Yes (this is mentioned in my original description); the result and …
10:47 AM Ticket #4550 (Overlaying VOBSUB from MKV sample while deinterlacing produces various ...) updated by Carl Eugen Hoyos
Is the issue also reproducible with a native encoder like mpeg4 or …
10:29 AM Changeset in ffmpeg [37efad4e] by Michael Niedermayer <michaelni@gmx.at>
fate: Test pullup and fieldmatch with 5 instead of 1 frame …
10:17 AM Changeset in ffmpeg [2ce2462b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'da5c6a97bbfe34d4b30a89e72150dd400299ddce' * commit …
10:07 AM Changeset in ffmpeg [85bbe1db] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0670acc4f1c4ceb16968818a654e07a3f550a8c9' * commit …
10:02 AM Ticket #4550 (Overlaying VOBSUB from MKV sample while deinterlacing produces various ...) created by Ridley Combs
Summary of the bug: Sample at http://puu.sh/hKq7C/513a386d04.mkv
9:49 AM Ticket #4549 (/usr/bin/ld: libavutil/color_utils.o: relocation R_X86_64_32S against ...) updated by gjdfgh
>To make matters worse, enabling VAAPI on my Intel Broadwell laptop …
9:37 AM Ticket #4549 (/usr/bin/ld: libavutil/color_utils.o: relocation R_X86_64_32S against ...) updated by Kai Hendry
Is there an easy way to binary search through 38 switches of …
2:01 AM Changeset in ffmpeg [acf4925f] by Michael Niedermayer <michaelni@gmx.at>
tools/graph2dot: use larger data types than int for array/string sizes …
1:24 AM Changeset in ffmpeg [59db9e69] by Michael Niedermayer <michaelni@gmx.at>
avformat/internal: Fix warning about struct declaration Moving …
1:22 AM Changeset in ffmpeg [da5c6a97] by Luca Barbato <lu_zero@gentoo.org>
riff: Add MultiScope II fourcc MSC2 as MJPEG Signed-off-by: Luca …
1:20 AM Changeset in ffmpeg [0670acc] by Luca Barbato <lu_zero@gentoo.org>
dca_parser: Extend DTS core sync word and fix existing check The …

May 11, 2015:

10:52 PM Changeset in ffmpeg [3ecc0633] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc: Fix order of operations in hls_decode_neighbour() …
9:59 PM CompilationGuide/WinRT edited by Gilles Khouzam
Updating instructions for VS 2015 RC and Win10 10074 (diff)
8:53 PM Changeset in ffmpeg [62a1e003] by Michael Niedermayer <michaelni@gmx.at>
avformat/mlvdec: Use AVFormatContext->open_cb() Signed-off-by: …
8:51 PM Ticket #3730 (libx265 ignores threads option.) updated by David Joffe
It seems to me that the behavior Danixu is looking for can possibly be …
8:33 PM Changeset in ffmpeg [a228f7d5] by Michael Niedermayer <michaelni@gmx.at>
avformat/avformat: slightly more verbose documentation for open_cb() …
7:56 PM Changeset in ffmpeg [77ccc914] by Michael Niedermayer <michaelni@gmx.at>
avformat/mov: Use open_cb() if set Signed-off-by: Michael Niedermayer …
7:55 PM Changeset in ffmpeg [541d75f9] by Michael Niedermayer <michaelni@gmx.at>
avformat: add callback for opening further files Previous version …
6:21 PM Changeset in ffmpeg [0382c94f] by Michael Niedermayer <michaelni@gmx.at>
id3v2: catch avio_read errors in check_tag Since len is an unsigned …
6:01 PM Changeset in ffmpeg [ae4eea8b] by Michael Niedermayer <michaelni@gmx.at>
avutil/avstring: Use size_t in av_strlcatf() Signed-off-by: Michael …
4:12 PM Changeset in ffmpeg [2b97cc2e] by Michael Niedermayer <michaelni@gmx.at>
avformat/mov: Pass MovContext into mov_open_dref() Signed-off-by: …
3:15 PM Changeset in ffmpeg [94c20de4] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
avcodec/libx265: use x265 Multi-library Interface to query the API …
1:56 PM Changeset in ffmpeg [ab6dc863] by Michael Niedermayer <michaelni@gmx.at>
avformat/vorbiscomment: Use 64bit int for ff_vorbiscomment_length() …
1:56 PM Changeset in ffmpeg [66f26b3e] by Michael Niedermayer <michaelni@gmx.at>
avformat/matroskaenc: Check ff_vorbiscomment_length in …
1:56 PM Changeset in ffmpeg [0db5b2b9] by Michael Niedermayer <michaelni@gmx.at>
avformat/oggenc: Check ff_vorbiscomment_length in …
1:37 PM Ticket #4547 (af_aphaser.c: segfault with low values of delay option) updated by Ganesh Ajjanagadde
Looking at the source and documentation for aphaser, I see some other …
1:31 PM Changeset in ffmpeg [40a7700] by Michael Niedermayer <michaelni@gmx.at>
avformat/flacenc: Check length in flac_write_block_comment() …
1:23 PM Changeset in ffmpeg [eca38864] by Michael Niedermayer <michaelni@gmx.at>
avformat/vorbiscomment: Check entry length in ff_vorbiscomment_write() …
10:42 AM Changeset in ffmpeg [a633928d] by Michael Niedermayer <michaelni@gmx.at>
avformat/subtitles: Use size_t for len string length could …
9:18 AM Ticket #4549 (/usr/bin/ld: libavutil/color_utils.o: relocation R_X86_64_32S against ...) updated by Carl Eugen Hoyos
And please confirm that you ran make distclean.
8:39 AM Ticket #4549 (/usr/bin/ld: libavutil/color_utils.o: relocation R_X86_64_32S against ...) updated by Carl Eugen Hoyos
I cannot reproduce. To make this a valid ticket please provide the …
8:23 AM Ticket #4549 (/usr/bin/ld: libavutil/color_utils.o: relocation R_X86_64_32S against ...) created by Kai Hendry
Summary of the bug: Build error http://ix.io/itN How to reproduce: The …
2:31 AM Ticket #4504 (Valgrind on arm fate client) updated by Michael Niedermayer
Status changed
2:30 AM Ticket #4503 (Android fate client) updated by Michael Niedermayer
Status changed
2:30 AM Ticket #4435 (armcc fate client) updated by Michael Niedermayer
Status changed
2:30 AM Ticket #4548 (Opensolaris / sunos fate client) updated by Michael Niedermayer
Status changed
2:30 AM Ticket #4434 (Haiku fate client needs a new maintainer) updated by Michael Niedermayer
Status changed
2:30 AM Ticket #4548 (Opensolaris / sunos fate client) created by Michael Niedermayer
We currently have a aging opensolaris fate client, someone should …
2:05 AM Changeset in ffmpeg [17b26308] by Michael Niedermayer <michaelni@gmx.at>
avformat/matroskadec: Use size_t for the variable holding a strlen() …
1:50 AM Changeset in ffmpeg [95efc65] by Michael Niedermayer <michaelni@gmx.at>
avformat/url: Use size_t for len from strlen() Signed-off-by: Michael …

May 10, 2015:

11:56 PM Changeset in ffmpeg [28b7d7a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b8d2630c5327d2818d05c8a48be0417905d8e0fd' * commit …
11:48 PM Ticket #4545 (MPEG Dash output does not pass MPD Validator) closed by James
fixed: Fixed in 32a4177a627ddce984a5a9ed7023d9a63dcbdf85, thanks for the report.
11:46 PM Changeset in ffmpeg [ae99f06e] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ac1a1cb948fe29975424e367173b88db48792144' * commit …
11:37 PM Changeset in ffmpeg [32a4177a] by Michael Niedermayer <michaelni@gmx.at>
dashenc: replace attribute id with contentType for the AdaptationSet …
9:32 PM Changeset in ffmpeg [8d916ef5] by Michael Niedermayer <michaelni@gmx.at>
fate: Use more than 5 frames for testing select and idet filters …
9:09 PM Changeset in ffmpeg [5e19651c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2fb02ecfd115a627f22df21720aa0bd4f6fcee8b' * commit …
9:08 PM Ticket #4547 (af_aphaser.c: segfault with low values of delay option) updated by Carl Eugen Hoyos
Status, Version, Reproduced by developer changed
[…]
9:05 PM Ticket #4547 (af_aphaser.c: segfault with low values of delay option) updated by Ganesh Ajjanagadde
A quick check at: …
9:02 PM Ticket #4547 (af_aphaser.c: segfault with low values of delay option) updated by Carl Eugen Hoyos
Do you know who the packager for Arch Linux is? I always wanted to …
8:53 PM Ticket #4547 (af_aphaser.c: segfault with low values of delay option) updated by Ganesh Ajjanagadde
I did not compile myself, instead used the standard ffmpeg package on …
8:52 PM sample.aif attached to Ticket #4547 by Ganesh Ajjanagadde
aphaser segfault
8:51 PM Changeset in ffmpeg [1cf81a2c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '379e5603f4131e677ecf5ba79973dcd5603f28ea' * commit …
8:47 PM Ticket #4547 (af_aphaser.c: segfault with low values of delay option) updated by Carl Eugen Hoyos
Priority, Keywords changed
Please provide a sample that allows to reproduce the crash. …
8:42 PM Changeset in ffmpeg [f230451b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b9f7a677083647d85e583d6d7384938766a293d7' * commit …
8:31 PM Changeset in ffmpeg [55231323] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '254f3daba4271c1918d9a7ad155b1442ef93ed29' * commit …
8:20 PM Changeset in ffmpeg [73b8155b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '4d0ee4962be7e07cdc038a78008ef2e4e47e5f81' * commit …
8:09 PM Changeset in ffmpeg [8b0ceb96] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b34257eefd98cb768ea2f53a390b8684d51e689a' * commit …
8:05 PM Ticket #4547 (af_aphaser.c: segfault with low values of delay option) created by Ganesh Ajjanagadde
I attempted to apply an -aphaser filter to an aif audio file, with the …
8:00 PM Changeset in ffmpeg [ce1c0e99] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '243e8443cd9e83c887e3f5edf09a169e7783d14e' * commit …
7:57 PM Changeset in ffmpeg [b8d2630c] by Martin Storsjö <martin@martin.st>
dashenc: Reduce the segment duration if cutting out parts with edit …
7:57 PM Changeset in ffmpeg [ac1a1cb9] by Martin Storsjö <martin@martin.st>
dashenc: replace attribute id with contentType for the AdaptationSet …
7:42 PM Changeset in ffmpeg [918c5ea4] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '295e05a762332c5edcc84c325e94457815a51b5c' * commit …
6:05 PM Ticket #4030 (V4L2 recording results in invalid data & buffer still owned errors) updated by llogan
Fixed in 28f20d2ff487aa589643d8f70eaf614b78839685.
6:03 PM Changeset in ffmpeg [004564c9] by Michael Niedermayer <michaelni@gmx.at>
avformat/wavenc: Check umid length Fixes potential out of array read …
5:52 PM Changeset in ffmpeg [ecb4ae78] by Michael Niedermayer <michaelni@gmx.at>
avformat/wavenc: fix string length variable types Signed-off-by: …
4:09 PM Changeset in ffmpeg [d0b29428] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ppc/h264qpel_template: Fix alignment assert Signed-off-by: …
3:31 PM Ticket #4539 (No useful error message using quicktime reference input with absolute ...) updated by Alan
my appologies , here is the full result: ffmpeg -i …
3:29 PM Ticket #4539 (No useful error message using quicktime reference input with absolute ...) updated by Carl Eugen Hoyos
Replying to alan1523: > 3) http://evermeet.cx/ffmpeg/ > …
3:27 PM Ticket #4546 (-acodec copy doesn't work with AAC VBR) closed by Carl Eugen Hoyos
needs_more_info: Please reopen if you can provide your FFmpeg command line including …
3:17 PM Ticket #4546 (-acodec copy doesn't work with AAC VBR) created by ericzutter
Summary of the bug: When using "-acodec copy" to extract AAC VBR …
2:59 PM Ticket #4539 (No useful error message using quicktime reference input with absolute ...) updated by Alan
Should testing be done on ( N-72119-g82a6e18-tessus ) ? if so the …
2:47 PM Ticket #4539 (No useful error message using quicktime reference input with absolute ...) updated by Carl Eugen Hoyos
Replying to alan1523: > 3) http://evermeet.cx/ffmpeg/ > …
2:40 PM Ticket #4539 (No useful error message using quicktime reference input with absolute ...) updated by Alan
Only current FFmpeg git head is supported here, except for regressions …
2:28 PM Changeset in ffmpeg [07cb6bf9] by Michael Niedermayer <michaelni@gmx.at>
postproc/postprocess: Use size_t to hold strlen()s value This should …
2:26 PM Changeset in ffmpeg [d66b623a] by Michael Niedermayer <michaelni@gmx.at>
avformat/nutenc: Fix writing strings larger than 2gb Signed-off-by: …
2:26 PM Ticket #4539 (No useful error message using quicktime reference input with absolute ...) updated by Carl Eugen Hoyos
Replying to alan1523: > Tested using the version Mac Port …
2:25 PM Ticket #4539 (No useful error message using quicktime reference input with absolute ...) updated by Carl Eugen Hoyos
Replying to alan1523: > Tested using the version Mac Port …
2:09 PM Changeset in ffmpeg [4c128ea1] by Michael Niedermayer <michaelni@gmx.at>
avutil/dict: Use size_t for appending strings the string length is …
2:06 PM Changeset in ffmpeg [4950bd4e] by Michael Niedermayer <michaelni@gmx.at>
libavutil/mem: use size_t for the length in av_strdup() the string …
2:05 PM Ticket #4539 (No useful error message using quicktime reference input with absolute ...) updated by Alan
Performed test once more with FFMPEG 2.6.1 Command: …
1:32 PM Ticket #4539 (No useful error message using quicktime reference input with absolute ...) updated by Alan
Tested using the version Mac Port Install delivers. What would be the …
1:09 PM Changeset in ffmpeg [54e64eaf] by Michael Niedermayer <michaelni@gmx.at>
swscale/x86/swscale: Fix warning about loosing significant bits in …
1:01 PM Changeset in ffmpeg [a649f36f] by Michael Niedermayer <michaelni@gmx.at>
avformat/http: Mark lower_proto as const in http_listen() …
12:39 PM Changeset in ffmpeg [3d65570f] by Michael Niedermayer <michaelni@gmx.at>
avformat/mxf: Always evaluate PRINT_KEY() arguments at compile time …
12:39 PM Changeset in ffmpeg [8b42b222] by Michael Niedermayer <michaelni@gmx.at>
avformat/mxf: Simplify PRINT_KEY() Signed-off-by: Michael Niedermayer …
12:19 PM Changeset in ffmpeg [72910851] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowenc: set dia_size for the first pass of motion estimation …
11:49 AM Changeset in ffmpeg [2fb02ecf] by Luca Barbato <lu_zero@gentoo.org>
fate: Reduce the number of frames used to test video filters Use 5 …
6:47 AM Changeset in ffmpeg [5af62127] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
avformat_alloc_context: initialize raw_packet_buffer_remaining_size. …
6:36 AM Ticket #4545 (MPEG Dash output does not pass MPD Validator) updated by James
Status changed
A patch is on the mailing list.
4:53 AM Ticket #4545 (MPEG Dash output does not pass MPD Validator) updated by FishB8
I just now noticed that the validator is based off the 2012 standard, …
4:23 AM Ticket #4545 (MPEG Dash output does not pass MPD Validator) reopened by FishB8
4:22 AM Ticket #4545 (MPEG Dash output does not pass MPD Validator) updated by FishB8
Ok. To generate content for testing: ffmpeg -y -f lavfi -i …
4:16 AM Ticket #4545 (MPEG Dash output does not pass MPD Validator) updated by James
You can reopen and edit this one instead, if it's still about mpeg …
4:10 AM Ticket #4545 (MPEG Dash output does not pass MPD Validator) updated by FishB8
Actually I take that back, there only seems to one error. I messed up …
3:40 AM Ticket #4545 (MPEG Dash output does not pass MPD Validator) updated by FishB8
I can provide more info... but I'm not sure where to start. All mpd …
3:35 AM Ticket #4545 (MPEG Dash output does not pass MPD Validator) closed by Carl Eugen Hoyos
needs_more_info
3:09 AM Ticket #4545 (MPEG Dash output does not pass MPD Validator) created by FishB8
Various errors when testing the MPD output on the validator. …
12:38 AM Changeset in ffmpeg [58201c6e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowenc: correct fullpel search pattern No real difference in …

May 9, 2015:

11:05 PM Changeset in ffmpeg [db6d0a5b] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowenc: Fix used reference MV in fullpel iterative ME This …
10:46 PM Changeset in ffmpeg [f349703e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowenc: change log level for iterative ME information to …
9:52 PM Changeset in ffmpeg [b6229780] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowenc: add intra_penalty AVOption This allows favoring …
3:10 PM Changeset in ffmpeg [cf31e2df] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo: Fix null pointer dereference with grayscale …
2:38 PM Ticket #4288 (libfdk_aac - channel 3 is corrupt) updated by Cigaes
Channel 3 is the subwoofer, the behaviour you observe is normal.
2:33 PM Ticket #4288 (libfdk_aac - channel 3 is corrupt) updated by Amnon
Version changed
1:58 PM Changeset in ffmpeg [33529104] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpeg12dec: Fix "-flags +gray" Signed-off-by: Michael …
1:55 PM Changeset in ffmpeg [379e5603] by Luca Barbato <lu_zero@gentoo.org>
id3v2: Do not export empty APIC description APIC tags always have a …
1:55 PM Changeset in ffmpeg [b9f7a677] by Luca Barbato <lu_zero@gentoo.org>
png: Set the color range as full range The format uses full range for …
1:55 PM Changeset in ffmpeg [254f3dab] by Luca Barbato <lu_zero@gentoo.org>
nut: Make sure to clean up on read_header failure Based on Andreas …
1:51 PM Changeset in ffmpeg [4d0ee496] by Luca Barbato <lu_zero@gentoo.org>
avi: Validate sample_size And either error out or set it to 0 if it …
12:12 PM Ticket #4532 (ffmpeg (vers. 2.3.4 or 2.6.2) - "-timestamp" option doesn't work any more) updated by Carl Eugen Hoyos
Keywords, Version changed
Regression since 98298eb1034bddb4557fa689553dae793c2b0092
11:20 AM Ticket #4532 (ffmpeg (vers. 2.3.4 or 2.6.2) - "-timestamp" option doesn't work any more) closed by Michael Niedermayer
fixed: Fixed in 107e4da47644fe615ea821d6a19682d73789aca7
11:07 AM Changeset in ffmpeg [876c89a8] by Michael Niedermayer <michaelni@gmx.at>
cmdline: Check options array for not working flag combinations …
11:07 AM Changeset in ffmpeg [107e4da4] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg_opt: Fix -timestamp parsing Signed-off-by: Michael Niedermayer …
10:03 AM Changeset in ffmpeg [9ba5dd37] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo: Fix indention Signed-off-by: Michael Niedermayer …
12:42 AM Changeset in ffmpeg [5c8809b4] by Michael Niedermayer <michaelni@gmx.at>
avcodec/error_resilience: support grayscale Signed-off-by: Michael …

May 8, 2015:

11:36 PM Changeset in ffmpeg [82a6e18b] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo: Fix -flags +gray with xvid_vlc_trac7411.h263 …
11:26 PM Ticket #4542 (vc1 gray decoding produces artefacts) closed by Michael Niedermayer
fixed: Fixed in 982e7bbfa6b57c7173d3f774fbbb735aed3291f0 and …
11:13 PM Changeset in ffmpeg [9025bc58] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h263dec: use PIX_FMT_GRAY8 when the user specified …
10:50 PM Ticket #4030 (V4L2 recording results in invalid data & buffer still owned errors) closed by holden
fixed: Okay, the patch was accepted upstream so I am closing this bug. Feel …
10:27 PM Changeset in ffmpeg [d1d8ee5e] by Michael Niedermayer <michaelni@gmx.at>
avdevice/v4l2: Try to fix build on netbsd/openbsd Found-by: James …
8:31 PM Changeset in ffmpeg [28f20d2f] by Michael Niedermayer <michaelni@gmx.at>
lavd/v4l2: produce a 0 byte packet when a dequeued buffer is flagged …
7:49 PM problem_transcoding_5dot1_aac_latm_audio.log attached to Ticket #4544 by Carlos Henrique
7:49 PM problem_transcoding_5dot1_aac_latm_audio.aac attached to Ticket #4544 by Carlos Henrique
7:47 PM Ticket #4544 (Problem transcoding 5.1 AAC LATM audio streams) created by Carlos Henrique
Summary of the bug: I´ve captured some AAC LATM streams that are …
6:32 PM Changeset in ffmpeg [982e7bbf] by Michael Niedermayer <michaelni@gmx.at>
avcodec/vc1: Skip chroma operations if CODEC_FLAG_GRAY is set …
5:59 PM Ticket #4543 (Bad WAV output for an mkv file) updated by James
For WAV files this big, you need to mux it using the "-rf64 auto" or …
5:45 PM Ticket #4543 (Bad WAV output for an mkv file) updated by Artem S. Tashkinov
Replying to cehoyos: > > No such problems exists with FLAC …
5:25 PM Ticket #4543 (Bad WAV output for an mkv file) updated by Carl Eugen Hoyos
Replying to birdie: > I will retest this issue when you …
5:22 PM Ticket #4540 (ADX sample count is not written to ADX header) updated by Carl Eugen Hoyos
Status changed
5:17 PM Ticket #4543 (Bad WAV output for an mkv file) updated by Artem S. Tashkinov
I will retest this issue when you create a new official GIT snapshot, …
5:16 PM Ticket #4540 (ADX sample count is not written to ADX header) updated by Misty De Meo
You can calculate the size given the stream offset and the final size …
4:58 PM Ticket #4543 (Bad WAV output for an mkv file) updated by Carl Eugen Hoyos
Priority changed
Unfortunately, this ticket is useless as-is. To make this a valid …
4:53 PM Ticket #4030 (V4L2 recording results in invalid data & buffer still owned errors) updated by holden
Replying to corco: > On ubuntu 14.04, I confirmed the bug …
4:53 PM Ticket #4543 (Bad WAV output for an mkv file) created by Artem S. Tashkinov
Summary of the bug: when I try to export six channel audio from an MKV …
4:28 PM Ticket #4030 (V4L2 recording results in invalid data & buffer still owned errors) updated by corco
Cc changed
4:21 PM Ticket #4030 (V4L2 recording results in invalid data & buffer still owned errors) updated by corco
Replying to holden: > Hi, could you please test again the …
4:02 PM Changeset in ffmpeg [23e6cf83] by Michael Niedermayer <michaelni@gmx.at>
lavd/v4l2: fix typo This was introduced in …
3:55 PM 0003-lavd-v4l2-produce-a-0-byte-packet-when-a-dequeued-bu.patch attached to Ticket #4030 by holden
3:55 PM Ticket #4030 (V4L2 recording results in invalid data & buffer still owned errors) updated by holden
Hi, could you please test again the latest git head with the new …
3:33 PM Ticket #4540 (ADX sample count is not written to ADX header) updated by Carl Eugen Hoyos
Could you provide a "correct" sample or (much better) explain how the …
3:03 PM Ticket #4540 (ADX sample count is not written to ADX header) updated by Misty De Meo
> Do I understand correctly that these players do not play the adx …
2:18 PM Ticket #4542 (vc1 gray decoding produces artefacts) created by Carl Eugen Hoyos
The following produces ugly artefacts since …
12:42 PM Changeset in ffmpeg [c97d30f0] by Michael Niedermayer <michaelni@gmx.at>
vp9: de-duplicate some functions that are identical between 10/12 bpp. …
12:33 PM Changeset in ffmpeg [ba1f56ae] by Michael Niedermayer <michaelni@gmx.at>
configure: remove loongson check inline asm and mips dependent …
12:01 PM Changeset in ffmpeg [b6d8afd] by Michael Niedermayer <michaelni@gmx.at>
configure: replace arch loongson with arch extra list loongson …
10:38 AM Ticket #4539 (No useful error message using quicktime reference input with absolute ...) updated by Carl Eugen Hoyos
Keywords, Analyzed by developer, Component, Reproduced by developer changed
Could you explain why you tested FFmpeg 2.6.2? Are you a distributor?
10:04 AM Ticket #4540 (ADX sample count is not written to ADX header) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
Do I understand correctly that these players do not play the adx files …
10:01 AM patchadx.diff attached to Ticket #4540 by Carl Eugen Hoyos
9:10 AM Changeset in ffmpeg [b34257ee] by Luca Barbato <lu_zero@gentoo.org>
nut: Check chapter creation in decode_info_header This fixes a …
9:10 AM Changeset in ffmpeg [243e8443] by Luca Barbato <lu_zero@gentoo.org>
alac: Reject rice_limit 0 if compression is used If in compression …
9:10 AM Changeset in ffmpeg [295e05a7] by Luca Barbato <lu_zero@gentoo.org>
ape: Support _0000 files with nblock smaller than 64 The …
3:29 AM Ticket #4541 (Allow selecting decoder per stream or make libdcadec the default) updated by Ofekmeister
link to sample file: http://www.datafilehost.com/d/d02fada3
3:20 AM Ticket #4541 (Allow selecting decoder per stream or make libdcadec the default) created by Ofekmeister
Hello! I'm told this will be an easy fix. The new libdcadec decoding …
3:15 AM Ticket #4540 (ADX sample count is not written to ADX header) created by Misty De Meo
When FFmpeg encodes ADX files, it hardcodes the sample count to 0: …
3:06 AM files.zip attached to Ticket #4539 by Alan
original and reference versions
2:54 AM Ticket #4539 (No useful error message using quicktime reference input with absolute ...) created by Alan
Summary of the bug: Attempting to render a x264 file using a …

May 7, 2015:

11:07 PM Changeset in ffmpeg [b697b297] by Michael Niedermayer <michaelni@gmx.at>
id3v2: do not export APIC description if empty APIC tags always have …
10:44 PM Changeset in ffmpeg [72e7553] by Michael Niedermayer <michaelni@gmx.at>
pngdec: set correct range AV_PIX_FMT_GRAY8/16 are considered YUV …
9:58 PM Changeset in ffmpeg [3b123353] by Michael Niedermayer <michaelni@gmx.at>
swscale/x86/hscale_fast_bilinear_simd: Remove ancient out-commented …
9:56 PM Changeset in ffmpeg [28eaf46d] by James Almer <jamrial@gmail.com>
doc/APIchanges: fill missing versions and hashes Signed-off-by: James …
9:35 PM Changeset in ffmpeg [e0a403e] by James Almer <jamrial@gmail.com>
vp9: add missing changelog and APIchanges entries for new VP9 profiles …
9:10 PM Changeset in ffmpeg [288dc5b4] by Michael Niedermayer <michaelni@gmx.at>
avcodec/s3tc: fix alpha decoding when dimensions are not a multiple of …
8:50 PM Changeset in ffmpeg [b1b0baa3] by Michael Niedermayer <michaelni@gmx.at>
avcodec/g2meet: Check init_get_bits8() return value Signed-off-by: …
8:50 PM Changeset in ffmpeg [43e94d5a] by Michael Niedermayer <michaelni@gmx.at>
avcodec/g2meet: Use init_get_bits8() Signed-off-by: Michael …
8:49 PM Ticket #4538 (Support >6 channels in AAC audio) created by Ridley Combs
Similar request to #3595 AAC can support up to 48 full-bandwidth …
8:35 PM Ticket #4537 (segfault in av_buffer_unref when using Linphone 3.6.1) created by Jan Kundrát
(this is about ffmpeg 2.6.2 which isn't available in the version …
7:20 PM Changeset in ffmpeg [5f0ebe86] by Michael Niedermayer <michaelni@gmx.at>
ffprobe: Use av_packet_side_data_name() to find the side data name …
7:01 PM Changeset in ffmpeg [a7dd933b] by Michael Niedermayer <michaelni@gmx.at>
avcodec: Add av_packet_side_data_name() Signed-off-by: Michael …
5:11 PM Changeset in ffmpeg [daea3209] by Michael Niedermayer <michaelni@gmx.at>
avcodec/txd: Fix input size checks for dxt1/3 for dimensions % 4 != 0 …
4:32 PM Changeset in ffmpeg [873d7e0e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/s3tc: fix decoding when dimensions are not a multiple of 4 …
3:32 PM Changeset in ffmpeg [584cc1ad] by Michael Niedermayer <michaelni@gmx.at>
aacsbr: break infinite loop in sbr_hf_calc_npatches Signed-off-by: …
3:29 PM Ticket #4030 (V4L2 recording results in invalid data & buffer still owned errors) updated by holden
Hello guys, thanks for your feedback. I just saw that the original …
2:47 PM Changeset in ffmpeg [7174df44] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni copy, …
1:40 PM Changeset in ffmpeg [aa70801a] by Michael Niedermayer <michaelni@gmx.at>
ripemd: move ripemd{256, 320} into separate functions This allows the …
12:55 PM 1080HdvNtscWrongAspectRatio_cut.wmv attached to Ticket #1883 by Carl Eugen Hoyos
12:33 PM Changeset in ffmpeg [cc77bb09] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/vp9dsp_init: Fix mix of declaration and statement …
12:32 PM Changeset in ffmpeg [a6153977] by Michael Niedermayer <michaelni@gmx.at>
avcodec/vp9dsp: Replace assert by av_assert0() Reviewed-by: "Ronald …
11:22 AM Changeset in ffmpeg [b28d5c49] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'rbultje/vp9-profile23-wip' * …
11:19 AM Changeset in ffmpeg [2293ec6a] by Ronald S. Bultje <rsbultje@gmail.com>
libvpxdec: add 440 pixfmts.
11:19 AM Changeset in ffmpeg [b8077d7a] by Ronald S. Bultje <rsbultje@gmail.com>
vp9: add profile 2/3 fate tests.
3:07 AM Changeset in ffmpeg [9253cc4] by Michael Niedermayer <michaelni@gmx.at>
avcodec/diracdec: Replace default_bsep[] by multiplication …
1:57 AM Changeset in ffmpeg [21b30947] by Michael Niedermayer <michaelni@gmx.at>
swscale/x86/hscale_fast_bilinear_simd: Fix variable names in comments …
Note: See TracTimeline for information about the timeline view.