Timeline



Jul 24, 2012:

11:57 PM Changeset in ffmpeg [1c2beff0] by Michael Niedermayer <michaelni@gmx.at>
lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files. …
11:37 PM UbuntuCompilationGuideLucid edited by llogan
explicitly list pkg-config as dependency (diff)
11:33 PM CompilationGuide/Ubuntu edited by llogan
add mention of filters (diff)
11:25 PM Changeset in ffmpeg [72743aef] by Michael Niedermayer <michaelni@gmx.at>
imgconvert: Implement avcodec_find_best_pix_fmt_of_list() The old …
10:50 PM Changeset in ffmpeg [23bb85b0] by Michael Niedermayer <michaelni@gmx.at>
riff: make the G723.1 in wav output compatible with WMP/msacm codec …
10:45 PM CompilationGuide/Ubuntu edited by llogan
remove duplicate libgpac-dev in server dependencies (diff)
10:45 PM Changeset in ffmpeg [e2fd18d4] by Michael Niedermayer <michaelni@gmx.at>
lavf: factor AVStream st out Signed-off-by: Michael Niedermayer …
10:42 PM Changeset in ffmpeg [6b38101d] by Michael Niedermayer <michaelni@gmx.at>
parse_packet: reset pkt->pos after it has been used This should have …
10:30 PM CompilationGuide/Ubuntu edited by llogan
explicitly list pkg-build as dependency; add --depth 1 to x264 and … (diff)
10:29 PM Changeset in ffmpeg [043c75a9] by Michael Niedermayer <michaelni@gmx.at>
libopenjpegenc: set numresolution max to INT_MAX OpenJPEG doesn't …
9:38 PM Ticket #1556 (Frame rate changed without changeing timestamps) updated by FishB8
Ok scratch that last comment. I think I figured out what is going on. …
9:09 PM CompilationGuide/Centos edited by dimircea
(diff)
9:03 PM WikiStart edited by burek
Added the link to "Seeking with FFmpeg" (diff)
9:02 PM Seeking edited by burek
Added the comment about various gop sizes existing out there (diff)
8:57 PM Seeking edited by burek
(diff)
8:50 PM out3.jpg attached to Seeking by burek
8:50 PM out2.jpg attached to Seeking by burek
8:50 PM out1.jpg attached to Seeking by burek
8:50 PM Seeking created by burek
8:42 PM Ticket #1556 (Frame rate changed without changeing timestamps) updated by FishB8
Ok, I can confirm now that after building from git the problem is no …
7:15 PM Changeset in ffmpeg [93342de] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: rtmp: …
5:14 PM Changeset in ffmpeg [3ccf22c6] by Nicolas George <nicolas.george@normalesup.org>
ffmpeg: keep packet/frame availability in global structures. This …
4:53 PM Changeset in ffmpeg [b9c129be] by Michael Niedermayer <michaelni@gmx.at>
riff: fix remuxing of G723_1 in wav Attached patch fixes remuxing of …
4:12 PM Ticket #1435 (Remuxing aac from mov to avi breaks timestamps) updated by Carl Eugen Hoyos
Replying to feelart: > 3/ Yes, I don't know why my MD5 is …
3:13 PM Changeset in ffmpeg [6a433fdb] by Martin Storsjö <martin@martin.st>
rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE …
3:10 PM Changeset in ffmpeg [01272e76] by Michael Niedermayer <michaelni@gmx.at>
Revert "lavf: count skipped samples for initial timestamps." This …
2:19 PM Ticket #1572 (HLS input destroys DTS/PTS information) updated by C++ RTMP Server
sorry about "fly". It should be FLV. The spellchecker …
2:15 PM Ticket #1572 (HLS input destroys DTS/PTS information) created by C++ RTMP Server
When using an HLS as input, ffmpeg does not preserve the DTS …
1:30 PM Ticket #1571 (Make "concat" muxer/demuxer which will act like "image2") reopened by Cigaes
There is nothing "retarded" about formats that can not be …
1:18 PM Ticket #1571 (Make "concat" muxer/demuxer which will act like "image2") closed by Elon Musk
wontfix: You are not aware what -f really means - it is format/container, …
12:54 PM Changeset in ffmpeg [f7bfb126] by Martin Storsjö <martin@martin.st>
rtmp: Move the CONFIG_ condition into the if conditions This makes …
12:05 PM WikiStart edited by burek
Added link to "Creating multiple outputs" (diff)
12:03 PM Creating multiple outputs edited by burek
minor change (diff)
12:02 PM Creating multiple outputs edited by burek
minor change (diff)
11:59 AM Creating multiple outputs edited by burek
Added images (diff)
11:58 AM creating_multiple_outputs2.png attached to Creating multiple outputs by burek
11:57 AM creating_multiple_outputs1.png attached to Creating multiple outputs by burek
11:57 AM Creating multiple outputs created by burek
Page created
10:41 AM Ticket #1571 (Make "concat" muxer/demuxer which will act like "image2") created by burek
Since a lot of people are trying to use ffmpeg to concat their media …
9:35 AM Ticket #1570 (libv4l2: error dequeuing buf: Resource temporarily unavailable) updated by llarevo
Status changed
Typo: The regression was not introduced in 2009 but in 2010. Needless …
9:31 AM Ticket #1570 (libv4l2: error dequeuing buf: Resource temporarily unavailable) created by llarevo
Capturing from analog card Terratec Cinergy 400 TV isn't possible in …
8:39 AM Ticket #1386 (ffprobe report different widths for some videos) updated by Stefano Sabatini
Analyzed by developer, Status, Reproduced by developer changed
av_dump_format() prints the information stored in the codec context. …
8:31 AM Ticket #1435 (Remuxing aac from mov to avi breaks timestamps) updated by feelart
1/ it's a demux bug for any aac file. 2/ The bug does not appear with …
7:27 AM Ticket #1568 (ffprobe: SAR / DAR values not mapped in JSON output when input file ...) updated by Stefano Sabatini
Status, Reproduced by developer changed
5:01 AM Ticket #1569 (ffv1 version 3 not lossless at 9 and 10 bit encoding) created by dave rice
Summary of the bug: I was testing ffv1 version 3 encoding with raw …
3:51 AM cinemascope-sample.webm attached to Ticket #1568 by Chris
sample WEBM file having SAR/DAR values set
3:50 AM Ticket #1568 (ffprobe: SAR / DAR values not mapped in JSON output when input file ...) created by Chris
Summary of the bug: If a input video source is transcoded to WEBM, the …
3:17 AM Changeset in ffmpeg [0e1925dd] by Michael Niedermayer <michaelni@gmx.at>
iffdec: Fix integer overflow. Found-by: durandal_1707 Signed-off-by: …
2:55 AM Changeset in ffmpeg [22ce78a9] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: dont apply the loop filter on fields Fixes read of …
2:12 AM Changeset in ffmpeg [697edcc1] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: dont attempt error concealment on field pictures. This is not …
2:12 AM Changeset in ffmpeg [2e346bda] by Michael Niedermayer <michaelni@gmx.at>
ec: print picture type with concealment error message. Signed-off-by: …
12:37 AM Changeset in ffmpeg [65d94f63] by Diego Biurrun <diego@biurrun.de>
aac: Mention abbreviation as well in long_name Most people know the …

Jul 23, 2012:

