Timeline



Mar 23, 2014:

11:48 PM Ticket #3420 (Overlaying / hardcoding subtitles - last subtitle not done correctly) closed by Carl Eugen Hoyos
fixed: Fixed by Nicolas in 521707d4 - thank you for the report!
11:46 PM Changeset in ffmpeg [0626211b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e9a77f4bc084e5174baba3a8bc869ce4d102c4f0' * commit …
11:26 PM Changeset in ffmpeg [3bf5c059] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ede2b451ccb1b2317858c7a32784a9b739ba45f4' * commit …
11:20 PM Changeset in ffmpeg [0dd4eff] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'fb7127b2c836b53ad5168887cd12871312c8708d' * commit …
11:05 PM Changeset in ffmpeg [3788b8db] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cigaes/master' * cigaes/master: lavu: …
9:41 PM Changeset in ffmpeg [f51d0f39] by Janne Grunau <janne-libav@jannau.net>
h264: Split h264 slice decoding from nal decoding
9:41 PM Changeset in ffmpeg [e9a77f4b] by Janne Grunau <janne-libav@jannau.net>
h264: move macroblock decoding into its own file
9:41 PM Changeset in ffmpeg [ede2b451] by Janne Grunau <janne-libav@jannau.net>
build: Sort h264 objects
9:41 PM Changeset in ffmpeg [fb7127b] by Janne Grunau <janne-libav@jannau.net>
build: h264 parser depends on full h264 decoder
8:13 PM Changeset in ffmpeg [d2c76782]n2.2 by Michael Niedermayer <michaelni@gmx.at>
update for 2.2 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
8:01 PM Changeset in ffmpeg [4dc8b4d7] by Michael Niedermayer <michaelni@gmx.at>
Fix pthread-related compile errors in iec61883.c Signed-off-by: …
7:40 PM Ticket #3491 (MKV muxer corrupts subtitles) updated by Carl Eugen Hoyos
Priority changed
7:31 PM Changeset in ffmpeg [9ff04675] by Michael Niedermayer <michaelni@gmx.at>
Move avpriv_find_pix_fmt() to utils.c Fixes build with …
7:31 PM Changeset in ffmpeg [4407b38b] by Michael Niedermayer <michaelni@gmx.at>
swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3() …
7:31 PM Changeset in ffmpeg [8caaf260] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: detect MPEG streams with faulty DTS and discard …
7:31 PM Changeset in ffmpeg [e1f51bbd] by Michael Niedermayer <michaelni@gmx.at>
avcodec/g2meet: also reset local got_header when reseting the context …
7:31 PM Changeset in ffmpeg [4b7c1493] by Michael Niedermayer <michaelni@gmx.at>
avcodec/g2meet: fix error returns Fixes out of array accesses This …
7:31 PM Changeset in ffmpeg [e8919d65] by Michael Niedermayer <michaelni@gmx.at>
Revert "mpegts: do not set pts for missing dts in video streams" This …
7:31 PM Changeset in ffmpeg [b017785f] by Michael Niedermayer <michaelni@gmx.at>
avformat/mp3dec: optimize mp3_seek() for dir < 0 this minimizes the …
7:31 PM Changeset in ffmpeg [01507eb1] by Michael Niedermayer <michaelni@gmx.at>
avformat/aviobuf: optimize sequential backward seeking This reduces …
7:31 PM Changeset in ffmpeg [938ff937] by Michael Niedermayer <michaelni@gmx.at>
avformat/aviobuf: factorize buffer_size out Signed-off-by: Michael …
7:31 PM Changeset in ffmpeg [0c88d539] by Michael Niedermayer <michaelni@gmx.at>
avcodec: Add padding after the remaining AVFrames This limits ABI …
7:31 PM Changeset in ffmpeg [e39a992b] by Michael Niedermayer <michaelni@gmx.at>
avformat/mp3enc: use av_copy_packet() Fixes double free Fixes …
7:31 PM Changeset in ffmpeg [72a12f61] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowenc: allow larger mb variances Fixes assertion failure …
7:31 PM Changeset in ffmpeg [30ae080e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ratecontrol: make (mc_)mb_var_sum(_last) 64bit This avoids …
7:31 PM Changeset in ffmpeg [dca463b] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo: make mc_mb_var_sum / mb_var_sum 64bit This avoids …
7:31 PM Changeset in ffmpeg [25b462ca] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo: make mc_mb_var_sum_temp / mb_var_sum_temp 64bit …
7:31 PM Changeset in ffmpeg [7c6a8afa] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: dont call exit_program() from a signal hander This is unsafe …
7:31 PM Changeset in ffmpeg [b052525f] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: Switch default interlaced polarity for MJPG to 1 …
7:31 PM Changeset in ffmpeg [90c7bfb9] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: parse avid data from extradata Makes no difference …
7:31 PM Changeset in ffmpeg [7bdd348e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpeg: print info from parse_avid() if requested …
7:31 PM Changeset in ffmpeg [af3d0036] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: switch interlaced_polarity to 0 for PAL AVID 0 …
7:31 PM Changeset in ffmpeg [c00beff5] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: factorize parse_avid out Signed-off-by: Michael …
7:31 PM Changeset in ffmpeg [57a43142] by Michael Niedermayer <michaelni@gmx.at>
avcodec/utils: fix sizeof(AVFrame) dependence in …
7:31 PM Changeset in ffmpeg [99905118] by Michael Niedermayer <michaelni@gmx.at>
lavd/xv: take aspect ratio into account. (cherry picked from commit …
7:31 PM Changeset in ffmpeg [dcf56020] by Michael Niedermayer <michaelni@gmx.at>
lavc/pthread: copy packet side data. (cherry picked from commit …
7:29 PM Changeset in ffmpeg [5b0e2eb0] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f25e6e0c255a6d81971fe66f6c32d29be0706f3d' into …
7:12 PM Changeset in ffmpeg [d461e077] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Always pass the configure option sysroot to --sysroot and -isysroot. …
7:09 PM Ticket #3491 (MKV muxer corrupts subtitles) updated by gjdfgh
Depending on the reader, the extracted subtitles won't show the …
7:08 PM Ticket #3491 (MKV muxer corrupts subtitles) updated by ValdikSS
Replying to Cigaes: > That happens because, by default, …
7:04 PM Ticket #3491 (MKV muxer corrupts subtitles) updated by ValdikSS
Just updated diff file with correct one. This is not only this file …
7:03 PM diff_between_remuxed_subtitles_extracted_with_mkvextract_and_ffmpeg.diff.gz attached to Ticket #3491 by ValdikSS
diff between remuxed subtitles extracted with mkvextract and ffmpeg
7:01 PM Ticket #3491 (MKV muxer corrupts subtitles) updated by gjdfgh
Actually, I was wrong. The matroska file contains bogus packets with …
7:01 PM Ticket #3491 (MKV muxer corrupts subtitles) updated by ValdikSS
Replying to Cigaes: > That happens because, by default, …
6:59 PM Ticket #3491 (MKV muxer corrupts subtitles) updated by Cigaes
That happens because, by default, the Matroska demuxer uses some …
6:56 PM Changeset in ffmpeg [9a884b7b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '80239a8bb11f730d95f03dfbd0deab258b413b0e' into …
6:56 PM Ticket #3491 (MKV muxer corrupts subtitles) updated by gjdfgh
Sorry, your diff is pretty useless. Appears it thinks _all_ lines are …
6:54 PM Changeset in ffmpeg [9abe0bfb] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '26bbc1c242ebfeec3c49585207efac7293632433' into …
6:52 PM Changeset in ffmpeg [5dfbecb3] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
6:50 PM Ticket #3491 (MKV muxer corrupts subtitles) updated by ValdikSS
Replying to gjdfgh: > Can you post the diff? Subtitles …
6:46 PM Ticket #3491 (MKV muxer corrupts subtitles) updated by ValdikSS
Replying to cehoyos: > Is this a regression? I'm not …
6:43 PM Ticket #3491 (MKV muxer corrupts subtitles) updated by Carl Eugen Hoyos
Is this a regression?
6:39 PM Ticket #3491 (MKV muxer corrupts subtitles) updated by gjdfgh
Cc changed
Can you post the diff?
6:32 PM Ticket #3491 (MKV muxer corrupts subtitles) created by ValdikSS
Summary of the bug: Remuxing MKV with embedded subtitles can cause …
6:17 PM Changeset in ffmpeg [c0c1fe7] by Nicolas George <george@nsup.org>
lavu: add myself as dynarray.h maintainer.
6:16 PM Changeset in ffmpeg [521707d4] by Nicolas George <george@nsup.org>
ffmpeg: sub2video: send a last blank frame before closing. Fix trac …
6:15 PM Changeset in ffmpeg [27cff4f6] by Nicolas George <george@nsup.org>
tools: add dvd2concat.
6:15 PM Changeset in ffmpeg [26dea773] by Nicolas George <george@nsup.org>
lavf/concatdec: allow to match streams by id. That makes the concat …
6:05 PM Changeset in ffmpeg [13682b48] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Autodetect VDA like all other hardware acccelerations. Signed-off-by: …
6:01 PM Changeset in ffmpeg [cc6d549a] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Always pass the configure option sysroot to --sysroot and -isysroot. …
6:00 PM Ticket #3490 (Read past the end of ff_h264_cabac_tables) closed by Evgeniy Stepanov
invalid
4:47 PM Changeset in ffmpeg [942cded6] by Michael Niedermayer <michaelni@gmx.at>
Autodetect VDA like all other hardware acccelerations. Signed-off-by: …
4:30 PM Changeset in ffmpeg [2a386510] by Vittorio Giovara <vittorio.giovara@gmail.com>
RELEASE_NOTES: mention new filters
4:28 PM Changeset in ffmpeg [f25e6e0] by Vittorio Giovara <vittorio.giovara@gmail.com>
RELEASE_NOTES: mention new filters
3:41 PM Changeset in ffmpeg [80239a8b] by Reinhard Tartler <siretart@tauware.de>
af_channelmap: fix ONE_STR mapping mode get_channel() returns 0 on …
3:38 PM Changeset in ffmpeg [26bbc1c2] by Reinhard Tartler <siretart@tauware.de>
Prepare for 10 Release
2:57 PM Ticket #3490 (Read past the end of ff_h264_cabac_tables) updated by Carl Eugen Hoyos
Please send your patch to the ffmpeg-devel mailing list where it will …
2:52 PM 1.patch attached to Ticket #3490 by Evgeniy Stepanov
proposed fix
2:51 PM Ticket #3490 (Read past the end of ff_h264_cabac_tables) created by Evgeniy Stepanov
This code in decode_significance_8x8_x86 can read one byte past the …
2:04 PM Changeset in ffmpeg [c8246d37] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/h264_qpel: Fix typo introduced by …
12:25 PM Changeset in ffmpeg [82a90e7] by Michael Niedermayer <michaelni@gmx.at>
Move avpriv_find_pix_fmt() to utils.c Fixes build with …
4:56 AM Changeset in ffmpeg [686e6626] by Michael Niedermayer <michaelni@gmx.at>
http: restructure http_connect error handling path The authstr memory …
3:05 AM Changeset in ffmpeg [efe259a2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '29d61d73b1cbf0dcd1f79bc49c7df01b0a377c85' into …
2:56 AM Changeset in ffmpeg [6ee29119] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
2:46 AM Changeset in ffmpeg [acb8d65] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd5717bc4e9cc253a933ae8130eea3a9c8bc33c0b' * commit …
2:32 AM Changeset in ffmpeg [1abb0319] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0f0d1d056e1a3ad3db32b7d1a06286b2841e91b1' * commit …
2:22 AM Changeset in ffmpeg [802e5fc8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1e9db41e2a2166be5671b088ef4ad06a40af459f' * commit …
2:20 AM Changeset in ffmpeg [49f11e12] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9a6a7109985cbd3a20707b40cc31ed53a174195c' into …
2:14 AM Changeset in ffmpeg [d130fae5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'daaef403d122b35d87b27d6b369d287b1ed06973' into …
2:12 AM Changeset in ffmpeg [dde996bf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0f42e06651c9c4d7581b70b9ad2b160c2525094f' into …
2:11 AM Changeset in ffmpeg [cad2958f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '230c4c6ad9f74697e77351d32e679bf0c24478ea' into …
12:56 AM Changeset in ffmpeg [6f6c0294] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavc: drop ff_pixfmt_list_420
12:56 AM Changeset in ffmpeg [d5717bc4] by Vittorio Giovara <vittorio.giovara@gmail.com>
changelog: switch libx265 and compand entries
12:14 AM Changeset in ffmpeg [0f0d1d05] by Luca Barbato <lu_zero@gentoo.org>
configure: Always use -DOPJ_STATIC when checking for openjpeg …

Mar 22, 2014:

11:50 PM Changeset in ffmpeg [29d61d73] by Tim Walker <tdskywalker@gmail.com>
movenc: Allow override of major brand in ftyp atom Signed-off-by: Tim …
11:31 PM Changeset in ffmpeg [1e9db41e] by Tim Walker <tdskywalker@gmail.com>
movenc: Allow override of major brand in ftyp atom Signed-off-by: Tim …
11:28 PM Changeset in ffmpeg [fc567ac4] by Michael Niedermayer <michaelni@gmx.at>
avcodec: Add padding after the remaining AVFrames This limits ABI …
11:14 PM Ticket #3489 (Failure to copy AVI to AVI with MP2 present) updated by gdittmer
complete output from line 2: […]
11:11 PM in.avi attached to Ticket #3489 by gdittmer
10:56 PM Ticket #3489 (Failure to copy AVI to AVI with MP2 present) updated by Carl Eugen Hoyos
Component, Priority changed
To make this a valid ticket, please provide the complete, uncut …
10:50 PM Changeset in ffmpeg [2765c2ec] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cus/stable' * cus/stable: mpegts: fix …
10:44 PM Changeset in ffmpeg [de182701] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
10:38 PM Ticket #3489 (Failure to copy AVI to AVI with MP2 present) created by gdittmer
I convert HD satellite streams using cat *.TS4 | ffmpeg -i - -c copy …
10:26 PM Changeset in ffmpeg [9d6a27d5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '57f09608e1600d1cf1679885a46f5004d522d68f' * commit …
10:21 PM Changeset in ffmpeg [74fed968] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '82dd1026cfc1d72b04019185bea4c1c9621ace3f' * commit …
10:17 PM Changeset in ffmpeg [816d7936] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ae116cd3ed908d28b69d5198712217ec743d74f6' * commit …
10:08 PM Changeset in ffmpeg [9333bba6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6655c933a887a2d20707fff657b614aa1d86a25b' * commit …
9:53 PM Changeset in ffmpeg [77bc3429] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '322a1dda973e802db7b57f2007fad3efcd5bab81' * commit …
9:23 PM Changeset in ffmpeg [672c610d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c' * commit …
9:17 PM Changeset in ffmpeg [d6d3cfb0] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '600b854ad8173995518bd917e7f86120b5505088' * commit …
9:11 PM Changeset in ffmpeg [8fbc6e59] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1a8d0cf77ed2611e542ae98f341d4c43a04467bd' * commit …
8:58 PM Changeset in ffmpeg [32da2fd4] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1df0b061621b10edde87e3ab7ea83aed381c574f' * commit …
8:47 PM Changeset in ffmpeg [82c74237] by Michael Niedermayer <michaelni@gmx.at>
avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADD Found-by: …
8:14 PM Changeset in ffmpeg [9ba11902] by Michael Niedermayer <michaelni@gmx.at>
avutil/mem: avoid using intptr_t to access void* in av_dynarray_add() …
7:53 PM Changeset in ffmpeg [b0dcf765] by Michael Niedermayer <michaelni@gmx.at>
lavu/mem: reimplement the dynarray functions with the macro. …
7:53 PM Changeset in ffmpeg [7b9a310d] by Michael Niedermayer <michaelni@gmx.at>
lavu: add AV_DYNARRAY_ADD() macro. Signed-off-by: Nicolas George …
7:40 PM Ticket #2180 (http: cookie bugs) closed by Carl Eugen Hoyos
fixed: Fixed by you in 76c8fbc5
6:58 PM FATE/TestingCoverage edited by Timothy Gu
Formatting (diff)
6:57 PM FATE/TestingCoverage edited by Timothy Gu
Newer gcovr doesn't work (diff)
5:53 PM Ticket #3238 (QScale does not work with libx264) closed by llogan
fixed: Addressed by James Darnley in f028329: […]
5:52 PM Changeset in ffmpeg [cd1d4b51] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
5:43 PM Changeset in ffmpeg [8d024c51] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198' * commit …
5:36 PM Changeset in ffmpeg [4f484037] by Diego Biurrun <diego@biurrun.de>
lagarith: Fix typo in printf format string …
5:21 PM Changeset in ffmpeg [7ef8d97] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7513234bdd93f80593bfee3eb2da8c8f0d3992da' * commit …
4:59 PM ffmpeg_pkg_config_error.patch attached to Ticket #3488 by Actium
4:59 PM Ticket #3488 (require_pkg_config() dies with useless error message when pkg-config ...) created by Actium
== Summary of the bug: == Enable an external library that is …
4:50 PM Changeset in ffmpeg [54df8b4f] by Michael Niedermayer <michaelni@gmx.at>
fate: add cine demux test Signed-off-by: Michael Niedermayer …
4:28 PM Ticket #3205 (ffmpeg detects pcm audio as aac with score 1) closed by Carl Eugen Hoyos
fixed: Fixed by Martin Storsjö since 6dd007ad - thank you for the report!
3:52 PM Changeset in ffmpeg [ae4b11df] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowenc: make snow non experimental After this commit the …
3:46 PM Changeset in ffmpeg [3eafe1d7] by Michael Niedermayer <michaelni@gmx.at>
udp: try to clarify verbiage on buffer_size Signed-off-by: rogerdpack …
3:40 PM Changeset in ffmpeg [0b4c5c99] by Michael Niedermayer <michaelni@gmx.at>
avformat/udp: cleanup comments, add a warning if receive buffer is …
3:16 PM Ticket #3362 (ffplay: video freeze after seek) closed by Carl Eugen Hoyos
fixed: Fixed by Michael in a0911b05
2:11 PM Ticket #3473 (wtv muxer does not check H.264 streams for startcode) reopened by ramitb
i've uploaded a sample #3473.mp4 which was encoded using handbrake and …
2:01 PM Ticket #3486 (bicubiclin typo in www.ffmpeg.org/ffmpeg-scaler.html) updated by Hendrik
The option is called "bicublin", not "bicubiclin". If its spelled …
1:37 PM Ticket #3238 (QScale does not work with libx264) updated by ramitb
So here's an interesting thought a user who's using qscale is …
1:17 PM Changeset in ffmpeg [57f09608] by Diego Biurrun <diego@biurrun.de>
dsputil: Move thirdpel-related bits into their own context
1:17 PM Changeset in ffmpeg [82dd1026] by Diego Biurrun <diego@biurrun.de>
x86: dsputil: Move hpeldsp-related declarations to a separate header
1:17 PM Changeset in ffmpeg [ae116cd3] by Diego Biurrun <diego@biurrun.de>
ppc: dsputil: Move hpeldsp-related declarations to a separate header
1:17 PM Changeset in ffmpeg [6655c933] by Diego Biurrun <diego@biurrun.de>
x86: dsputil: Move fpel declarations to a separate header
1:17 PM Changeset in ffmpeg [322a1dda] by Diego Biurrun <diego@biurrun.de>
dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros
1:17 PM Changeset in ffmpeg [f9279ee7] by Diego Biurrun <diego@biurrun.de>
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
1:17 PM Changeset in ffmpeg [600b854a] by Diego Biurrun <diego@biurrun.de>
imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputil
1:17 PM Changeset in ffmpeg [1a8d0cf7] by Diego Biurrun <diego@biurrun.de>
x86: dsputil: Move inline assembly macros to a separate header
1:17 PM Changeset in ffmpeg [1df0b061] by Diego Biurrun <diego@biurrun.de>
nuv: Reuse the DSPContext from RTJpegContext There is no point in …
1:11 PM Changeset in ffmpeg [46caba4] by Diego Biurrun <diego@biurrun.de>
float_dsp: Replace arch optimization ifdefs by if cascade …
1:08 PM Changeset in ffmpeg [cc8163e1] by Diego Biurrun <diego@biurrun.de>
avcodec: more correct printf specifiers
1:07 PM Changeset in ffmpeg [cd5cf395] by Michael Niedermayer <michaelni@gmx.at>
Additional icl inline asm fix. Signed-off-by: Michael Niedermayer …
12:55 PM Changeset in ffmpeg [d2f60547] by Marton Balint <cus@passwd.hu>
mpegts: fix teletext pts of streams with standalone pcr pid …
12:55 PM Changeset in ffmpeg [d83a5b52] by Marton Balint <cus@passwd.hu>
mpegts: add pcr filter for tracking standalone pcr pids …
12:54 PM Changeset in ffmpeg [6bab55b8] by Marton Balint <cus@passwd.hu>
mpegts: factorize mpegts filter creator code Signed-off-by: Marton …
12:51 PM h1.ts attached to Ticket #3487 by ami_stuff
12:51 PM Ticket #3487 (hevc: corrupted last frame in the output video) created by ami_stuff
[…]
12:41 PM Changeset in ffmpeg [4acc86bc] by Marton Balint <cus@passwd.hu>
mpegts: move last_pcr to MpegTSFilter level Signed-off-by: Marton …
12:21 PM Changeset in ffmpeg [7513234b] by Diego Biurrun <diego@biurrun.de>
avfilter: more correct printf format specifiers
12:13 PM Changeset in ffmpeg [f0283290] by Michael Niedermayer <michaelni@gmx.at>
lavc/libx264: add a warning when using qscale This addresses ticket …
12:06 PM Ticket #3486 (bicubiclin typo in www.ffmpeg.org/ffmpeg-scaler.html) updated by Carl Eugen Hoyos
Please add a working command line (of the older FFmpeg version when …
10:29 AM Ticket #3486 (bicubiclin typo in www.ffmpeg.org/ffmpeg-scaler.html) created by cyril
Summary of the bug: when I try to resize using the bicubiclin …
2:46 AM Changeset in ffmpeg [6abc56e8] by Michael Niedermayer <michaelni@gmx.at>
dshow: use distinct buffers per stream. Basically sometimes if you …
2:32 AM Ticket #3462 (cinepakenc: invalid read) closed by Michael Niedermayer
fixed: Fixed in 87ecefdab0097537c5c30014e57b19113ab05eee
2:12 AM Changeset in ffmpeg [87ecefda] by Michael Niedermayer <michaelni@gmx.at>
elbg: change utility_inc to 64bit Fixes integer overflow Fixes …
12:41 AM Ticket #3476 (SIGABRT when stream copying mp3 containing video stream) closed by Michael Niedermayer
fixed: Fixed in d003a0cd2e587a47627fd328f9fc5a484adc29f2
12:26 AM Changeset in ffmpeg [d003a0c] by Michael Niedermayer <michaelni@gmx.at>
avformat/mp3enc: use av_copy_packet() Fixes double free Fixes …

Mar 21, 2014:

11:22 PM DirectShow edited by Roger Pack
(diff)
10:54 PM DirectShow edited by Roger Pack
cleanup some comments, thank for the feedback, feel free to revise. (diff)
10:51 PM DirectShow edited by Roger Pack
(diff)
10:48 PM StreamingGuide edited by Roger Pack
(diff)
8:14 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
I uploaded the diff (error) of the v8 encoder. The original …
8:05 PM Changeset in ffmpeg [1b4f2fb1] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowdec: also print qbias and mvscale in debug output …
8:02 PM Changeset in ffmpeg [2fb388fc] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowdec: forward error codes Signed-off-by: Michael …
8:01 PM Changeset in ffmpeg [296aa4ac] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowdec: return more specific error codes Signed-off-by: …
7:58 PM Changeset in ffmpeg [8a5ea5b9] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowenc: simplify spatial_decomposition_count seting code …
7:32 PM Changeset in ffmpeg [76c8fbc5] by Michael Niedermayer <michaelni@gmx.at>
http: never send 'Cookie: (null)' to the server If a domain has some …
6:41 PM Ticket #3238 (QScale does not work with libx264) updated by llogan
Priority, Version, Type changed
That will increase confusion: * -qscale traditionally means …
6:15 PM Ticket #3238 (QScale does not work with libx264) updated by ramitb
Preserving user intent should be paramount. So keeping that in mind it …
6:09 PM Ticket #3238 (QScale does not work with libx264) updated by llogan
Another option is an info message describing the current, sane rate …
5:57 PM Ticket #3238 (QScale does not work with libx264) updated by Michael Niedermayer
it would make sense but there are 2 ways to do it, one is just use the …
5:52 PM Ticket #3277 (Crash in libavcodec with vlc) updated by Michael Niedermayer
Replying to er.anshul.maheshwari@…: > michael, > It …
5:45 PM Ticket #3463 (snowenc: Assertion failure) closed by Michael Niedermayer
fixed: Fixed in 2fd14f062cfc52db1529a46b53a26b06cb418f55
5:34 PM Changeset in ffmpeg [2fd14f06] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowenc: allow larger mb variances Fixes assertion failure …
5:34 PM Changeset in ffmpeg [b4356c9c] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ratecontrol: make (mc_)mb_var_sum(_last) 64bit This avoids …
5:24 PM Changeset in ffmpeg [e92a78a4] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo: make mc_mb_var_sum / mb_var_sum 64bit This avoids …
5:12 PM Changeset in ffmpeg [c3272674] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo: make mc_mb_var_sum_temp / mb_var_sum_temp 64bit …
4:59 PM Ticket #3364 (Configure script fails to detect ARM Compiler 5.04) closed by Michael Niedermayer
fixed: should be fixed in db55365d0f938ee93ed660a14c07f10f2a66dd10 if not, …
4:51 PM Changeset in ffmpeg [db55365] by Michael Niedermayer <michaelni@gmx.at>
configure: Try to fix detection of ARM Compiler 5.04 Fixes Ticket …
4:48 PM Ticket #3362 (ffplay: video freeze after seek) updated by Michael Niedermayer
I dont seem to be able to reproduce this, is this still affecting git …
4:32 PM Ticket #3353 (Transcode to .ts format gives unexpected video start time) closed by Michael Niedermayer
invalid: you need -mpegts_copyts 1 to avoid this offset. that still leaves a …
4:22 PM Ticket #2180 (http: cookie bugs) updated by Michael Niedermayer
How can this issue be reproduced ? (its not likely this can/will be …
4:09 PM Changeset in ffmpeg [9dca02ee] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: dont call exit_program() from a signal hander This is unsafe …
2:59 PM Ticket #3485 (bad output when encoding mjpeg to libx264) closed by Carl Eugen Hoyos
invalid: You need at least FFmpeg 0.9 to play the output file. For future …
2:45 PM ItCouldBeSweet.ffv8_q1.5.diff.flac attached to Ticket #2686 by Kamedo2
The diff of the ItCouldBeSweet, before and after the v8 AAC encode, …
2:43 PM ItCouldBeSweet.ffv8_320k.diff.flac attached to Ticket #2686 by Kamedo2
The diff of the ItCouldBeSweet, before and after the v8 AAC encode, …
2:43 PM ItCouldBeSweet.ffv8_192k.diff.flac attached to Ticket #2686 by Kamedo2
The diff of the ItCouldBeSweet, before and after the v8 AAC encode, …
2:42 PM ItCouldBeSweet.ffv8_128k.diff.flac attached to Ticket #2686 by Kamedo2
The diff of the ItCouldBeSweet, before and after the v8 AAC encode, …
2:21 PM Changeset in ffmpeg [6d25e902] by Michael Niedermayer <michaelni@gmx.at>
doc/examples/avcodec: information regarding gop_size ignored if …
12:53 PM input.avi attached to Ticket #3485 by Waraqa
sample input
12:52 PM Ticket #3485 (bad output when encoding mjpeg to libx264) created by Waraqa
Summary of the bug: I'm trying to encode AVI (MJPEG) video to MP4 …
7:57 AM Ticket #3393 (Interlaced H.264 packets are split causing MP4 STTS) updated by wim_arbor
What I understand from the discussion on the mailing list is that …
4:53 AM Changeset in ffmpeg [d55059d0]n0.9.4 by Michael Niedermayer <michaelni@gmx.at>
update for 0.9.4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
3:23 AM Changeset in ffmpeg [3926ebc7] by Michael Niedermayer <michaelni@gmx.at>
vorbisdec: Check bark_map_size. This fixes potential divisions by …
3:23 AM Changeset in ffmpeg [85162a60] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snow: split block clipping checks Fixes out of array read …
3:23 AM Changeset in ffmpeg [573d5fde] by Michael Niedermayer <michaelni@gmx.at>
avcodec/msrle: use av_image_get_linesize() to calculate the linesize …
3:23 AM Changeset in ffmpeg [d234e1d3] by Michael Niedermayer <michaelni@gmx.at>
avformat/mpegtsenc: Check data array size in mpegts_write_pmt() …
3:23 AM Changeset in ffmpeg [954ce59a] by Michael Niedermayer <michaelni@gmx.at>
avcodec/wmalosslessdec: fix mclms_coeffs* array size Fixes corruption …
3:23 AM Changeset in ffmpeg [356f863] by Michael Niedermayer <michaelni@gmx.at>
wmalosslessdec: make mclms arrays big enough for whats written into …
3:23 AM Changeset in ffmpeg [605c3f05] by Michael Niedermayer <michaelni@gmx.at>
avcodec/vc1: reset fcm/field_mode in non advanced header parsing …
3:23 AM Changeset in ffmpeg [e0f351a9] by Michael Niedermayer <michaelni@gmx.at>
avcodec/vmnc: Check that rectangles are within the picture Prevents …
3:23 AM Changeset in ffmpeg [c44ac4d8] by Michael Niedermayer <michaelni@gmx.at>
dnxhdenc: fix mb_rc size Fixes out of array access with RC_VARIANCE …
3:23 AM Changeset in ffmpeg [84e1aa77] by Michael Niedermayer <michaelni@gmx.at>
avcodec/jpeglsdec: check err value for ls_get_code_runterm() Fixes …
3:23 AM Changeset in ffmpeg [ea23dcc4] by Michael Niedermayer <michaelni@gmx.at>
avfilter/ff_insert_pad: fix order of operations Fixes out of bounds …
3:23 AM Changeset in ffmpeg [87d335c0] by Michael Niedermayer <michaelni@gmx.at>
avcodec/parser: reset indexes on realloc failure Fixes Ticket2982 …
2:38 AM Changeset in ffmpeg [1cd107f6] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/snowdsp: add missing clobbers to …
1:44 AM Changeset in ffmpeg [45ad7bc4] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowdec: provide information about the wavelet with -debug 1 …

Mar 20, 2014:

11:55 PM Changeset in ffmpeg [9a6a7109] by Tim Walker <tdskywalker@gmail.com>
matroskaenc: enable Annex B to MP4 conversion for HEVC tracks. …
11:55 PM Changeset in ffmpeg [daaef403] by Tim Walker <tdskywalker@gmail.com>
matroskaenc: write private data in hvcC format for HEVC. (cherry …
10:08 PM Changeset in ffmpeg [19139d85] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: vaapi: …
9:48 PM Changeset in ffmpeg [1ec295a5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1b1094a19d9e41baf3253c83841f9e5343cecbd0' * commit …
9:39 PM Changeset in ffmpeg [4d216420] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7948a51b5c3d08e1a1173442a7ff72b220def303' * commit …
9:36 PM Changeset in ffmpeg [e98bac82] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '82bb3048013201c0095d2853d4623633d912252f' * commit …
9:26 PM Changeset in ffmpeg [011d83d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0e083d7e43805db1a978cb57bfa25fda62e8ff18' * commit …
9:12 PM Changeset in ffmpeg [3775224b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '54a6e08a650a71fd375551585b0ea40a3a06d228' * commit …
9:06 PM Ticket #3484 (FFmpeg timing control problem) updated by Carl Eugen Hoyos
Please test -vf fps=25
9:06 PM Changeset in ffmpeg [ba85bfab] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5169e688956be3378adb3b16a93962fe0048f1c9' * commit …
8:58 PM Changeset in ffmpeg [a87188eb] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'cf7a2167570e6ccb9dfbd62e9d8ba8f4f065b17e' * commit …
8:51 PM Changeset in ffmpeg [b20b7724] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1675975216ecbea8e4826235f204dc0f4234383f' * commit …
8:50 PM Changeset in ffmpeg [ba91ac5c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b7d24fd4b2213104c001ed504074495568600b9c' * commit …
8:44 PM Changeset in ffmpeg [eb680f2a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b045283f2126637477a597f184638ebef09bf898' * commit …
8:44 PM Changeset in ffmpeg [d648ffe4] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8bd6f88266740068415f7da0628117f1b802efb9' * commit …
8:40 PM ffmpegFailsToControlFrameTimes.7z attached to Ticket #3484 by Spencer Graves
Problem controlling the duration of frames with a simple toy example
8:37 PM Ticket #3484 (FFmpeg timing control problem) created by Spencer Graves
Summary of the bug: I want to control the display time of individual …
8:30 PM Changeset in ffmpeg [adf82fe4] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '022184a646896c6b27c6cca387039b030685266e' * commit …
8:29 PM Changeset in ffmpeg [13405ecd] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '30f3f959879eee7890973e8cc9ce076450ced111' * commit …
8:09 PM Changeset in ffmpeg [047cf46e] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '82ee14d2cedd7867920529b408ed6c7ec2f13ff1' * commit …
8:08 PM ffmpeg-20140320-104457.log attached to Ticket #3480 by Anusha Balan
Using -vn flag for same command line as above.
8:08 PM Changeset in ffmpeg [75cc29a8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'cce791b17becc99f47e097adb93f4b4bbd382e7e' * commit …
7:52 PM Changeset in ffmpeg [76d7676f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2539cf1c814190a017cb8986b41aa2f949e37fd9' * commit …
7:50 PM Changeset in ffmpeg [8b66b43] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2972087e398454122a82a970ed07924185175c6d' * commit …
7:32 PM Changeset in ffmpeg [da760a64] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e8eace32765da4b42ac3c575fdb2c70cce8aa224' * commit …
4:01 PM Changeset in ffmpeg [8b6136d3] by Anton Khirnov <anton@khirnov.net>
vaapi: switch ff_vaapi_get_surface_id from Picture to AVFrame …
4:00 PM Changeset in ffmpeg [1b1094a1] by Anton Khirnov <anton@khirnov.net>
vdpau: switch ff_vdpau_get_surface_id from Picture to AVFrame This …
3:59 PM Changeset in ffmpeg [7948a51b] by Anton Khirnov <anton@khirnov.net>
vdpau: don't assume Picture and H264Picture are the same The code …
3:24 PM Changeset in ffmpeg [d3ed8a4d] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: try to avoid calling av_log() from sigterm_handler() …
2:23 PM Ticket #3483 (live stream with a gopro (hero 3)) created by SEYDOUX
Summary of the bug: I want to restream a gopro video stream on the …
12:14 PM Changeset in ffmpeg [9d60527a] by Michael Niedermayer <michaelni@gmx.at>
configure: fix direct symbol ref support detection Signed-off-by: …
12:03 PM Changeset in ffmpeg [82bb3048] by Diego Biurrun <diego@biurrun.de>
dsputil: Use correct type in me_cmp_func function pointer
12:03 PM Changeset in ffmpeg [0e083d7e] by Diego Biurrun <diego@biurrun.de>
build: Group general components separate from de/encoders in arch …
12:03 PM Changeset in ffmpeg [54a6e08a] by Diego Biurrun <diego@biurrun.de>
dsputil: Conditionally compile dsputil code on all architectures
12:03 PM Changeset in ffmpeg [5169e688] by Diego Biurrun <diego@biurrun.de>
dsputil: Propagate bit depth information to all (sub)init functions …
12:03 PM Changeset in ffmpeg [cf7a2167] by Diego Biurrun <diego@biurrun.de>
arm: dsputil: K&R formatting cosmetics
12:03 PM Changeset in ffmpeg [16759752] by Diego Biurrun <diego@biurrun.de>
ppc: dsputil: Drop trailing semicolon from macros This allows for a …
12:03 PM Changeset in ffmpeg [b7d24fd4] by Diego Biurrun <diego@biurrun.de>
ppc: dsputil: Merge some declarations and initializations
12:03 PM Changeset in ffmpeg [b045283f] by Diego Biurrun <diego@biurrun.de>
ppc: dsputil: Simplify some ifdeffed function definitions
12:03 PM Changeset in ffmpeg [8bd6f882] by Diego Biurrun <diego@biurrun.de>
ppc: dsputil: Drop some unnecessary parentheses
12:03 PM Changeset in ffmpeg [022184a6] by Diego Biurrun <diego@biurrun.de>
ppc: dsputil: more K&R formatting cosmetics
12:03 PM Changeset in ffmpeg [30f3f959] by Diego Biurrun <diego@biurrun.de>
ppc: dsputil: K&R formatting cosmetics
12:03 PM Changeset in ffmpeg [82ee14d2] by Diego Biurrun <diego@biurrun.de>
ppc: dsputil: comment formatting and wording/grammar improvements
12:03 PM Changeset in ffmpeg [cce791b1] by Diego Biurrun <diego@biurrun.de>
hpeldsp_template: Merge some declarations and initializations
12:03 PM Changeset in ffmpeg [2539cf1c] by Diego Biurrun <diego@biurrun.de>
hpeldsp_template: K&R formatting cosmetics
12:03 PM Changeset in ffmpeg [2972087e] by Diego Biurrun <diego@biurrun.de>
hpel_template: Drop some unnecessary parentheses
12:03 PM Changeset in ffmpeg [e8eace32] by Diego Biurrun <diego@biurrun.de>
hpel_template: K&R formatting cosmetics
11:53 AM Changeset in ffmpeg [3d04b1aa] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
11:19 AM Ticket #3482 (New mode for showwaves filter) updated by Carl Eugen Hoyos
Keywords changed
Please post your patch to the ffmpeg-devel mailing list, where it can …
11:13 AM Ticket #3482 (New mode for showwaves filter) created by mrskman
If you generate a wave with showwave filter set to mode=point, you can …
10:16 AM Changeset in ffmpeg [6a74ebc3] by Janne Grunau <janne-libav@jannau.net>
float-dsp-test: do not use C99's predefined func It is not …
5:01 AM Changeset in ffmpeg [32291ba6] by Michael Niedermayer <michaelni@gmx.at>
swresample: add swri_resample_float_sse At least two times faster …
4:20 AM Ticket #3438 (Add documentation for adding a FATE test) updated by Timothy Gu
Status, Owner, Component changed
Work-in-progress. See FATE/AddingATest.
4:19 AM FATE edited by Timothy Gu
(diff)
4:18 AM FATE edited by Timothy Gu
(diff)
4:00 AM FATE edited by Timothy Gu
(diff)
3:58 AM FATE/TestingCoverage edited by Timothy Gu
(diff)
3:43 AM FATE/TestingCoverage edited by Timothy Gu
(diff)
1:21 AM FATE/TestingCoverage created by Timothy Gu

Mar 19, 2014:

10:14 PM Ticket #3481 (isync missing from documentation) closed by burek
invalid: According to [http://trac.ffmpeg.org/ticket/450#comment:3 this …
10:11 PM Ticket #450 (Specify the position of -isync more precisely) updated by burek
Is there a replacement option or the entire feature is removed?
10:10 PM Ticket #3481 (isync missing from documentation) created by burek
On this page http://www.ffmpeg.org/ffmpeg-all.html there is no mention …
9:24 PM Changeset in ffmpeg [e555e1bc] by Michael Niedermayer <michaelni@gmx.at>
truehd: tune VLC decoding for ARM. Profiling on a Raspberry Pi …
8:20 PM Changeset in ffmpeg [f502234f] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
8:14 PM Changeset in ffmpeg [9da88d5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '606cc8afa1cb782311f68560c8f9bad978cdcc32' * commit …
8:09 PM Changeset in ffmpeg [2ef6c0fd] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'af9481d7019d46c9f18c4ccac77a5d0c54cf6004' * commit …
7:54 PM Changeset in ffmpeg [3e59db60] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6920fb2b33f84b114ea4561ae1c623f4a26562e5' * commit …
7:46 PM Changeset in ffmpeg [8263c146] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '842ea36c747eb6537c4236114346cb7a3e9a8df1' * commit …
7:39 PM Changeset in ffmpeg [bd9e0127] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '92ebb332157195b7c1212e734c5668afbf19cf2b' * commit …
7:37 PM Ticket #3480 (Playback video with planar audio to decklink card crashes) updated by Carl Eugen Hoyos
Summary changed
7:37 PM Ticket #3480 (Playback video with planar audio to decklink card crashes) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
Does audio only with -vn work? Could you test if 5965adeb also …
7:32 PM Ticket #3479 (jpegls: support sample interleaved images) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
7:31 PM Ticket #3478 (jpegls: support palettized 8bpp) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords, Type changed
7:22 PM ffmpeg_crash_gdb_output.txt attached to Ticket #3480 by Anusha Balan
gdb output from crash
7:18 PM ffmpeg-20140319-112832.log attached to Ticket #3480 by Anusha Balan
output with -report. ffmpeg compiled from latest git master.
7:17 PM Ticket #3480 (Playback video with planar audio to decklink card crashes) created by Anusha Balan
== Summary of the bug :== Playback video to the DeckLink 4K Extreme …
6:55 PM T8C2E0.JLS attached to Ticket #3479 by ami_stuff
6:54 PM Ticket #3479 (jpegls: support sample interleaved images) created by ami_stuff
file from charls archive, decodes correctly with hp plugin […]
6:20 PM 8bpp_palette.jls attached to Ticket #3478 by ami_stuff
6:20 PM Ticket #3478 (jpegls: support palettized 8bpp) created by ami_stuff
saved with hp plugin: …
6:02 PM Changeset in ffmpeg [ae238091] by Martin Storsjö <martin@martin.st>
float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within …
5:25 PM Ticket #3229 (Wrong field order for mjpeg) closed by Michael Niedermayer
fixed: Fixed in dde16f5aaed327e15049b40a8dfae1f59647e4ec
5:16 PM Changeset in ffmpeg [dde16f5a] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: Switch default interlaced polarity for MJPG to 1 …
5:16 PM Changeset in ffmpeg [49329680] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: parse avid data from extradata Makes no difference …
5:16 PM Changeset in ffmpeg [046a75ee] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpeg: print info from parse_avid() if requested …
5:16 PM Changeset in ffmpeg [98f9aa38] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: switch interlaced_polarity to 0 for PAL AVID 0 …
5:16 PM Changeset in ffmpeg [1083c479] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: factorize parse_avid out Signed-off-by: Michael …
4:49 PM Ticket #3473 (wtv muxer does not check H.264 streams for startcode) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if you can provide an input sample.
4:48 PM Ticket #3287 (Can't correctly time frame-based subtitle formats) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
4:46 PM Ticket #3287 (Can't correctly time frame-based subtitle formats) closed by Clément Bœsch
fixed: Fixed in b416517cce6b05bcdd838b8f34a0050e729beec2 by you.
4:14 PM Changeset in ffmpeg [606cc8af] by Diego Biurrun <diego@biurrun.de>
configure: ppc: Disable ldbrx instruction by default Only enable it …
2:51 PM Ticket #3446 (ffmpeg.exe crash on windows 32 bits) updated by kriss0013
I upgrading my cross compiler version to 4.9.0 and it's solved my …
12:41 PM 0003-avcodec-h264-merge-fields-fix-duration.patch attached to Ticket #3393 by wim_arbor
fixes duration of output file after previous patches have been applied
11:04 AM Changeset in ffmpeg [af9481d7] by Luca Barbato <lu_zero@gentoo.org>
mxf: Lowercase UL strings The specification uses lower case most of …
11:04 AM Changeset in ffmpeg [6920fb2b] by Luca Barbato <lu_zero@gentoo.org>
mxf: Verbose debug logging Print the UL in code format and in the …
10:56 AM Changeset in ffmpeg [842ea36c] by Luca Barbato <lu_zero@gentoo.org>
mxf: Override faulty PreviousPartition entries Some files set the …
10:51 AM Changeset in ffmpeg [92ebb332] by Luca Barbato <lu_zero@gentoo.org>
mxf: Add additional H264 PictureEssenceCoding Unbreak some MXF Proxy …
9:08 AM Ticket #3277 (Crash in libavcodec with vlc) updated by er.anshul.maheshwari@gmail.com
michael, It would be good if you elaborate "my earlier attempt failed …
8:14 AM Changeset in ffmpeg [207f5a13] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add APIchanges entry and bump libswscale micro version for making …
8:11 AM Changeset in ffmpeg [074db4b7] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add APIchanges entry and bump libswscale micro version for making …
8:02 AM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by cyril
Quite simple: I replace all those %td by %ld before passing them to …
4:56 AM Broken.wtv attached to Ticket #3477 by ramitb
4:56 AM Ticket #3477 (When there is an error ffmpeg still prints summary line) created by ramitb
Summary of the bug: This is wierd one to describer but with the newer …[…]
3:43 AM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by Carl Eugen Hoyos
How does your specific work-around look like?
2:14 AM Changeset in ffmpeg [e9c8a9aa] by Carl Eugen Hoyos <cehoyos@ag.or.at>
swscale/utils: Fix color range of gray16 Improves rgb -> gray16 …
2:00 AM Changeset in ffmpeg [5e3689ca] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add the H.264 decoder as a dependency for the fate-mkv test.
2:00 AM Changeset in ffmpeg [57fdc74] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add one forgotten named inline asm operand in libavcodec/x86/motion_est.c.
1:52 AM Changeset in ffmpeg [ce9d3daa] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
1:43 AM Changeset in ffmpeg [a2339ef7] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1b51b7ba00ed72b6ce4c3bcd6897839caa32478c' * commit …
12:32 AM Changeset in ffmpeg [1d8e97c7] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8f45bd1433a1d8534d7b3997219c4ca31a669042' * commit …
12:06 AM Changeset in ffmpeg [543a46e0] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1ea9fa15c3f9074f6199f68bdd6258c5a2bb89e0' * commit …

Mar 18, 2014:

11:32 PM Ticket #3422 (Black becomes dark gray when converting rgb24 to gray16le) closed by Carl Eugen Hoyos
fixed: Should be fixed in 37c07d45
11:23 PM Ticket #3404 (High quality magnification filter) updated by Wyatt Ward
I'd love XBR as well. I think I will take a look at it's code and see …
10:39 PM Changeset in ffmpeg [82367475] by Michael Niedermayer <michaelni@gmx.at>
Automatically change MANGLE() into named inline asm operands when …
10:37 PM Changeset in ffmpeg [b2d3a455] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/mlpdsp: Only use asm when non-local inline asm lables are …
9:56 PM Changeset in ffmpeg [dbd12523] by Janne Grunau <janne-libav@jannau.net>
aarch64: float_dsp NEON assembler Ported from arm NEON and added …
9:52 PM Ticket #3475 (-skip_frame nokey doesn't work with ffprobe for H.264) updated by Prakash
Attached is the file. This is the sample wildlife.wmv file present in …
9:43 PM wildlife.mp4 attached to Ticket #3475 by Prakash
sample mp4 failing for -skip_frame nokey option on ffprobe
9:15 PM Changeset in ffmpeg [37c07d45] by Michael Niedermayer <michaelni@gmx.at>
swscale/utils: Fix color range of gray16 Improves rgb -> gray16 …
8:54 PM Changeset in ffmpeg [1b51b7ba] by Vittorio Giovara <vittorio.giovara@gmail.com>
libopenjpeg: Support rgba64 decoding
8:54 PM Changeset in ffmpeg [8f45bd14] by Vittorio Giovara <vittorio.giovara@gmail.com>
libopenjpeg: Support rgba64 encoding
8:54 PM Changeset in ffmpeg [1ea9fa15] by Vittorio Giovara <vittorio.giovara@gmail.com>
libopenjpeg: K&R formatting cosmetics
8:42 PM Ticket #117 (unsupported interplayvideo file) updated by gjdfgh
I'd like to add that Descent 2 videos don't decode correctly. I can …
8:36 PM Ticket #117 (unsupported interplayvideo file) updated by ami_stuff
mve2avi tool decodes "SK_DEMO.MVE" file with audio and video while …
8:24 PM BadContent edited by llogan
add keywords (diff)
7:53 PM Changeset in ffmpeg [05d7059a] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264pred_template: fix declarations after statements …
7:37 PM Changeset in ffmpeg [6f7ca1f] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra …
7:04 PM Changeset in ffmpeg [7ab315ec] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
6:59 PM Changeset in ffmpeg [61ad2b42] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd961a79eb07a8911540a0bd356d68ae0cf93c6a1' * commit …
6:52 PM Changeset in ffmpeg [ae9b468b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c829b35c08ad8e1df45cca1cd12f084cf1183d07' * commit …
6:01 PM Ticket #3277 (Crash in libavcodec with vlc) closed by Michael Niedermayer
fixed: Succeeded reproducing some of the anomalies in valgrind with ffmpeg …
5:37 PM Ticket #3475 (-skip_frame nokey doesn't work with ffprobe for H.264) updated by Carl Eugen Hoyos
Please provide your sample.
5:26 PM Changeset in ffmpeg [610a0646] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h263dec: Fix use of uninitialized memory from the bitstream …
5:26 PM Changeset in ffmpeg [65c915d0] by Michael Niedermayer <michaelni@gmx.at>
avcodec/utils: fix sizeof(AVFrame) dependence in …
5:26 PM Changeset in ffmpeg [8c8db86] by Michael Niedermayer <michaelni@gmx.at>
swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3() …
5:26 PM Changeset in ffmpeg [44799d26] by Michael Niedermayer <michaelni@gmx.at>
avutil/timestamp: Warn about missing STDC_FORMAT_MACROS for C++ use …
5:26 PM Changeset in ffmpeg [3c8a12be] by Michael Niedermayer <michaelni@gmx.at>
avcodec/g2meet: fix error returns Fixes out of array accesses This …
5:26 PM Changeset in ffmpeg [0c5f166e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/utvideoenc: fix slice_bits size Fixes assertion failure …
5:26 PM Changeset in ffmpeg [5a45c644] by Michael Niedermayer <michaelni@gmx.at>
configure: use pkg-config to detect libbluray The current configure …
5:06 PM Changeset in ffmpeg [f07cebcd] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h263dec: Fix use of uninitialized memory from the bitstream …
4:51 PM Ticket #3475 (-skip_frame nokey doesn't work with ffprobe for H.264) reopened by Prakash
I too see that the text file is smaller and it runs faster. But In …
4:07 PM Changeset in ffmpeg [d0ba12fa] by Michael Niedermayer <michaelni@gmx.at>
swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3() …
4:07 PM Changeset in ffmpeg [a58053dc] by Michael Niedermayer <michaelni@gmx.at>
avutil/timestamp: Warn about missing STDC_FORMAT_MACROS for C++ use …
4:03 PM Ticket #3277 (Crash in libavcodec with vlc) updated by Michael Niedermayer
Cannot reproduce any anomaly under valgrind or crash without valgrind …
3:38 PM Ticket #3277 (Crash in libavcodec with vlc) updated by Michael Niedermayer
Cannot reproduce any anomaly under valgrind or crash with vlc HEAD + …
3:31 PM Ticket #1799 (movie: loop option doesn't seem to work) updated by Roger Pack
does this still fail?
3:08 PM Changeset in ffmpeg [3d48cbc5] by Michael Niedermayer <michaelni@gmx.at>
swresample: reuse COMMON_CORE asm where possible Signed-off-by: James …
2:54 PM Changeset in ffmpeg [cf3fccce] by Michael Niedermayer <michaelni@gmx.at>
ff_put_wav_header: remove manual byte counting Signed-off-by: Michael …
2:00 PM Changeset in ffmpeg [7c8bf09e] by Michael Niedermayer <michaelni@gmx.at>
swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2 …
1:35 PM Ticket #3427 (Negative time format contains too many minuses: -577014:-32:-22.-77) updated by q345t7n3o67ym23oy8939t
Replying to cehoyos: > Should be fixed in 4d17179b - …
1:08 PM Changeset in ffmpeg [c56d25c4] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: svq3: …
12:49 PM Ticket #3375 (FFmpeg doesn't set the right language code for Dutch tracks) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component changed
Patch sent: …
12:30 PM Changeset in ffmpeg [7ae5cadb] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ca80e15814b77efe8d0ff5a5b0220754bb6c4065' * commit …
12:29 PM Ticket #3393 (Interlaced H.264 packets are split causing MP4 STTS) updated by Carl Eugen Hoyos
A patch can be found on the mailing list: …
12:19 PM Changeset in ffmpeg [ceb0d79f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '86ba2327e1cf35c6f77d5fb516a1a7a8dce0b98a' * commit …
12:12 PM Ticket #3427 (Negative time format contains too many minuses: -577014:-32:-22.-77) closed by Carl Eugen Hoyos
fixed: Should be fixed in 4d17179b - please test current FFmpeg git head!
12:08 PM Changeset in ffmpeg [f0f68744] by Janne Grunau <janne-libav@jannau.net>
float_dsp: add test program and use it as fate test
12:08 PM Changeset in ffmpeg [d961a79e] by Janne Grunau <janne-libav@jannau.net>
sbrdsp: move #if to disable all educational code Avoids a warning of …
12:07 PM Changeset in ffmpeg [c829b35] by Janne Grunau <janne-libav@jannau.net>
lavc: er: remove unused variable size The code using it was removed …
10:06 AM Ticket #3455 (aresample=matrix_encoding=dplii doesn't downmix backleft and center ...) updated by Carl Eugen Hoyos
The sample you uploaded is too short to do any test imo, I tested with …
9:07 AM Ticket #3463 (snowenc: Assertion failure) updated by Carl Eugen Hoyos
Summary changed
9:03 AM Ticket #3475 (-skip_frame nokey doesn't work with ffprobe for H.264) closed by Carl Eugen Hoyos
worksforme: I tested the following: […] The output file test2 is much …
7:21 AM Changeset in ffmpeg [3795ec68] by Vittorio Giovara <vittorio.giovara@gmail.com>
svq3: directly set pix_fmt and color_range
7:20 AM Changeset in ffmpeg [ca80e158] by Vittorio Giovara <vittorio.giovara@gmail.com>
mpegts: Forward error codes in various functions Signed-off-by: …
7:07 AM Changeset in ffmpeg [86ba2327] by Vittorio Giovara <vittorio.giovara@gmail.com>
mpegts: K&R formatting cosmetics Signed-off-by: Vittorio Giovara …
2:59 AM Changeset in ffmpeg [48f7d5f0] by Michael Niedermayer <michaelni@gmx.at>
avfilter/src_movie: Check that the pixel format hasnt changed Fixes …
1:45 AM Ticket #3476 (SIGABRT when stream copying mp3 containing video stream) updated by Carl Eugen Hoyos
Keywords, Status, Component, Reproduced by developer changed
Regression since 7546ac2 […]
1:31 AM Ticket #3476 (SIGABRT when stream copying mp3 containing video stream) updated by llogan
Component changed
1:29 AM Ticket #3476 (SIGABRT when stream copying mp3 containing video stream) created by llogan
Possibly caused by 7546ac2. Including -vn does not cause issue. …
1:07 AM Changeset in ffmpeg [aa86cccd] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
1:05 AM Changeset in ffmpeg [2daf6be0] by Michael Niedermayer <michaelni@gmx.at>
MAINTAINERS: add myself az mpegts demuxer maintainer Signed-off-by: …
1:03 AM Changeset in ffmpeg [8ab80707] by Michael Niedermayer <michaelni@gmx.at>
avcodec/utils: fix sizeof(AVFrame) dependence in …
12:29 AM Changeset in ffmpeg [bb97bcec] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix TARGET_SAMPLES and TARGET_PATH for some fate tests. This allows …

Mar 17, 2014:

10:53 PM Ticket #3475 (-skip_frame nokey doesn't work with ffprobe for H.264) created by Prakash
Summary of the bug: How to reproduce: […] As per ticket #1859 this …
8:04 PM Changeset in ffmpeg [aa1f3801] by Michael Niedermayer <michaelni@gmx.at>
x86/synth_filter: improve FMA version Replace mulps+subps with …
7:56 PM Changeset in ffmpeg [e10ab436] by Michael Niedermayer <michaelni@gmx.at>
doc/examples: Add example transcoding.c Signed-off-by: Michael …
6:43 PM Ticket #3474 (Smart output buffering (with no delay to start playback)) created by burek
If possible, it would be good to enhance the current output buffering …
5:36 PM Changeset in ffmpeg [e21235f9] by Michael Niedermayer <michaelni@gmx.at>
avformat/mov: call mov_rewrite_dvd_sub_extradata() after parsing …
5:21 PM Changeset in ffmpeg [8ba432bc] by Michael Niedermayer <michaelni@gmx.at>
avformat/mov: fill in subtitle dimensions after parsing tkhd Sample: …
4:09 PM Changeset in ffmpeg [b6ad589] by Michael Niedermayer <michaelni@gmx.at>
avformat/isom: only write the size if its non zero in …
4:06 PM Changeset in ffmpeg [f6f3c85c] by Michael Niedermayer <michaelni@gmx.at>
avformat/isom: Simplify mov_rewrite_dvd_sub_extradata() This avoids …
3:33 PM Changeset in ffmpeg [b1eb92a6] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
3:32 PM Ticket #3473 (wtv muxer does not check H.264 streams for startcode) created by ramitb
Summary of the bug: If ffmpeg is used to remux a mp4 file into a WTV …
3:23 PM Changeset in ffmpeg [34e325ef] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'bf0d7da7cbbf869605086c2a47cdf87f0a533e24' * commit …
3:14 PM Changeset in ffmpeg [987b873] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2183432e6dc8aedf1ef3db63006a2a8195479abd' * commit …
3:12 PM Changeset in ffmpeg [020baa0b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1c1fbc70cae44c10af8ff865826e31c17bc9f347' * commit …
3:06 PM Changeset in ffmpeg [b1a960cc] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/adpcm: squelch 'mismatch in coded sample count' warning for …
3:06 PM Changeset in ffmpeg [620d80d5] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/adpcm: ADPCM_IMA_DK3 packets are padded to 16-bit packet …
3:06 PM Changeset in ffmpeg [e3ce3d37] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/h264: be more tolerant on what pixel format changes trigger …
2:58 PM Changeset in ffmpeg [ca0e6fa7] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6612a03d7470af4aa6b8aa313b1eff013691d181' * commit …
2:55 PM Changeset in ffmpeg [1c79ca27] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5b1b91cfb82d56c09846c68b09d2b8b7c8faccc4' * commit …
2:53 PM Changeset in ffmpeg [02d4612] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/adpcm: squelch 'mismatch in coded sample count' warning for …
2:53 PM Changeset in ffmpeg [2e99fab1] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/adpcm: ADPCM_IMA_DK3 packets are padded to 16-bit packet …
2:53 PM Changeset in ffmpeg [9098da03] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/h264: be more tolerant on what pixel format changes trigger …
2:52 PM Changeset in ffmpeg [db53b2b2] by Carl Eugen Hoyos <cehoyos@ag.or.at>
ffmpeg_opt: check that a subtitle encoder is available before auto …
2:51 PM Changeset in ffmpeg [ba7cdb97] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6d78e852fbf3cab438a2085bcb64b90457c4a851' * commit …
2:47 PM Changeset in ffmpeg [7b7d8b87] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/mpegvideo_enc: dont use direct mode for unaligned input Fixes …
2:47 PM Changeset in ffmpeg [90d6b56] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec: Move STRIDE_ALIGN to internal.h The next commit/bugfix will …
2:46 PM Changeset in ffmpeg [dce2f820] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/adpcm: squelch 'mismatch in coded sample count' warning for …
2:46 PM Changeset in ffmpeg [4aab3f8] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/adpcm: ADPCM_IMA_DK3 packets are padded to 16-bit packet …
2:45 PM Changeset in ffmpeg [48609236] by Carl Eugen Hoyos <cehoyos@ag.or.at>
ffmpeg_opt: check that a subtitle encoder is available before auto …
2:45 PM Changeset in ffmpeg [d8fe695] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/h264: be more tolerant on what pixel format changes trigger …
2:43 PM Changeset in ffmpeg [c738ffcf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '58c215961a9067bb670387bbd72286c30de04b93' * commit …
2:33 PM Changeset in ffmpeg [3731c409] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'cccac7654f3f6b82967bc6ae08b35ae8b4fbe1a9' * commit …
2:29 PM Changeset in ffmpeg [a00d4c59] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186' * commit …
1:53 PM Changeset in ffmpeg [b361a0bf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f7518f1a0e0a1788c303de3c6198da07e575710c' * commit …
1:50 PM Changeset in ffmpeg [85d28a86] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6d7b22fb8f247a51e668c83b2f2460a9b3e948a8' * commit …
1:41 PM Changeset in ffmpeg [6b1ca170] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1481d24c3a0abf81e1d7a514547bd5305232be30' * commit …
1:01 PM Ticket #1648 (avdj (mjpeg): problem with ntsc interlaced) updated by Carl Eugen Hoyos
Keywords changed
12:58 PM Ticket #1282 (VP6F Libavcodec decoding bug (slowly accumulating artifacts)) updated by Carl Eugen Hoyos
I don't think the issue is reproducible with vp62.avi, {{{mplayer -vc …
12:57 PM vp62.avi attached to Ticket #1282 by Carl Eugen Hoyos
12:57 PM vp61.avi attached to Ticket #1282 by Carl Eugen Hoyos
12:57 PM vp60.avi attached to Ticket #1282 by Carl Eugen Hoyos
12:51 PM Ticket #3462 (cinepakenc: invalid read) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
12:47 PM Ticket #3463 (snowenc: Assertion failure) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
Not a regression.
12:46 PM Changeset in ffmpeg [ad9a6e19] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd24e9a99a40166bf881ccd2e3ae5688af4726658' * commit …
12:39 PM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by cyril
I've just checked MSDN and VC++ 2013 still have the same issue: %td …
12:35 PM Changeset in ffmpeg [3e3b0b3] by Michael Niedermayer <michaelni@gmx.at>
avcodec/vdpau: update ff_vdpau_h264_set_reference_frames() to …
12:34 PM Ticket #3469 (pullup crashes with gray8) updated by Carl Eugen Hoyos
Not a regression.
12:31 PM Changeset in ffmpeg [dc226c02] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7245a0ae872d4f65396a37d13f5d1d2c2efe11c2' * commit …
12:30 PM Ticket #3468 (libavfilter/filtfmts-test crashes with dynamically allocated input pads) updated by Carl Eugen Hoyos
Not a regression.
12:23 PM Changeset in ffmpeg [329a3286] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'be039278b5ebd8075d90a3508db2aed5adf59e02' * commit …
12:22 PM Ticket #3471 (rpza: "MOV chunk size != encoded chunk size") updated by Carl Eugen Hoyos
Priority, Keywords, Version, Status, Reproduced by developer changed
Regression since 8b0befe4 / e1218ce9
12:22 PM Changeset in ffmpeg [29be9b53] by Michael Niedermayer <michaelni@gmx.at>
avcodec/dxva2: fix pointers after H264Picture Signed-off-by: Michael …
12:12 PM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by Carl Eugen Hoyos
Do I understand correctly that this is not reproducible with newer …
12:05 PM Changeset in ffmpeg [2a37e560] by Michael Niedermayer <michaelni@gmx.at>
avcodec/vdpau: fix ff_vdpau_get_surface_id() argument after …
11:45 AM Changeset in ffmpeg [377cfc2] by Michael Niedermayer <michaelni@gmx.at>
avcodec/vaapi: fix pointer types after H264Picture changes …
11:36 AM Changeset in ffmpeg [9517900b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b' * commit …
11:26 AM Changeset in ffmpeg [3e583380] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '136034d86b5cb1819a2c3e6ecdfeb05dcba7140d' * commit …
5:17 AM Changeset in ffmpeg [bb3c0571] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e3c2d0f3d41f79f7be7ba944aaca2e287c7d5c7c' * commit …
5:05 AM Changeset in ffmpeg [a81a2b51] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5d1c2e53ab3ce27b48c138d22bb01ff8e8304f27' * commit …
4:52 AM Changeset in ffmpeg [6102dda1] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264: h264_set_erpic() clear destination Signed-off-by: …
4:51 AM Changeset in ffmpeg [c237e88d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9b749c8274f6b6f35dde2cf29b99fa4f719abf87' * commit …
4:36 AM Changeset in ffmpeg [4f22e39e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/error_resilience: fix the case when MVs are not available …
4:13 AM Changeset in ffmpeg [8ef9dcf1] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo: ff_mpeg_set_erpic() clear destination Fixes crash …
4:08 AM Changeset in ffmpeg [533bc4c0] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd66e305bd1b4f3e91ae4e7e549148509d0811672' * commit …
3:41 AM Changeset in ffmpeg [3dab9e80] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1c79b1625d4d257bfd01eccb84cc0ab355fb9a9e' * commit …
3:35 AM Changeset in ffmpeg [3ddf9b5b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '75af13a' * commit '75af13a': mpegvideo: directly use …
3:19 AM Changeset in ffmpeg [b73aae6f] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/idct_sse2_xvid: move offsets out of MANGLE() …
1:40 AM Ticket #3260 (H.264 Reinit context problem) closed by Michael Niedermayer
fixed: Fixed in 8e92ff25469f75f5c1fcbb9ba5721cea341ca34a
1:37 AM Changeset in ffmpeg [8e92ff25] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264: be more tolerant on what pixel format changes trigger …
1:09 AM Ticket #3256 (FFMPEG SVQ3 Matroska remux produces unplayable output (FFPlay don't ...) closed by Michael Niedermayer
fixed: Replying to michael: > Replying to [comment:9 Vika …
1:08 AM Ticket #3434 (Cannot remux PRORES 422 10bit MOV to MKV: results unplayable.) updated by ianken
I'll try to get some repro content pulled together this week…
12:40 AM Ticket #3256 (FFMPEG SVQ3 Matroska remux produces unplayable output (FFPlay don't ...) updated by Michael Niedermayer
Replying to Vika Apelsinova: > > ffplay can now play the …

Mar 16, 2014:

11:48 PM Changeset in ffmpeg [9eb3f11c] by Michael Niedermayer <michaelni@gmx.at>
Add missing external declarations. Signed-off-by: Michael Niedermayer …
11:13 PM Changeset in ffmpeg [590805b7] by Michael Niedermayer <michaelni@gmx.at>
Fixed 64bit conformance with mvzbl. Signed-off-by: Michael …
11:06 PM Changeset in ffmpeg [2f955d57] by Michael Niedermayer <michaelni@gmx.at>
swscale/x86/swscale: remove unused constants Signed-off-by: Michael …
10:45 PM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by cyril
You'll have to develop a Visual C++ 2010 application using FFmpeg …
10:31 PM Changeset in ffmpeg [75177b2f] by Vittorio Giovara <vittorio.giovara@gmail.com>
libx264: check color_range
10:31 PM Changeset in ffmpeg [bf0d7da7] by Vittorio Giovara <vittorio.giovara@gmail.com>
ljpeg: check color_range
10:31 PM Changeset in ffmpeg [2183432e] by Vittorio Giovara <vittorio.giovara@gmail.com>
mdec: set color_range
10:31 PM Changeset in ffmpeg [1c1fbc70] by Vittorio Giovara <vittorio.giovara@gmail.com>
mjpeg: set color_range
10:31 PM Changeset in ffmpeg [6612a03d] by Vittorio Giovara <vittorio.giovara@gmail.com>
fraps: set color_range
10:31 PM Changeset in ffmpeg [5b1b91cf] by Vittorio Giovara <vittorio.giovara@gmail.com>
tiff: Support rgba encoding
10:31 PM Changeset in ffmpeg [6d78e852] by Vittorio Giovara <vittorio.giovara@gmail.com>
img2: add j2c file extension Some applications use the j2c extension …
10:29 PM Changeset in ffmpeg [58c21596] by Vittorio Giovara <vittorio.giovara@gmail.com>
raw, nut: Support rgba64 encoding
10:29 PM Changeset in ffmpeg [cccac765] by Vittorio Giovara <vittorio.giovara@gmail.com>
png: Support rgb48 and rgba64 encoding
10:29 PM Changeset in ffmpeg [c598b569] by Vittorio Giovara <vittorio.giovara@gmail.com>
png: K&R formatting cosmetics
10:05 PM Changeset in ffmpeg [f7518f1a] by Vittorio Giovara <vittorio.giovara@gmail.com>
codec_desc: update dvaudio tag
10:05 PM Changeset in ffmpeg [6d7b22fb] by Vittorio Giovara <vittorio.giovara@gmail.com>
isom: fix C99-style declaration
10:05 PM Changeset in ffmpeg [1481d24c] by Vittorio Giovara <vittorio.giovara@gmail.com>
RGBA64 pixel formats Signed-off-by: Vittorio Giovara …
10:05 PM Changeset in ffmpeg [d24e9a99] by Vittorio Giovara <vittorio.giovara@gmail.com>
h264 does not depend on mpegvideo any more
10:05 PM Changeset in ffmpeg [7245a0ae] by Vittorio Giovara <vittorio.giovara@gmail.com>
mpegvideo: remove h264-only fields
10:05 PM Changeset in ffmpeg [be039278] by Vittorio Giovara <vittorio.giovara@gmail.com>
mpegvideo: move ff_draw_horiz_band() to mpegutils.c Drop the …
10:04 PM Changeset in ffmpeg [e0c16e4e] by Vittorio Giovara <vittorio.giovara@gmail.com>
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
10:01 PM Changeset in ffmpeg [136034d8] by Vittorio Giovara <vittorio.giovara@gmail.com>
h264: Remove MotionEstContext and move the relevant fields to …
10:01 PM Changeset in ffmpeg [e3c2d0f3] by Vittorio Giovara <vittorio.giovara@gmail.com>
h264: Replace mpegvideo-specific MAX_THREADS by private define
10:01 PM Changeset in ffmpeg [5d1c2e53] by Vittorio Giovara <vittorio.giovara@gmail.com>
h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private define
10:01 PM Changeset in ffmpeg [9b749c82] by Vittorio Giovara <vittorio.giovara@gmail.com>
h264: move relevant fields from Picture to H264Picture
10:01 PM Changeset in ffmpeg [d66e305b] by Vittorio Giovara <vittorio.giovara@gmail.com>
er: move relevant fields from Picture to ERPicture This is done to …
10:01 PM Changeset in ffmpeg [1c79b162] by Vittorio Giovara <vittorio.giovara@gmail.com>
h264: directly use frames in ff_h264_draw_horiz_band()
10:01 PM Changeset in ffmpeg [75af13a0] by Vittorio Giovara <vittorio.giovara@gmail.com>
mpegvideo: directly use frames in ff_draw_horiz_band()
9:38 PM Changeset in ffmpeg [0efacc7f] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: aacdec: …
9:25 PM Changeset in ffmpeg [6dd007a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0412cb67cda05b08dfca6bfc4ff664ea917fa932' * commit …
8:41 PM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by Carl Eugen Hoyos
How can I trigger the exception?
7:04 PM Changeset in ffmpeg [3b1c9eb0] by Martin Storsjö <martin@martin.st>
aacdec: Lower the number of frames required to detect ADTS For live …
6:58 PM Changeset in ffmpeg [0412cb67] by Martin Storsjö <martin@martin.st>
aacdec: Don't count probed ADTS frames if there are false positives …
6:56 PM Changeset in ffmpeg [f1a8885a] by Martin Storsjö <martin@martin.st>
doc: Point to the correct, actually maintained gas-preprocessor repo …
6:54 PM Changeset in ffmpeg [d791e8c9] by Martin Storsjö <martin@martin.st>
doc: Point to the correct, actually maintained gas-preprocessor repo …
6:54 PM Changeset in ffmpeg [0f42e066] by Martin Storsjö <martin@martin.st>
doc: Point to the correct, actually maintained gas-preprocessor repo …
6:15 PM Changeset in ffmpeg [b74792a0] by Michael Niedermayer <michaelni@gmx.at>
Changelog: move post 2.2 branching entries out of the 2.2 changelog …
5:38 PM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by cyril
I didn't know that %td was one of the new formatting rules of …
5:24 PM Changeset in ffmpeg [40f88796] by Michael Niedermayer <michaelni@gmx.at>
Phantom Cine demuxer (iteration 2014.3) Signed-off-by: Michael …
5:24 PM Changeset in ffmpeg [97bb0076] by Michael Niedermayer <michaelni@gmx.at>
avcodec/rawdec: decode 16-bit aligned and packed 'raw' pixel formats …
5:13 PM Changeset in ffmpeg [230c4c6a] by Janne Grunau <janne-libav@jannau.net>
armv6: vp8: use explicit labels in motion compensation asm The …
5:05 PM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) created by cyril
Summary of the bug: A badly formatted log in mjpegdec.c just make …
4:25 PM Changeset in ffmpeg [0d5ae023] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_tinterlace: Fix vf_tinterlace mode 6 (interlacex2) The …
3:34 PM Changeset in ffmpeg [9b1d264e] by Michael Niedermayer <michaelni@gmx.at>
avformat/movenc: omit avformat ident from isml_manifest for bitexact …
3:33 PM Changeset in ffmpeg [10c14264] by Michael Niedermayer <michaelni@gmx.at>
avformat/movenc: omit LIBAVCODEC_IDENT for bitexact mode from …
3:26 PM Changeset in ffmpeg [a17ee411] by Michael Niedermayer <michaelni@gmx.at>
avformat/movenc: only ommit encoder tag of the metadata for bitexact …
2:25 PM Ticket #3470 (Encoding to webm fails if the input file contains subtitles) closed by Michael Niedermayer
fixed: Fixed in 25bcf24d4d0faf0191923be8afac8f67ca98b500
2:15 PM Changeset in ffmpeg [25bcf24d] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg_opt: check that a subtitle encoder is available before auto …
1:32 PM Changeset in ffmpeg [267c5723] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: FATE: …
1:19 PM Ticket #3471 (rpza: "MOV chunk size != encoded chunk size") created by ami_stuff
happens with valid files created by qt g958d98c - Feb 8 2014 - ok …
1:18 PM Changeset in ffmpeg [c198af64] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e843612695007cc623813073754c651ab43021f7' * commit …
1:05 PM Changeset in ffmpeg [cd0982e1] by Michael Niedermayer <michaelni@gmx.at>
avformat/isom: fix mix of declaration and statement Signed-off-by: …
12:34 PM Changeset in ffmpeg [09680951] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8f629a986c46f227abda1811a6ad1f449871ca35' * commit …
12:26 PM WikiStart edited by burek
Added 2 articles about the compilation of libopus (diff)
10:35 AM Ticket #3470 (Encoding to webm fails if the input file contains subtitles) updated by Carl Eugen Hoyos
Keywords changed
9:47 AM Ticket #3470 (Encoding to webm fails if the input file contains subtitles) updated by Carl Eugen Hoyos
Status, Component, Summary, Priority, Version, Keywords changed
For future tickets: Please always test current FFmpeg git head before …
9:25 AM Ticket #3466 (PVS-Studio static code analysis) updated by Carl Eugen Hoyos
Component, Description, Summary changed
9:01 AM Ticket #3468 (libavfilter/filtfmts-test crashes with dynamically allocated input pads) updated by Carl Eugen Hoyos
Keywords, Status, Reproduced by developer changed
8:52 AM Ticket #3469 (pullup crashes with gray8) updated by Carl Eugen Hoyos
Keywords, Status, Reproduced by developer changed
Reproducible with: […]
8:17 AM Ticket #3470 (Encoding to webm fails if the input file contains subtitles) created by ppuru
Summary of the bug: How to reproduce: […] Patches should be …
6:44 AM Changeset in ffmpeg [a84c8af0] by Anton Khirnov <anton@khirnov.net>
FATE: add a test for the ONE_STR mapping mode of the channelmap filter
6:43 AM Changeset in ffmpeg [e8436126] by Anton Khirnov <anton@khirnov.net>
af_channelmap: fix ONE_STR mapping mode get_channel() returns 0 on …
5:26 AM Changeset in ffmpeg [4d17179] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: fix printing INT64_MIN pts at the end Fixes Ticket3427 …
3:26 AM Ticket #3469 (pullup crashes with gray8) created by Timothy Gu
== Summary of the bug == pullup filter crashes with gray8 pixel …
3:23 AM Encode/AAC edited by seandarcy
(diff)
3:23 AM Encode/AAC edited by seandarcy
https://trac.ffmpeg.org/ticket/3361 (diff)
3:12 AM Changeset in ffmpeg [f4489c95] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b5210f4eae30df587815b5f005f219aa723591d3' into …
3:12 AM Changeset in ffmpeg [0e5d9fe2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '10379d50be18325a07ef297bd2120d85a58ec78b' into …
3:06 AM Changeset in ffmpeg [9ae2aaea] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'cd874cf8e69f1b31986fd978577994b45efa3d5c' into …
3:02 AM Changeset in ffmpeg [25133149] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '82a3e469c6584e6d9e56a3fc38eb001d0650defa' into …
2:56 AM Changeset in ffmpeg [e727cbf0] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f859fed03d5d039430baea03a0ef35cfd6ac4abd' into …
2:38 AM Changeset in ffmpeg [bcc25353] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '991e6fa35b4ad2df389ba7e1c2c58d064e295c76' into …
2:38 AM Changeset in ffmpeg [6a10263f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '09dca5106698871920328ae8041d1437ce3cff43' into …
2:37 AM Changeset in ffmpeg [bcc6429c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '40de74d0eb8c1898e2184a1484fe246aed5b295d' into …
2:30 AM Changeset in ffmpeg [bdb21943] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e2811c2ede428a20aec3630bef4378f2927fb306' into …
2:29 AM Changeset in ffmpeg [a7338ae8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '25d14b716aef43bf9e82f1d67a364e5922332f47' into …
2:29 AM Changeset in ffmpeg [6776c2c0] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f1de93dec302cc860c718e89656f184510b2d239' into …
2:29 AM Changeset in ffmpeg [facd3dbc] by Michael Niedermayer <michaelni@gmx.at>
http: handle ICY in presence of chunked transfer encoding Some http …
2:00 AM Changeset in ffmpeg [8796c3b7] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '738d68d' into release/2.2 * commit '738d68d': http: …
1:59 AM Changeset in ffmpeg [7430f306] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '00ecce5' into release/2.2 * commit '00ecce5': http: …
1:58 AM Changeset in ffmpeg [eac281b0] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b920c1d' into release/2.2 * commit 'b920c1d': …
1:22 AM Ticket #3468 (libavfilter/filtfmts-test crashes with dynamically allocated input pads) created by Timothy Gu
== Summary of bug == Some filters like fieldmatch does not have …
Note: See TracTimeline for information about the timeline view.