11:24 PM Changeset in ffmpeg [3f22fcc] by Alexander Strasser <eclipse7@gmx.net>
tools/bisect-create: Support "bisect run" Make it possible to use …
10:56 PM Ticket #1566 (incorrect assembly code in libavcodec/x86/dsputil_mmx.c) closed by Michael Niedermayer
fixed: Patch applied thanks
10:55 PM Changeset in ffmpeg [6a2bad2c] by Michael Niedermayer <michaelni@gmx.at>
dsputil_mmx: fix incorrect assembly code In file …
10:21 PM Changeset in ffmpeg [6b801421] by Diego Biurrun <diego@biurrun.de>
build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabled …
10:11 PM Changeset in ffmpeg [dc31b84c] by Michael Niedermayer <michaelni@gmx.at>
rtmpproto: fix compilation without optimizations Signed-off-by: …
10:06 PM Changeset in ffmpeg [c66495c6] by Michael Niedermayer <michaelni@gmx.at>
configure: Add a dependency on https for rtmpts The rtmpts protocol …
9:56 PM Changeset in ffmpeg [816ff352] by Diego Biurrun <diego@biurrun.de>
doc: Add Git configuration section
9:54 PM Changeset in ffmpeg [5a9fa845] by Michael Niedermayer <michaelni@gmx.at>
cavsdec: switch to av_assert Signed-off-by: Michael Niedermayer …
9:54 PM Changeset in ffmpeg [bb1e0e80] by Michael Niedermayer <michaelni@gmx.at>
libavcodec/bitstream: switch to av_assert Signed-off-by: Michael …
9:46 PM Changeset in ffmpeg [39337827] by Paul B Mahol <onemda@gmail.com>
cosmetics: iff: split very long line Also while here sort chunk ids. …
9:44 PM Changeset in ffmpeg [d147aedb] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix typo in v410 decoder.
9:43 PM Changeset in ffmpeg [6c1ed454] by Martin Storsjö <martin@martin.st>
configure: Add a dependency on https for rtmpts The rtmpts protocol …
9:42 PM Changeset in ffmpeg [999c63e4] by Martin Storsjö <martin@martin.st>
rtp: Only choose static payload types if the sample rate and channels …
9:00 PM Changeset in ffmpeg [c9a96ec3] by Paul B Mahol <onemda@gmail.com>
cosmetics: iff: fix typo Signed-off-by: Paul B Mahol <onemda@gmail.com>
8:44 PM Changeset in ffmpeg [ddcb99bb] by Nicolas George <nicolas.george@normalesup.org>
vf_deshake: set cur_buf to NULL. Fix a segfault.
8:12 PM Changeset in ffmpeg [6d4c97bb] by Michael Niedermayer <michaelni@gmx.at>
fate: enable fate-vc1_sa10143 Signed-off-by: Michael Niedermayer …
7:58 PM Changeset in ffmpeg [ebe846fa] by Paul B Mahol <onemda@gmail.com>
vf_colormatrix: add missing semicolon Signed-off-by: Paul B Mahol …
7:34 PM Ticket #1567 (make install fails with relative path for prefix dir) created by Arjan
Summary of the bug: install fails because the working directory is …
7:25 PM Changeset in ffmpeg [2cb4d516] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
6:49 PM Ticket #506 (FFMPEG32 Windows Build CRASH) updated by davor
Replying to cehoyos: > Replying to davor: > …
6:38 PM Ticket #506 (FFMPEG32 Windows Build CRASH) updated by Carl Eugen Hoyos
Replying to davor: > {{{ > > D:\>ffmpeg -i …
6:27 PM Ticket #506 (FFMPEG32 Windows Build CRASH) updated by davor
Command line: […] The original.avi was made with ffmpeg from the …
5:35 PM Ticket #506 (FFMPEG32 Windows Build CRASH) updated by Carl Eugen Hoyos
Cc changed
5:23 PM Changeset in ffmpeg [7e15df75] by Michael Niedermayer <michaelni@gmx.at>
swr: resampling: add filter type and Kaiser window beta to AVOptions
5:05 PM Ticket #506 (FFMPEG32 Windows Build CRASH) updated by Carl Eugen Hoyos
Replying to davor: > This issue exists for quite some time …
4:55 PM Ticket #506 (FFMPEG32 Windows Build CRASH) reopened by davor
If you want to reproduce it, take any video file, huff-encode it, and …
4:53 PM Ticket #506 (FFMPEG32 Windows Build CRASH) updated by davor
Replying to cehoyos: > Please reopen if a sample is …
3:36 PM Changeset in ffmpeg [d04c5293] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
v410dec: Implement explode mode support Try and decode broken files, …
3:35 PM Changeset in ffmpeg [6c8fdfc5] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
zerocodec: fix direct rendering. Set picture type before calling …
3:34 PM Changeset in ffmpeg [61884b9d] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
wav: init st to NULL to avoid a false-positive warning. If st is …
3:33 PM Changeset in ffmpeg [37c6ad23] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
wavpack: set bits_per_raw_sample for S32 samples to properly identify …
3:14 PM Changeset in ffmpeg [a7ac05ce] by Nicolas George <nicolas.george@normalesup.org>
src_movie: implement multiple outputs. The audio and video code paths …
3:14 PM Changeset in ffmpeg [0577611] by Nicolas George <nicolas.george@normalesup.org>
buffersrc: use avfilter_get_buffer_ref_from_frame.
3:14 PM Changeset in ffmpeg [5c5f75b] by Nicolas George <nicolas.george@normalesup.org>
lavfi: add avfilter_get_buffer_ref_from_frame.
2:27 PM Changeset in ffmpeg [58db34a] by Luca Barbato <lu_zero@gentoo.org>
h264: refactor NAL decode loop Write out the NAL decoding loops in …
2:05 PM Ticket #1541 (flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer) updated by kaijun
I use ffmpeg libavcodec, it hangs on the third video packet. You can …
1:57 PM Changeset in ffmpeg [a8fb7690] by Michael Niedermayer <michaelni@gmx.at>
tls: user documentation Signed-off-by: Michael Niedermayer …
1:32 PM Changeset in ffmpeg [08cd95e8] by Martin Storsjö <martin@martin.st>
RTMPTE protocol support Signed-off-by: Martin Storsjö <martin@martin.st>
1:32 PM Changeset in ffmpeg [acd554c1] by Martin Storsjö <martin@martin.st>
RTMPE protocol support This adds two protocols, but one of them is an …
1:32 PM Changeset in ffmpeg [0e31088b] by Martin Storsjö <martin@martin.st>
rtmp: Add ff_rtmp_calc_digest_pos() This function is used for …
1:32 PM Changeset in ffmpeg [3505d557] by Martin Storsjö <martin@martin.st>
rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it …
1:10 PM Changeset in ffmpeg [7afd42d9] by Stefano Sabatini <stefasab@gmail.com>
lavfi/showwaves: do not set on outlink->out_buf the sent video frame …
12:58 PM Ticket #1541 (flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer) updated by Carl Eugen Hoyos
Replying to kaijun61: > It doesn't hang with ffmpeg since …
12:04 PM Changeset in ffmpeg [cc12a94c] by Carl Eugen Hoyos <cehoyos@ag.or.at>
iff: set ham palette alpha to 0xFF This addresses the problem that …
12:03 PM Ticket #1541 (flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer) updated by kaijun
It doesn't hang with ffmpeg since ffmpeg may not decode frame. I found …
11:44 AM Changeset in ffmpeg [67a30498] by Michael Niedermayer <michaelni@gmx.at>
vf_overlay: fix missed return Signed-off-by: Michael Niedermayer …
11:21 AM Ticket #1543 (ffmpeg stops after few minutes without anything in the log) updated by Carl Eugen Hoyos
Keywords changed
Afaict, you did not provide complete, uncut console output (this is …
11:13 AM Ticket #1543 (ffmpeg stops after few minutes without anything in the log) updated by Kosta Y
i don't know what is the workflow here. so just asking if i get no …
9:54 AM Ticket #1306 (Open EXR : wrong processing of an *.exr files) updated by robocop
richardpl thank you very much for update! I`ve been tried …
9:44 AM Changeset in ffmpeg [61230797] by Nicolas George <nicolas.george@normalesup.org>
lavfi: change "transmedia" into "multimedia".
9:34 AM Changeset in ffmpeg [be33da9a] by Nicolas George <nicolas.george@normalesup.org>
lavfi: add concat filter.
8:59 AM Changeset in ffmpeg [1cadab60] by Nicolas George <nicolas.george@normalesup.org>
ffmpeg: select input file based on output time. Filters can change …
5:43 AM dsputil_mmx.c.patch attached to Ticket #1566 by yang
patch file
5:38 AM Ticket #1566 (incorrect assembly code in libavcodec/x86/dsputil_mmx.c) updated by Carl Eugen Hoyos
Please provide a unified diff (diff -u) as produced by git diff …
3:06 AM Ticket #1566 (incorrect assembly code in libavcodec/x86/dsputil_mmx.c) created by yang
Summary of the bug: In file libavcodec/x86/dsputil_mmx.c, function …
2:46 AM Changeset in ffmpeg [3b175384] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: add missing HAVE_INLINE_ASM check. The function called in …
2:44 AM Changeset in ffmpeg [31248865] by Ronald S. Bultje <rsbultje@gmail.com>
lavfi: place x86 inline assembly under HAVE_INLINE_ASM. This allows …
2:28 AM Changeset in ffmpeg [8d2e3fee] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
vc1: Add a test for interlaced field pictures Signed-off-by: Derek …
2:20 AM Changeset in ffmpeg [f4451d2] by Michael Niedermayer <michaelni@gmx.at>
libschroedingerenc: remove assert related to the old API. The assert …
2:00 AM Changeset in ffmpeg [d014e19] by Michael Niedermayer <michaelni@gmx.at>
libvorbisenc: switch to av_assert Signed-off-by: Michael Niedermayer …
2:00 AM Changeset in ffmpeg [72a9e646] by Michael Niedermayer <michaelni@gmx.at>
libschroedingerenc: switch to av_assert Signed-off-by: Michael …
1:57 AM Changeset in ffmpeg [62514ca0] by Michael Niedermayer <michaelni@gmx.at>
g723.1dec: Make postfilter user switchable Code from qatar …
1:55 AM Changeset in ffmpeg [1eb13926] by Michael Niedermayer <michaelni@gmx.at>
g723.1: various cosmetics and changes that should have no user …

Jul 22, 2012:

11:30 PM Changeset in ffmpeg [5a6e3c03] by Diego Biurrun <diego@biurrun.de>
swscale: Mark all init functions as av_cold
11:30 PM Changeset in ffmpeg [16d2a1a5] by Diego Biurrun <diego@biurrun.de>
swscale: x86: Drop pointless _mmx suffix from filenames The files do …
11:10 PM Changeset in ffmpeg [fd487218] by Ronald S. Bultje <rsbultje@gmail.com>
lavf: use conditional notation for default codec in muxer …
11:08 PM Changeset in ffmpeg [a6e922ff] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.
10:00 PM Changeset in ffmpeg [d486a6ea] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'dwbuiten/master' * dwbuiten/master: …
9:56 PM Changeset in ffmpeg [88beb2df] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: FATE: …
9:46 PM Changeset in ffmpeg [5ab85577] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
wav: Add check for 'fmt' tag in SMV code If there is a 'SMV0' tag, …
9:38 PM Changeset in ffmpeg [a35738f4] by Justin Ruggles <justin.ruggles@gmail.com>
dsputil: ppc: cosmetics: pretty-print
8:56 PM Changeset in ffmpeg [85a3c19e] by Justin Ruggles <justin.ruggles@gmail.com>
dsputil: x86: add SHUFFLE_MASK_W macro Simplifies pshufb masks that …
8:18 PM Changeset in ffmpeg [9023de34] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' * commit …
8:14 PM Changeset in ffmpeg [b2704a65] by Mans Rullgard <mans@mansr.com>
configure: respect CC_O setting in check_cc Use compiler-specific …
5:12 PM Changeset in ffmpeg [4f4eb380] by Michael Niedermayer <michaelni@gmx.at>
tls: TLS/SSL server Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
5:12 PM Changeset in ffmpeg [d1146d67] by Michael Niedermayer <michaelni@gmx.at>
tls: parse uri path options to underlying tcp URLContext …
5:12 PM Changeset in ffmpeg [b246085] by Michael Niedermayer <michaelni@gmx.at>
tls: verify option Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
5:12 PM Changeset in ffmpeg [973a758f] by Michael Niedermayer <michaelni@gmx.at>
tls: cafile, cert, key options Signed-off-by: Michael Niedermayer …
4:35 PM Changeset in ffmpeg [9c1d649c] by Nicolas George <nicolas.george@normalesup.org>
overlay: clear cur_buf on main input link. A reference is kept in the …
3:58 PM Changeset in ffmpeg [df53a4a7] by Anton Khirnov <anton@khirnov.net>
FATE: fix the asyncts test Nellymoser is float, so use oneoff …
2:31 PM Ticket #1435 (Remuxing aac from mov to avi breaks timestamps) updated by Carl Eugen Hoyos
out.avi has broken timestamps with ffplay and mplayer. […]
2:26 PM Changeset in ffmpeg [1be55c82] by Michael Niedermayer <michaelni@gmx.at>
av_url_split: dont let '/' char whallop '?' char Signed-off-by: …
1:30 PM Ticket #1435 (Remuxing aac from mov to avi breaks timestamps) updated by Carl Eugen Hoyos
Output looks different here with 0.8.4, could you confirm that you are …
10:48 AM Changeset in ffmpeg [21fb7ff3] by Nicolas George <nicolas.george@normalesup.org>
doc: declare encoding for texi2html. It adds the following header to …
10:44 AM Ticket #1435 (Remuxing aac from mov to avi breaks timestamps) updated by feelart
Working OK with. […]
10:36 AM Changeset in ffmpeg [6bd37e0] by Diego Biurrun <diego@biurrun.de>
build: Drop gcc-specific warning flag from header compilation rule …
10:17 AM Changeset in ffmpeg [82ecae8a] by Stefano Sabatini <stefasab@gmail.com>
lavfi: add alphaextract and alphamerge filters These filters are …
10:16 AM Changeset in ffmpeg [8c2ce16f] by Stefano Sabatini <stefasab@gmail.com>
doc/filter_design: fix a few typos
8:32 AM Changeset in ffmpeg [c0b91348] by Stefano Sabatini <stefasab@gmail.com>
lavd/caca: create display *after* checking dither options Avoid …
8:32 AM Changeset in ffmpeg [9ce0e19a] by Stefano Sabatini <stefasab@gmail.com>
lavd/caca: provide more meaningful feedback if fails to set a dither option
8:31 AM Changeset in ffmpeg [fa71471c] by Stefano Sabatini <stefasab@gmail.com>
lavd/caca: rename "colors" option to "color" More consistent with …
8:28 AM Changeset in ffmpeg [d5105278] by Stefano Sabatini <stefasab@gmail.com>
lavd/caca: sort arguments for -list_dither
8:28 AM Changeset in ffmpeg [295e0e4b] by Stefano Sabatini <stefasab@gmail.com>
lavd/caca: extend error message for -list_dither option
8:28 AM Changeset in ffmpeg [2fd88044] by Stefano Sabatini <stefasab@gmail.com>
doc/outdevs: extend documentation for caca -list* options
8:14 AM Changeset in ffmpeg [73cd131] by Anton Khirnov <anton@khirnov.net>
FATE: add a test for the asyncts audio filter.
7:59 AM Changeset in ffmpeg [71311d69] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix yuv4mpeg parsing of 'mono16' files. 'mono' came before 'mono16' …
7:14 AM Changeset in ffmpeg [721113be] by Anton Khirnov <anton@khirnov.net>
matroskadec: return more correct error code on read error.
7:14 AM Changeset in ffmpeg [a8a2271f] by Anton Khirnov <anton@khirnov.net>
buffersrc: check ff_get_audio_buffer() for errors.
7:14 AM Changeset in ffmpeg [8f3a3ce7] by Anton Khirnov <anton@khirnov.net>
lavfi: check all ff_get_video_buffer() calls for errors.
7:14 AM Changeset in ffmpeg [1dc42050] by Anton Khirnov <anton@khirnov.net>
lavfi: check all avfilter_ref_buffer() calls for errors.
7:14 AM Changeset in ffmpeg [80e4ed27] by Anton Khirnov <anton@khirnov.net>
vf_select: avoid an unnecessary avfilter_ref_buffer().
7:14 AM Changeset in ffmpeg [785fa50f] by Anton Khirnov <anton@khirnov.net>
buffersrc: avoid creating unnecessary buffer reference
7:14 AM Changeset in ffmpeg [02ac7311] by Anton Khirnov <anton@khirnov.net>
lavfi: use avfilter_unref_bufferp() where appropriate.
7:14 AM Changeset in ffmpeg [043800a9] by Anton Khirnov <anton@khirnov.net>
vf_fps: add more error checks.
7:14 AM Changeset in ffmpeg [d515e9c2] by Anton Khirnov <anton@khirnov.net>
vf_fps: fix a memleak on malloc failure.
7:14 AM Changeset in ffmpeg [3825b526] by Anton Khirnov <anton@khirnov.net>
lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors
7:14 AM Changeset in ffmpeg [d4f89906] by Anton Khirnov <anton@khirnov.net>
lavfi: add error handling to end_frame().
7:14 AM Changeset in ffmpeg [e9b992d0] by Anton Khirnov <anton@khirnov.net>
lavfi: add error handling to draw_slice().
7:14 AM Changeset in ffmpeg [ebc8d974] by Anton Khirnov <anton@khirnov.net>
lavfi: add error handling to start_frame().
6:43 AM Changeset in ffmpeg [1470ce21] by Kostya Shishkov <kostya.shishkov@gmail.com>
Bump libavcodec and libavformat minor versions for G.723.1 decoder and …
5:58 AM Changeset in ffmpeg [55c3a4f6] by Kostya Shishkov <kostya.shishkov@gmail.com>
G.723.1 demuxer and decoder Signed-off-by: Kostya Shishkov …
5:58 AM Changeset in ffmpeg [8aac5585] by Kostya Shishkov <kostya.shishkov@gmail.com>
Add a shift parameter to celp_lp_synthesis_filter() This is intended …
3:23 AM Changeset in ffmpeg [2f48dff4] by Michael Niedermayer <michaelni@gmx.at>
atrac3: switch to av_assert Signed-off-by: Michael Niedermayer …
3:18 AM Changeset in ffmpeg [86af2928] by Michael Niedermayer <michaelni@gmx.at>
kbdwin: switch to av_assert Signed-off-by: Michael Niedermayer …
3:05 AM Changeset in ffmpeg [32c30387] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
2:05 AM Changeset in ffmpeg [51a5ddf] by Diego Biurrun <diego@biurrun.de>
libopenjpeg: K&R formatting cosmetics
1:21 AM Changeset in ffmpeg [1aeb87fa] by Paul B Mahol <onemda@gmail.com>
tscc: employ more meaningful return values Signed-off-by: Paul B …
12:16 AM Changeset in ffmpeg [731fa116] by Ronald S. Bultje <rsbultje@gmail.com>
yadif: use emms_c() instead of inline assembly for emms invocations.
12:07 AM Changeset in ffmpeg [7c71f8e0] by Michael Niedermayer <michaelni@gmx.at>
pthread: mark lockless thread synchronization variables as volatile …

Jul 21, 2012:

11:42 PM Changeset in ffmpeg [b170b323] by Ronald S. Bultje <rsbultje@gmail.com>
ac3: don't use different names for option tables in the template file. …
11:31 PM Changeset in ffmpeg [3db40703] by Ronald S. Bultje <rsbultje@gmail.com>
lavfi: use const for AVFilterPad declarations in all filters.
11:31 PM Changeset in ffmpeg [98041af] by Ronald S. Bultje <rsbultje@gmail.com>
adpcm: don't duplicate identical AVSampleFmt array for each encoder.
9:39 PM Ticket #1565 (ffmpeg fails to build on x32 ABI) updated by reimar
As a very first step, configure would need a reliable and portable way …
9:21 PM Ticket #1565 (ffmpeg fails to build on x32 ABI) updated by Carl Eugen Hoyos
Priority, Type, Version, Component, Status changed
8:49 PM Changeset in ffmpeg [388ff813] by Diego Biurrun <diego@biurrun.de>
configure: cosmetics: Group test dependencies together
8:35 PM Ticket #1435 (Remuxing aac from mov to avi breaks timestamps) updated by Carl Eugen Hoyos
Does not work with 0.8.4 for me either. Could you add console output?
8:33 PM Changeset in ffmpeg [ad93dccb] by Mans Rullgard <mans@mansr.com>
configure: add more passthrough flags in tms470 filter This is in …
8:33 PM Changeset in ffmpeg [d0c6d424] by Mans Rullgard <mans@mansr.com>
configure: move flag filtering functions out of if/else blocks …
8:22 PM Changeset in ffmpeg [b2668c85] by Diego Biurrun <diego@biurrun.de>
x86: swscale: Place inline assembly code under appropriate #ifdefs …
8:20 PM Changeset in ffmpeg [9e1508f1] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: lavfi: …
8:17 PM Changeset in ffmpeg [f7e0c185] by Michael Niedermayer <michaelni@gmx.at>
vf_overlay: prevent premature freeing of cur_buf Signed-off-by: …
8:17 PM Changeset in ffmpeg [0ecaa447] by Michael Niedermayer <michaelni@gmx.at>
vf_overlay: use unref_bufferP() Signed-off-by: Michael Niedermayer …
8:17 PM Changeset in ffmpeg [dc49105c] by Michael Niedermayer <michaelni@gmx.at>
sink_buffer: prevent prematurely freeing of cur_buf Signed-off-by: …
8:17 PM Changeset in ffmpeg [18908539] by Michael Niedermayer <michaelni@gmx.at>
vf_thumbnail: prevent premature freeing of ref Signed-off-by: Michael …
8:17 PM Changeset in ffmpeg [5aab307f] by Michael Niedermayer <michaelni@gmx.at>
vf_colormatrix: avoid using out_buf Signed-off-by: Michael …
7:35 PM Changeset in ffmpeg [5354a904] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro. This makes …
7:11 PM Changeset in ffmpeg [313d1981] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
zerocodec: fix direct rendering. Set picture type before calling …
6:30 PM Ticket #1565 (ffmpeg fails to build on x32 ABI) updated by devsk
The same result with the git head: […]
5:56 PM Ticket #1565 (ffmpeg fails to build on x32 ABI) updated by Carl Eugen Hoyos
Keywords changed
Please report the results for current git head.
4:29 PM Changeset in ffmpeg [bdbb21b1] by Diego Biurrun <diego@biurrun.de>
configure: Remove redundant RTMPT/RTMPTS dependencies The …
4:18 PM Changeset in ffmpeg [6c3fa06a] by Mans Rullgard <mans@mansr.com>
configure: add filtering of host cflags/ldflags This is in …
4:12 PM Changeset in ffmpeg [a36f19e] by Paul B Mahol <onemda@gmail.com>
libopenjpegdec: set cp_reduce value only once Signed-off-by: Paul B …
4:06 PM Changeset in ffmpeg [881e0de6] by Paul B Mahol <onemda@gmail.com>
iff: pass context to av_log_ask_for_sample Signed-off-by: Paul B …
3:54 PM Changeset in ffmpeg [68485d1f] by Mans Rullgard <mans@mansr.com>
configure: initialise all flag filters at the same place This is more …
3:54 PM Changeset in ffmpeg [64933b6c] by Mans Rullgard <mans@mansr.com>
configure: add filtering of linker flags This allows filtering of …
3:49 PM Changeset in ffmpeg [01d31e16] by Mans Rullgard <mans@mansr.com>
configure: name some variables more consistently Name variables …
3:49 PM Changeset in ffmpeg [cd52ec95] by Mans Rullgard <mans@mansr.com>
configure: remove filter_cppflags This is not used and the current …
3:48 PM Changeset in ffmpeg [07e3f9af] by Mans Rullgard <mans@mansr.com>
configure: set icc_version where it is needed This variable is only …
3:15 PM Ticket #1565 (ffmpeg fails to build on x32 ABI) created by devsk
Summary of the bug: ffmpeg-0.10.3 fails to build on x32 ABI How to …
2:34 PM Changeset in ffmpeg [1cf6e7dd] by Diego Biurrun <diego@biurrun.de>
mpegenc: remove disabled code
2:26 PM Ticket #859 (decoding support for 6-channel ALAC streams) closed by Elon Musk
fixed: Fixed.
12:36 PM Ticket #1435 (Remuxing aac from mov to avi breaks timestamps) updated by feelart
It's a regression bug as it works OK with ffmpeg version 0.8.4
11:19 AM Ticket #1563 (ffmpeg crashes (segmentation violation) when copying time-delimited ...) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Component, Reproduced by developer changed
Fixed in bd60349, not reproducible with 0.11 and git master.
10:30 AM Changeset in ffmpeg [ad69e778] by Paul B Mahol <onemda@gmail.com>
iff: remove dupe ID_ANNO definition Signed-off-by: Paul B Mahol …
8:17 AM Changeset in ffmpeg [beef7a63] by Stefano Sabatini <stefasab@gmail.com>
doc/outdevs: fix @code{} syntax in caca device docs
8:15 AM Changeset in ffmpeg [f1a7124d] by Stefano Sabatini <stefasab@gmail.com>
Changelog: add entry for the caca device
6:32 AM Ticket #1564 (support dvaudio in non dv container) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Type changed
4:39 AM Changeset in ffmpeg [17352ad3] by Michael Niedermayer <michaelni@gmx.at>
alacdec: fix packed sample output with 5.1 Signed-off-by: Michael …
3:48 AM Changeset in ffmpeg [3800faca] by Michael Niedermayer <michaelni@gmx.at>
riff: add G723_1 wav tag Reveiwed-by: compn <tempn@twmi.rr.com> …
3:48 AM Changeset in ffmpeg [b99e9ee9] by Michael Niedermayer <michaelni@gmx.at>
ac3dec: set decode_error_flags field in ac3 codec Signed-off-by: …
3:48 AM Changeset in ffmpeg [016a4720] by Michael Niedermayer <michaelni@gmx.at>
avcodec: add decode_error_flags field to AVFrame Signed-off-by: …
3:33 AM Changeset in ffmpeg [296c1b6b] by Paul B Mahol <onemda@gmail.com>
libcaca output device
2:25 AM Changeset in ffmpeg [3c033d00] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …

Jul 20, 2012:

10:02 PM Ticket #1564 (support dvaudio in non dv container) created by ami_stuff
http://www.datafilehost.com/download-f6b0f2cb.html […]
7:44 PM Changeset in ffmpeg [85761efa] by Paul B Mahol <onemda@gmail.com>
tiertexseq: remove redundant string from log message Signed-off-by: …
7:37 PM Ticket #1562 (ffmpeg crashes (segmentation violation) when copying time-delimited ...) closed by Carl Eugen Hoyos
duplicate: Duplicate of ticket #1563.
7:17 PM Ticket #1560 (v4l2 device won't open after opening/closing it 16 times) closed by Cigaes
fixed
7:12 PM Changeset in ffmpeg [4c9080a7] by Anton Khirnov <anton@khirnov.net>
lavfi: unref AVFilterLink.out_buf in ff_end_frame(). This reduces …
7:12 PM Ticket #1563 (ffmpeg crashes (segmentation violation) when copying time-delimited ...) created by Jeff Barry
Summary of the bug: ffmpeg gets a segmentation violation when I try …
7:12 PM Changeset in ffmpeg [fd58678] by Nicolas George <nicolas.george@normalesup.org>
v4l2: remove call to v4l2_fd_open. v4l2_fd_open is already called at …
7:10 PM Changeset in ffmpeg [07bad27] by Anton Khirnov <anton@khirnov.net>
lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). This reduces …
7:09 PM Changeset in ffmpeg [533fd5b] by Anton Khirnov <anton@khirnov.net>
vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().
7:09 PM Changeset in ffmpeg [5b50ae94] by Anton Khirnov <anton@khirnov.net>
vf_slicify: clear AVFilterLink.cur_buf in start_frame(). The buffer …
7:08 PM Changeset in ffmpeg [0393af4f] by Anton Khirnov <anton@khirnov.net>
vf_settb: simplify start_frame(). Avoid pointless filter ref/unref. …
7:08 PM Changeset in ffmpeg [9203fa0b] by Anton Khirnov <anton@khirnov.net>
vf_fieldorder: don't give up its own reference to the output buffer.
7:08 PM Changeset in ffmpeg [f493c644] by Anton Khirnov <anton@khirnov.net>
vf_pad: don't give up its own reference to the output buffer.
7:07 PM Changeset in ffmpeg [ad8b6326] by Anton Khirnov <anton@khirnov.net>
vf_overlay: don't access a buffer reference that's been given away.
7:07 PM Changeset in ffmpeg [7155763b] by Anton Khirnov <anton@khirnov.net>
vf_drawtext: don't give up its own reference to the input buffer. …
7:07 PM Changeset in ffmpeg [d19499c] by Anton Khirnov <anton@khirnov.net>
vf_gradfun: don't store two pointers to one AVFilterBufferRef.
7:06 PM Changeset in ffmpeg [0fe010a3] by Anton Khirnov <anton@khirnov.net>
vf_delogo: don't store two pointers to one AVFilterBufferRef.
7:06 PM Changeset in ffmpeg [51a8049b] by Anton Khirnov <anton@khirnov.net>
vf_aspect: clear AVFilterLink.cur_buf in start_frame(). The buffer is …
7:06 PM Changeset in ffmpeg [b70d89a0] by Anton Khirnov <anton@khirnov.net>
lavfi: add avfilter_unref_bufferp() Signed-off-by: Anton Khirnov …
6:59 PM Ticket #1562 (ffmpeg crashes (segmentation violation) when copying time-delimited ...) created by Jeff Barry
Summary of the bug: ffmpeg gets a segmentation violation when I try …
6:13 PM Changeset in ffmpeg [b040ffc] by Paul B Mahol <onemda@gmail.com>
exr: display warning if multiple compression attributes are found …
6:13 PM Changeset in ffmpeg [01f76a77] by Paul B Mahol <onemda@gmail.com>
exr: merge common code Signed-off-by: Paul B Mahol <onemda@gmail.com>
6:13 PM Changeset in ffmpeg [a2dab751] by Paul B Mahol <onemda@gmail.com>
exr: compression attribute is mandatory Do not continue decoding if …
3:31 PM Ticket #1560 (v4l2 device won't open after opening/closing it 16 times) updated by Tristan Matthews
Replying to Cigaes: > Your patch would clearly be right by …
3:18 PM Ticket #1561 (typo in the alloc_buffer) closed by Michael Niedermayer
fixed: applied
2:55 PM Ticket #1441 (Segfault using libfaac/libaacplus, -absf aac_adtstoasc, and mpegts muxer) updated by Carl Eugen Hoyos
Version changed
[…]
2:42 PM Changeset in ffmpeg [55de89e2] by Michael Niedermayer <michaelni@gmx.at>
cmdutils/alloc_buffer: fix typo Signed-off-by: Michael Niedermayer …
1:24 PM Changeset in ffmpeg [99c4e91d] by Michael Niedermayer <michaelni@gmx.at>
dnxhd: Fix 10-bit DNxHD quant matrices Convert them to zigzag order, …
12:58 PM Changeset in ffmpeg [a4f94f24] by Michael Niedermayer <michaelni@gmx.at>
udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined This …
12:11 PM Changeset in ffmpeg [7c6ebe2b] by Michael Niedermayer <michaelni@gmx.at>
alac: drop packed sample output support with the next major bump …
11:23 AM Changeset in ffmpeg [ce64e5b] by Luca Barbato <lu_zero@gentoo.org>
libopenjpeg: introduce lowres and lowqual private options OpenJPEG …
11:16 AM Changeset in ffmpeg [cb6a20fa] by Nicolas George <nicolas.george@normalesup.org>
lavfi: add FF_*LINK_IDX convenience macros.
11:16 AM Changeset in ffmpeg [461f506] by Nicolas George <nicolas.george@normalesup.org>
lavc: set best_effort_timestamp for audio too.
11:16 AM Changeset in ffmpeg [97f86680] by Nicolas George <nicolas.george@normalesup.org>
lavfi: make copy_buffer_ref common.
11:16 AM Changeset in ffmpeg [b0629366] by Nicolas George <nicolas.george@normalesup.org>
lavf: make cmdutils's check_stream_specifier public. The new function …
10:56 AM Changeset in ffmpeg [3bd3e46c] by Stefano Sabatini <stefasab@gmail.com>
doc/avtools-common-opts: fix a few typos in the "Stream specifiers" section
9:40 AM Changeset in ffmpeg [b34ce5a2] by Nicolas George <nicolas.george@normalesup.org>
faq: explain dependency problems with static libs.
9:19 AM Changeset in ffmpeg [30549294] by Nicolas George <nicolas.george@normalesup.org>
matroska: add support for Opus. Opus in Matroska is still a draft.
9:18 AM Changeset in ffmpeg [a6cf296b] by Nicolas George <nicolas.george@normalesup.org>
lavc: Opus decoder using libopus.
9:16 AM Changeset in ffmpeg [e62fd661] by Nicolas George <nicolas.george@normalesup.org>
oggdec: add support for Opus codec. This patch also introduces …
9:04 AM Ticket #1560 (v4l2 device won't open after opening/closing it 16 times) updated by Cigaes
Your patch would clearly be right by itself, but the whole paragraph …
8:18 AM Changeset in ffmpeg [bf8ce5a] by Nicolas George <nicolas.george@normalesup.org>
ffmpeg: probe buffersinks once more after EOF. Reap buffers stored in …
8:17 AM Changeset in ffmpeg [5eb9c495] by Anton Khirnov <anton@khirnov.net>
FATE: add a test for flac cover art.
7:39 AM cmdutils.patch attached to Ticket #1561 by chinshou
7:39 AM Ticket #1561 (typo in the alloc_buffer) created by chinshou
I suspect there is a typo in the alloc_buffer function . Please see …
5:36 AM Ticket #1480 (Grouping of command line options for more clarity) closed by Carl Eugen Hoyos
wontfix: Afaict, this is will not be implemented.
3:22 AM Ticket #1556 (Frame rate changed without changeing timestamps) updated by FishB8
I won't be able to test a git build until next tuesday or wednesday.
2:48 AM Changeset in ffmpeg [5e99df01] by Michael Niedermayer <michaelni@gmx.at>
alacdec: several players have problems with planar audio still thus …
1:55 AM v4l2.patch attached to Ticket #1560 by Tristan Matthews
fix error handling for v4l2
1:55 AM Ticket #1560 (v4l2 device won't open after opening/closing it 16 times) updated by Tristan Matthews
Earlier patch was no good, I've replaced it with this patch which just …
1:47 AM Changeset in ffmpeg [e2c96fbf] by Michael Niedermayer <michaelni@gmx.at>
ffplay: fix warning that i just mistakenly introduced Signed-off-by: …
1:41 AM Changeset in ffmpeg [cdafec69] by Michael Niedermayer <michaelni@gmx.at>
ffplay: fix planar audio This caused ALAC to fail since the last …
12:14 AM Changeset in ffmpeg [1749e12f] by Justin Ruggles <justin.ruggles@gmail.com>
cafdec: allow larger ALAC magic cookie It already skips any extra …
12:14 AM Changeset in ffmpeg [4cd22b77] by Justin Ruggles <justin.ruggles@gmail.com>
alac: fix channel pointer assignment for 24 and 32-bit Needs to be …

Jul 19, 2012:

11:14 PM Ticket #1560 (v4l2 device won't open after opening/closing it 16 times) updated by Tristan Matthews
Yup that did it, I'm not sure how the code should be adjusted though, …
10:47 PM Ticket #1560 (v4l2 device won't open after opening/closing it 16 times) updated by Cigaes
Reproduced by developer, Description changed
Same thing on one of my boxes. libavdevice compiled without libv4l2 …
10:45 PM Ticket #1560 (v4l2 device won't open after opening/closing it 16 times) updated by Tristan Matthews
I've also realized that this bug is only present when the …
9:56 PM Changeset in ffmpeg [7e17389c] by Stefano Sabatini <stefasab@gmail.com>
lavd/sdl: use verb in options help message An help message tells what …
9:56 PM v4l2_testcase.c attached to Ticket #1560 by Tristan Matthews
compile with "cc v4l2_testcase.c -o v4l2_testcase `pkg-config --cflags …
9:56 PM Ticket #1560 (v4l2 device won't open after opening/closing it 16 times) created by Tristan Matthews
Summary of the bug: In the attached case, I open and close a v4l2 …
9:46 PM Ticket #1441 (Segfault using libfaac/libaacplus, -absf aac_adtstoasc, and mpegts muxer) updated by Stefano Sabatini
Keywords, Status, Reproduced by developer, Summary changed
9:43 PM Ticket #1480 (Grouping of command line options for more clarity) updated by Stefano Sabatini
Honestly I consider this a bad idea. The suggestion is not well …
9:41 PM Changeset in ffmpeg [885fc058] by Nicolas George <nicolas.george@normalesup.org>
lavf: count skipped samples for initial timestamps. If skip_samples …
9:41 PM Changeset in ffmpeg [cd089003] by Nicolas George <nicolas.george@normalesup.org>
lavc: update pkt_duration for skipped samples. Also: factor the the …
9:41 PM Changeset in ffmpeg [d853ed46] by Nicolas George <nicolas.george@normalesup.org>
Revert "ffmpeg: set pkt_timebase" This reverts commit …
9:41 PM Changeset in ffmpeg [0e57d79b] by Nicolas George <nicolas.george@normalesup.org>
lavf: set pkt_timebase at the same time as stream->time_base.
9:41 PM Changeset in ffmpeg [0e18ac56] by Nicolas George <nicolas.george@normalesup.org>
lavc: warn when impossible to adjust timestamps for skipped samples. …
9:41 PM Changeset in ffmpeg [11ce1cf9] by Nicolas George <nicolas.george@normalesup.org>
lavc: add debug info about skipped samples.
9:33 PM Ticket #42 (don't read stdin when running in a noninteractive shell) closed by Stefano Sabatini
fixed: Should be addressed in: […] The -nostdin option will disable …
9:31 PM Changeset in ffmpeg [e4c00aca] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: (38 …
9:16 PM Ticket #1441 (Segfault using libfaac/libaacplus, -absf aac_adtstoasc, and mpegts muxer) updated by Stefano Sabatini
Replying to Cigaes: > Can not reproduce with current git …
8:59 PM Ticket #1511 (udp protocol docs missing some options) closed by Stefano Sabatini
fixed: Fixed in: […]
8:48 PM Changeset in ffmpeg [a8d8e868] by Stefano Sabatini <stefasab@gmail.com>
lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal …
8:31 PM Changeset in ffmpeg [e1422940] by Stefano Sabatini <stefasab@gmail.com>
doc/protocols: add a note regarding the circular RX UDP buffer
8:31 PM Changeset in ffmpeg [6b80f758] by Stefano Sabatini <stefasab@gmail.com>
doc/protocols: apply misc fixes to the UDP protocol section
8:31 PM Changeset in ffmpeg [dd13da67] by Stefano Sabatini <stefasab@gmail.com>
doc/protocols: extend/clarify documentation for the buffer_size UDP option
8:31 PM Changeset in ffmpeg [469b9ce8] by Stefano Sabatini <stefasab@gmail.com>
doc/protocols: document "fifo_size" and "overrun_nonfatal" UDP options …
8:01 PM Changeset in ffmpeg [85044358] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: Print …
7:22 PM Ticket #1556 (Frame rate changed without changeing timestamps) updated by FishB8
When I output to a file and play it back, it is recognized as 30 fps, …
7:16 PM Ticket #1559 (cannot seek in .m4a file) updated by Carl Eugen Hoyos
Sample uploaded to …
7:15 PM Ticket #1559 (cannot seek in .m4a file) created by Carl Eugen Hoyos
(issue 1952) I will upload a m4a sample that cannot be seeked with …
6:55 PM Ticket #1558 (Artefacts and wrong duration when decoding a (possibly damaged) ...) created by Carl Eugen Hoyos
(issue 384) http://samples.ffmpeg.org/ffmpeg-bugs/roundup/issue384/
5:51 PM Ticket #1556 (Frame rate changed without changeing timestamps) updated by Carl Eugen Hoyos
What happens if you output to a file? Does it play in-sync, or does it …
5:34 PM encode.log attached to Ticket #1556 by FishB8
stderr output for ~5 sec encoding
5:33 PM Ticket #1556 (Frame rate changed without changeing timestamps) updated by FishB8
I redirected stderr output to a log file. (So that vlc output isn't …
5:26 PM Changeset in ffmpeg [eeb55f5f] by Justin Ruggles <justin.ruggles@gmail.com>
alac: cosmetics: general pretty-printing and comment clean up
5:26 PM Changeset in ffmpeg [f3e5a784] by Justin Ruggles <justin.ruggles@gmail.com>
alac: calculate buffer size outside the loop in allocate_buffers()
5:26 PM Changeset in ffmpeg [bae83f2c] by Justin Ruggles <justin.ruggles@gmail.com>
alac: change some data types to plain int
5:26 PM Changeset in ffmpeg [2aebac69] by Justin Ruggles <justin.ruggles@gmail.com>
alac: cosmetics: rename some variables and function names
5:26 PM Changeset in ffmpeg [1b3ef155] by Justin Ruggles <justin.ruggles@gmail.com>
alac: multi-channel decoding support Signed-off-by: Justin Ruggles …
5:26 PM Changeset in ffmpeg [81c9e2e6] by Justin Ruggles <justin.ruggles@gmail.com>
alac: split element parsing into a separate function This will make …
5:26 PM Changeset in ffmpeg [cd632619] by Justin Ruggles <justin.ruggles@gmail.com>
alac: support a read sample size of up to 32 Use get_bits_long() in …
5:26 PM Changeset in ffmpeg [73dc0db4] by Justin Ruggles <justin.ruggles@gmail.com>
alac: output in planar sample format Avoids unneeded interleaving and …
5:26 PM Changeset in ffmpeg [6482bd88] by Justin Ruggles <justin.ruggles@gmail.com>
alac: add 32-bit decoding support
5:26 PM Changeset in ffmpeg [6cda74c] by Justin Ruggles <justin.ruggles@gmail.com>
alac: simplify channel interleaving Signed-off-by: Justin Ruggles …
5:26 PM Changeset in ffmpeg [5138ff1] by Justin Ruggles <justin.ruggles@gmail.com>
alac: use AVPacket fields directly in alac_decode_frame()
5:26 PM Changeset in ffmpeg [7a206eb3] by Justin Ruggles <justin.ruggles@gmail.com>
alac: fix check for valid max_samples_per_frame
5:26 PM Changeset in ffmpeg [1193d3fe] by Justin Ruggles <justin.ruggles@gmail.com>
alac: use get_sbits() to read LPC coefficients instead of casting
5:26 PM Changeset in ffmpeg [7a50ec6] by Justin Ruggles <justin.ruggles@gmail.com>
alac: move the current samples per frame to the ALACContext This will …
5:26 PM Changeset in ffmpeg [46043962] by Justin Ruggles <justin.ruggles@gmail.com>
alac: avoid using a double-negative when checking if the frame is …
5:26 PM Changeset in ffmpeg [9a6c528e] by Justin Ruggles <justin.ruggles@gmail.com>
alac: factor out output_size check in predictor_decompress_fir_adapt()
5:26 PM Changeset in ffmpeg [ebd4c3ad] by Justin Ruggles <justin.ruggles@gmail.com>
alac: factor out loading of next decoded sample in LPC prediction
5:26 PM Changeset in ffmpeg [a4ecd414] by Justin Ruggles <justin.ruggles@gmail.com>
alac: use index into buffer_out instead of incrementing the pointer
5:26 PM Changeset in ffmpeg [f2515cd6] by Justin Ruggles <justin.ruggles@gmail.com>
alac: simplify lpc coefficient adaptation
5:26 PM Changeset in ffmpeg [abc4376b] by Justin Ruggles <justin.ruggles@gmail.com>
alac: reduce the number of local variables needed in lpc prediction
5:26 PM Changeset in ffmpeg [01880d2] by Justin Ruggles <justin.ruggles@gmail.com>
alac: simplify 1st order prediction and reading of warm-up samples
5:26 PM Changeset in ffmpeg [d0c0bf0d] by Justin Ruggles <justin.ruggles@gmail.com>
alac: cosmetics: reindent after last commit
5:26 PM Changeset in ffmpeg [79def4c5] by Justin Ruggles <justin.ruggles@gmail.com>
alac: remove unneeded conditionals in predictor_decompress_fir_adapt()
5:26 PM Changeset in ffmpeg [4bcd637d] by Justin Ruggles <justin.ruggles@gmail.com>
alac: use sizeof() instead of hardcoded data sizes
5:26 PM Changeset in ffmpeg [91620a04] by Justin Ruggles <justin.ruggles@gmail.com>
alac: make block_size signed It does not need to be unsigned.
5:26 PM Changeset in ffmpeg [2fc24b3] by Justin Ruggles <justin.ruggles@gmail.com>
alac: remove a duplicate local variable
5:26 PM Changeset in ffmpeg [5177413d] by Justin Ruggles <justin.ruggles@gmail.com>
alac: conditionally set sign_modifier to 1 It is already …
5:26 PM Changeset in ffmpeg [7e6593e] by Justin Ruggles <justin.ruggles@gmail.com>
alac: eliminate 2 unneeded local variables in …
5:26 PM Changeset in ffmpeg [6fd8a28] by Justin Ruggles <justin.ruggles@gmail.com>
alac: adjust conditions for updating entropy decoder history avoids …
5:26 PM Changeset in ffmpeg [a06fdadd] by Justin Ruggles <justin.ruggles@gmail.com>
alac: cosmetics: reindent after last commit
5:26 PM Changeset in ffmpeg [d9837434] by Justin Ruggles <justin.ruggles@gmail.com>
alac: limit the rice param before passing to decode_scalar() reduces …
5:26 PM Changeset in ffmpeg [6e91f622] by Justin Ruggles <justin.ruggles@gmail.com>
alac: reduce the number of parameters to bastardized_rice_decompress() …
5:26 PM Changeset in ffmpeg [836e8b9] by Justin Ruggles <justin.ruggles@gmail.com>
alac: cosmetics: rename some ALACContext parameters
5:26 PM Changeset in ffmpeg [2ac17375] by Justin Ruggles <justin.ruggles@gmail.com>
alac: clean up and update comments leftover from reverse-engineering
5:26 PM Changeset in ffmpeg [3bab7cd1] by Justin Ruggles <justin.ruggles@gmail.com>
avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF …
5:26 PM Changeset in ffmpeg [c0196a14] by Justin Ruggles <justin.ruggles@gmail.com>
caf: use int64_t for num_packets It is used to store a value read by …
5:26 PM Changeset in ffmpeg [f5a9c35f] by Justin Ruggles <justin.ruggles@gmail.com>
caf: fix 'pakt' chunk parsing according to the CAF specification: …
5:26 PM Changeset in ffmpeg [b0b77b9c] by Justin Ruggles <justin.ruggles@gmail.com>
caf: support either old or new style ALAC magic kuki chunk
5:08 PM Changeset in ffmpeg [55ed91c8] by Clément Bœsch <ubitux@gmail.com>
threads: fix a potential race spotted by helgrind.
5:07 PM Changeset in ffmpeg [652887d6] by Clément Bœsch <ubitux@gmail.com>
fate/subtitles: sort tests alphabetically.
4:44 PM Changeset in ffmpeg [daa29058] by Michael Niedermayer <michaelni@gmx.at>
mxfdec: simplify code by using av_calloc() Reviewed a long time ago …
4:44 PM Changeset in ffmpeg [83d6ad3] by Michael Niedermayer <michaelni@gmx.at>
avidec: Mark first frame as keyframe in case there are no keyframes. …
4:44 PM Changeset in ffmpeg [e03cd104] by Michael Niedermayer <michaelni@gmx.at>
Fix misspellings of FFmpeg Signed-off-by: Michael Niedermayer …
4:36 PM Ticket #1557 (support old sipr in rm) created by Carl Eugen Hoyos
(issue 1708) http://samples.ffmpeg.org/real/RA/sipr/ Works fine with …
4:32 PM Ticket #1556 (Frame rate changed without changeing timestamps) updated by Carl Eugen Hoyos
Please provide complete, uncut console output together with your …
3:49 PM Changeset in ffmpeg [5c858a0a] by Paul B Mahol <onemda@gmail.com>
swscale/input: silence warnings about incompatible pointer types …
3:49 PM Ticket #1556 (Frame rate changed without changeing timestamps) updated by FishB8
Forgot to mention, that I can confirm that if I capture at …
3:36 PM Ticket #1556 (Frame rate changed without changeing timestamps) created by FishB8
I used to be able to force change in framerate by doing the following: …
2:33 PM Changeset in ffmpeg [0fe8acf2] by Nicolas George <nicolas.george@normalesup.org>
ffmpeg: add -(no)stdin option. Allows to disable interaction from …
2:32 PM Changeset in ffmpeg [52ab4185] by Nicolas George <nicolas.george@normalesup.org>
ffmpeg: invert using_stdin and rename accordingly. There are other …
9:32 AM Ticket #1548 (avcodec ignores profile when using ffmpeg C API) closed by Carl Eugen Hoyos
invalid
9:21 AM Changeset in ffmpeg [45870f8b] by Mans Rullgard <mans@mansr.com>
Print full compiler identification, not only version number This …
9:21 AM Changeset in ffmpeg [bf1cf4d5] by Mans Rullgard <mans@mansr.com>
flacdec: reverse lpc coeff order, simplify filter Reversing the lpc …
9:19 AM Ticket #1548 (avcodec ignores profile when using ffmpeg C API) updated by TheSHEEEP
I got it working! You need to use the priv_data instead of the …
9:06 AM Ticket #1548 (avcodec ignores profile when using ffmpeg C API) updated by Cigaes
You are right, this is not the correct code: the option must not be …
9:04 AM Ticket #218 (H264 in flv cannot be decoded) updated by Shankar Prasad S
[FFmpeg-devel] [Patch]decode h264/mp3 video patch this is the subject …
8:57 AM Ticket #1548 (avcodec ignores profile when using ffmpeg C API) updated by TheSHEEEP
The problem with error was, as it seems, that I have to use av_set_opt …
8:48 AM Ticket #1548 (avcodec ignores profile when using ffmpeg C API) updated by TheSHEEEP
Well, according to this ( …
8:29 AM Ticket #1548 (avcodec ignores profile when using ffmpeg C API) updated by Cigaes
"base" is not a x264 profile. You can probably find the list of …
8:23 AM Ticket #1548 (avcodec ignores profile when using ffmpeg C API) updated by TheSHEEEP
Got that one sorted out. But when I do av_opt_set(avc, "profile", …
8:17 AM Changeset in ffmpeg [9f97af26] by Diego Biurrun <diego@biurrun.de>
x86: dsputil: drop some unused CPU flag debug code
7:51 AM Ticket #1543 (ffmpeg stops after few minutes without anything in the log) updated by Kosta Y
no problems that way... (like -vcodec mpeg4 -f m4v) but i need real …
12:17 AM Changeset in ffmpeg [6b7849e6] by Paul B Mahol <onemda@gmail.com>
swscale: unscaled rgba64->rgb48 Signed-off-by: Paul B Mahol …
12:16 AM Changeset in ffmpeg [b4befca2] by Paul B Mahol <onemda@gmail.com>
swscale: unscaled rgba64->bgr48 Signed-off-by: Paul B Mahol …

Jul 18, 2012:

11:47 PM Changeset in ffmpeg [9d8eac68] by Paul B Mahol <onemda@gmail.com>
swscale: simplify unscaled rgb48<->bgr48 Using av_bswap16 should be …
8:34 PM Changeset in ffmpeg [204c4e95] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: ppc: …
7:34 PM Ticket #1555 (WebM: Silent track not taken into account if followed by a noisy track) updated by Carl Eugen Hoyos
Sample uploaded to …
7:33 PM Ticket #1555 (WebM: Silent track not taken into account if followed by a noisy track) created by Carl Eugen Hoyos
(issue 2445) I will upload a webm sample that plays different with …
7:25 PM Changeset in ffmpeg [c66978e2] by Michael Niedermayer <michaelni@gmx.at>
sws: more complete doxy for sws_setColorspaceDetails() Signed-off-by: …
7:09 PM Ticket #1554 (Support reading proprietary AVID DNxHD MXF) created by Carl Eugen Hoyos
(issue 2160) …
7:01 PM Ts cannot be muxed to mkv.ts attached to Ticket #1553 by Carl Eugen Hoyos
7:00 PM Ticket #1553 (Remuxing mpeg2video from transport stream to matroska fails) created by Carl Eugen Hoyos
(Second, unrelated sample from issue 1719) Remuxing mpeg2video from ts …
6:53 PM AVI That plays well but can not be muxed to mkv.avi attached to Ticket #1552 by Carl Eugen Hoyos
6:52 PM Ticket #1552 (Packed B-frames cannot be remuxed into mkv) created by Carl Eugen Hoyos
(issue 1719) FFmpeg fails when trying to remux packed B-frames into …
6:08 PM Ticket #1541 (flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer) updated by Carl Eugen Hoyos
Does it also hang with ffmpeg? One possibility to test is: $ ffmpeg -i …
4:43 PM WikiStart edited by burek
Added link to "How to concatenate (join, merge) media files" (diff)
4:42 PM Concatenate created by burek
Created the page
4:28 PM Ticket #218 (H264 in flv cannot be decoded) closed by Stefano Sabatini
fixed: Replying to shprasad: > Problem was not with the h264/mp3 …
4:24 PM StreamingGuide edited by burek
minor change (diff)
4:22 PM StreamingGuide edited by burek
Added several link references and corrected few minor typos (diff)
4:16 PM Ticket #1426 (Colour space auto-selection does not work well for rgb48 input and yuv ...) closed by Michael Niedermayer
fixed: FIxed by the ticket1517 fix
4:08 PM Changeset in ffmpeg [5784a469] by Stefano Sabatini <stefasab@gmail.com>
lavf/utils: show the number of stream in case of missing parameter …
4:08 PM Changeset in ffmpeg [739ec710] by Stefano Sabatini <stefasab@gmail.com>
lavf/utils: suggest what to do in case of missing codec information …
4:08 PM Changeset in ffmpeg [a293549b] by Stefano Sabatini <stefasab@gmail.com>
lavf/utils: extend has_codec_parameters() to make it show what info is …
3:22 PM Changeset in ffmpeg [31a192f3] by Michael Niedermayer <michaelni@gmx.at>
imgconvert: favor pixel formats without resolution loss Fixes …
3:22 PM Changeset in ffmpeg [ef1c0b52] by Michael Niedermayer <michaelni@gmx.at>
avfiltergraph: add some debug info about selected pixel formats …
3:19 PM Ticket #1517 (Pixel format autoselection does not choose wisely for yuvj420p) closed by Michael Niedermayer
fixed
3:13 PM Changeset in ffmpeg [6a314d5] by Stefano Sabatini <stefasab@gmail.com>
configure: simplify dependencies for x11_grab_device XShmCreateImage …
3:13 PM Changeset in ffmpeg [0cc9077a] by Stefano Sabatini <stefasab@gmail.com>
configure: fix help message for --disable-avfilter Increase …
3:13 PM Changeset in ffmpeg [712d8213] by Stefano Sabatini <stefasab@gmail.com>
lavfi/avfiltergraph: apply misc fixes to fix …
3:00 PM Ticket #1548 (avcodec ignores profile when using ffmpeg C API) updated by TheSHEEEP
Replying to Cigaes: > They do not do the same thing at …
2:54 PM Ticket #1551 (mov file is played by vlc, cannot be read by FFmpeg) created by Carl Eugen Hoyos
(issue 2226 by ami_stuff) …
2:53 PM Ticket #1548 (avcodec ignores profile when using ffmpeg C API) updated by Cigaes
They do not do the same thing at all. One affects the codec private …
2:51 PM Ticket #1490 (Infinity loop / lock in export image) closed by Michael Niedermayer
fixed
2:50 PM Ticket #1548 (avcodec ignores profile when using ffmpeg C API) updated by TheSHEEEP
What would av_opt_set do any different than setting the profile value …
2:49 PM Ticket #1541 (flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer) updated by kaijun
ffmpeg -i 20051210-w50s.flv ffmpeg version git-2012-07-16-9b2c0e5 …
2:35 PM Changeset in ffmpeg [dece4f46] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: revert 3ba90d9 (cosmetics to reduce difference to qatar by …
2:22 PM Changeset in ffmpeg [60f32910] by Michael Niedermayer <michaelni@gmx.at>
mlpdec: switch to av_assert Signed-off-by: Michael Niedermayer …
2:22 PM Changeset in ffmpeg [ba0e6999] by Michael Niedermayer <michaelni@gmx.at>
sws/input: switch to av_assert Signed-off-by: Michael Niedermayer …
2:16 PM join_cut.rmvb attached to Ticket #1550 by Carl Eugen Hoyos
2:14 PM Ticket #1550 (No aspect ratio shown for realvideo) created by Carl Eugen Hoyos
(issue 1862, maybe a duplicate of ticket #1507) I will attach a sample …
1:58 PM Ticket #1549 (adpcm_ea_r1 is not auto-detected) created by Carl Eugen Hoyos
(issue 2291) …
1:53 PM Ticket #1547 (How to use FFMPEG to convert group of images to movie in android .) updated by Carl Eugen Hoyos
Please provide the command line that you used together with the …
1:45 PM Ticket #1548 (avcodec ignores profile when using ffmpeg C API) updated by Cigaes
Try av_opt_set(avc, "profile", "base", 0.
1:41 PM ffmpeg_dll.h attached to Ticket #1548 by TheSHEEEP
1:41 PM ffmpeg_dll.cpp attached to Ticket #1548 by TheSHEEEP
Our ffmpeg dll
1:40 PM Ticket #1548 (avcodec ignores profile when using ffmpeg C API) created by TheSHEEEP
I first posted this on stackoverflow as I thought this was my mistake …
1:29 PM Ticket #1547 (How to use FFMPEG to convert group of images to movie in android .) updated by Rajesh
Replying to cehoyos: > This does not look like a bug …
1:25 PM RecordImage-1.2.mp4 attached to Ticket #1547 by Rajesh
This is the out put file .. i need this as a good video
1:23 PM RecordImage-1.mp4 attached to Ticket #1547 by Rajesh
This is the out put file .. i need this as a image .
1:23 PM Ticket #1547 (How to use FFMPEG to convert group of images to movie in android .) reopened by Rajesh
Hi , While converting single image to movie i got the out put as a …
1:10 PM Ticket #1547 (How to use FFMPEG to convert group of images to movie in android .) closed by Carl Eugen Hoyos
invalid: This does not look like a bug report. If it is a bug report, please …
12:54 PM Ticket #1547 (How to use FFMPEG to convert group of images to movie in android .) created by Rajesh
Hi all , I am developing an android application which used to …
12:34 PM Changeset in ffmpeg [ffdd93a2] by Mans Rullgard <mans@mansr.com>
ppc: fix build with altivec disabled Signed-off-by: Mans Rullgard …
12:32 PM zzuf1.mkv attached to Ticket #1546 by Carl Eugen Hoyos
12:32 PM Ticket #1546 (Memleak when decoding broken vorbis sample) created by Carl Eugen Hoyos
(sample from issue 2328) […]
11:19 AM Ticket #1541 (flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer) updated by Carl Eugen Hoyos
Please test ffmpeg on your neon device.
9:50 AM Ticket #1541 (flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer) updated by kaijun
I tried ffplay on linux PC. It works […]
9:44 AM Ticket #987 (MPEG-TS not detected) updated by Carl Eugen Hoyos
Another sample from issue 2223 is in …
9:32 AM Changeset in ffmpeg [28f9ab70] by Mans Rullgard <mans@mansr.com>
vp3: move idct and loop filter pointers to new vp3dsp context This …
9:32 AM Changeset in ffmpeg [ab9f9876] by Mans Rullgard <mans@mansr.com>
build: add CONFIG_VP3DSP, reduce repetition in OBJS lists …
9:12 AM non_monotone_timestamps20091117_cut.ts attached to Ticket #1545 by Carl Eugen Hoyos
9:12 AM Ticket #1545 (Stream copy fails for damaged transport stream) created by Carl Eugen Hoyos
(issue 1551) I will attach a damaged transport stream, copying the …
8:52 AM Ticket #1438 (Seeking in vob file with timestamp discontinuities fails) updated by Carl Eugen Hoyos
Additional sample is in …
8:50 AM Ticket #1544 (Transcoding of mpeg file fails - Too large number of skiped frames) updated by Carl Eugen Hoyos
Sample uploaded to …
8:49 AM Ticket #1544 (Transcoding of mpeg file fails - Too large number of skiped frames) created by Carl Eugen Hoyos
(Sample from issue 452) I will post a link to a sample that cannot be …
8:08 AM Ticket #1543 (ffmpeg stops after few minutes without anything in the log) updated by Carl Eugen Hoyos
Component changed
Did you provide the complete, uncut console output? Does it really …
8:05 AM Ticket #1431 (Console spammed with warnings when transcoding dvr-ms) updated by Carl Eugen Hoyos
Priority, Status, Version, Reproduced by developer, Summary changed
7:59 AM Ticket #1543 (ffmpeg stops after few minutes without anything in the log) created by Kosta Y
Summary of the bug: ffmpeg just stops after random time and i see in …
7:30 AM Ticket #1524 (mp3 audio stream not detected) updated by Carl Eugen Hoyos
Keywords changed
7:29 AM Ticket #1533 (TechSmith Camtasia Screen Codec 2 artefacts) closed by Carl Eugen Hoyos
fixed: Fixed by Kostya, and additional fix will be merged tonight.
5:42 AM Ticket #1542 (support muxing jpeg2000 in mxf) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Type, Reproduced by developer changed
5:05 AM Changeset in ffmpeg [4cfb0d87] by Kostya Shishkov <kostya.shishkov@gmail.com>
tscc2: do not add/subtract 128 bias during DCT It turns out that the …
5:05 AM Changeset in ffmpeg [3c6c191] by Kostya Shishkov <kostya.shishkov@gmail.com>
tscc2: fix typo in DCT
4:17 AM Ticket #1542 (support muxing jpeg2000 in mxf) created by dave rice
Summary of the bug: Encoding jpeg2000 in mxf fails. "codec not …
12:11 AM Changeset in ffmpeg [c547e5f] by Diego Biurrun <diego@biurrun.de>
configure: clarify external library section of help output
12:00 AM Changeset in ffmpeg [87246953] by Diego Biurrun <diego@biurrun.de>
configure: mark libfdk-aac as nonfree
12:00 AM Changeset in ffmpeg [47876d66] by Diego Biurrun <diego@biurrun.de>
configure: cosmetics: drop some unnecessary backslashes

Jul 17, 2012:

11:27 PM Changeset in ffmpeg [56ae592] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
9:53 PM Ticket #1541 (flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer) updated by Carl Eugen Hoyos
Is the problem also reproducible with ffmpeg?
9:47 PM Changeset in ffmpeg [d4838675] by Nicolas George <nicolas.george@normalesup.org>
avfiltergraph: document a catch in request_oldest(). This one is …
9:46 PM Changeset in ffmpeg [f98d814b] by Nicolas George <nicolas.george@normalesup.org>
avfiltergraph: add a debug message on EOF.
9:46 PM Changeset in ffmpeg [d06bfda0] by Nicolas George <nicolas.george@normalesup.org>
lavfi: rescale link->current_pts. The doxy says, and the heap …
6:10 PM Changeset in ffmpeg [7a249625] by Diego Biurrun <diego@biurrun.de>
os_support: K&R formatting cosmetics
5:06 PM Changeset in ffmpeg [0b74b8f6] by Paul B Mahol <onemda@gmail.com>
ptx: correct decoding The image data is in BGR and not in RGB. …
4:13 PM Ticket #1541 (flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer) updated by kaijun
I use my gstreamer-based application root@beagleboard:~# gdbserver …
4:11 PM 56.png attached to Ticket #1541 by kaijun
3:20 PM Ticket #1541 (flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer) updated by Carl Eugen Hoyos
Priority changed
Please add backtrace together with command line and console output.
3:12 PM 20051210-w50s.flv attached to Ticket #1541 by kaijun
3:11 PM Ticket #1541 (flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer) created by kaijun
a flv file hangs on ff_vp3_idct_add_neon on beagleboard when tested …
3:09 PM Changeset in ffmpeg [ad8dabfe] by Michael Niedermayer <michaelni@gmx.at>
mov/aac: skip initial aac padding Signed-off-by: Michael Niedermayer …
2:56 PM Changeset in ffmpeg [b688c7b7] by Michael Niedermayer <michaelni@gmx.at>
riff: add "SM4V" FourCC Reviewed-by: compn <tempn@twmi.rr.com> …
2:47 PM Changeset in ffmpeg [6d4e0d1b] by Michael Niedermayer <michaelni@gmx.at>
avf:rmdec.c fill duration to AVFormatContext Signed-off-by: Michael …
12:56 PM Changeset in ffmpeg [453c02f9] by Luca Barbato <lu_zero@gentoo.org>
libopenjpeg: introduce encoding support Based on FFmpeg version from …
12:56 PM Changeset in ffmpeg [b43a7bb4] by Luca Barbato <lu_zero@gentoo.org>
libopenjpeg: rename decoder source file. Signed-off-by: Michael …
12:40 PM Changeset in ffmpeg [21d82554] by Michael Niedermayer <michaelni@gmx.at>
sws: handle non native rgb<->rgb convertions Signed-off-by: Michael …
12:25 PM Changeset in ffmpeg [22a27953] by Michael Niedermayer <michaelni@gmx.at>
yuv2rgb: implement 15/16bit ordered dither Signed-off-by: Michael …
11:02 AM Changeset in ffmpeg [86991ce] by Martin Storsjö <martin@martin.st>
RTMPTS protocol support Signed-off-by: Martin Storsjö <martin@martin.st>
10:53 AM Changeset in ffmpeg [6aedabc9] by Martin Storsjö <martin@martin.st>
RTMPS protocol support Signed-off-by: Martin Storsjö <martin@martin.st>
10:03 AM Ticket #1539 (ModPlug compile bug) updated by Clément Bœsch
Well then maybe you could add --extra-libs=-lstdc++. Another solution …
9:31 AM Ticket #1539 (ModPlug compile bug) updated by chinshou
libmodplug was built as static only. CFLAGS=" -arch i386" CPPFLAGS=" …
9:23 AM Ticket #1539 (ModPlug compile bug) updated by Clément Bœsch
Is the libmodplug build dynamically? If libmodplug is only available …
8:50 AM Ticket #1539 (ModPlug compile bug) updated by chinshou
no, I am creating a shared build but without external dependency , …
8:37 AM Ticket #1539 (ModPlug compile bug) updated by Clément Bœsch
AFAICT, the external libraries should not be linked statically (the …
8:05 AM Ticket #1539 (ModPlug compile bug) updated by chinshou
I attach a new patch which change to use require_pkg_config macro to …
8:04 AM modplug2.patch attached to Ticket #1539 by chinshou
7:50 AM Changeset in ffmpeg [1d903a5e] by Nicolas George <nicolas.george@normalesup.org>
lswr: channel_map requires input conversion. channel_map is applied …
7:50 AM Changeset in ffmpeg [5417efbb] by Anton Khirnov <anton@khirnov.net>
avconv: print an error message when demuxing fails. Also exit in such …
7:36 AM Ticket #1539 (ModPlug compile bug) updated by Clément Bœsch
What is your full ./configure line? pkg-config --static --libs …
7:17 AM Ticket #1539 (ModPlug compile bug) updated by chinshou
executing pkg-config --libs libmodplug add -L/usr/darwin32/lib …
7:09 AM Ticket #1539 (ModPlug compile bug) updated by Clément Bœsch
Can you check if pkg-config --libs libmodplug add -lstdc++ for you? …
6:56 AM Ticket #1540 (ilibc compile error) closed by Carl Eugen Hoyos
fixed: Patch applied, thank you!
6:53 AM Changeset in ffmpeg [81dd908] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix libilbc compilation. Fixes ticket #1540
6:31 AM ilibc.patch attached to Ticket #1540 by chinshou
6:31 AM Ticket #1540 (ilibc compile error) created by chinshou
Summary of the bug: when compile libilbc with --enable-libilbc, gcc …
6:29 AM modplug.patch attached to Ticket #1539 by chinshou
6:28 AM Ticket #1539 (ModPlug compile bug) created by chinshou
Summary of the bug: when compile the ffmpeg with libmodplug …
6:12 AM Changeset in ffmpeg [7f5fae1] by Carl Eugen Hoyos <cehoyos@ag.or.at>
mpeg4videodec: Add two missing format specifiers for debug output.
6:11 AM Changeset in ffmpeg [34aa61a3] by Carl Eugen Hoyos <cehoyos@ag.or.at>
mpeg4videodec: Use format specifier PRId64 for int64_t.
6:09 AM Changeset in ffmpeg [6dfea3a3] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Remove internal MPlayer FourCC viv1. Reviewed-by: Derek Buitenhuis …
5:21 AM Changeset in ffmpeg [0b40153d] by Kostya Shishkov <kostya.shishkov@gmail.com>
tscc2: DCT output should not be clipped This fixes decoding some …
3:40 AM Changeset in ffmpeg [bdf28d1] by Michael Niedermayer <michaelni@gmx.at>
sws: extend dither tables by 1 line so simpler arithmetic can be used …
1:56 AM Ticket #815 (tiff: display "Arstist" and "Software" fields) closed by Elon Musk
fixed: This have been implemented: ffprobe -show_frames should show relevant …
1:23 AM Changeset in ffmpeg [3071af6c] by Paul B Mahol <onemda@gmail.com>
tiff: read more tags of type string Signed-off-by: Paul B Mahol …
1:23 AM Changeset in ffmpeg [292850b6] by Paul B Mahol <onemda@gmail.com>
tiff: add smarter checks if there is enough data left Signed-off-by: …
1:12 AM Changeset in ffmpeg [1ec83d9a] by Paul B Mahol <onemda@gmail.com>
tiff: port to bytestream2 Prevents out of array reads. …
Note: See TracTimeline for information about the timeline view.