Timeline



Apr 13, 2014:

11:15 PM Ticket #3554 (lavfi.c: variable 'sink' is used uninitialized whenever type != ...) updated by DonMoir
... AVFilterContext *sink; ... if (type == AVMEDIA_TYPE_VIDEO) { …
10:56 PM Changeset in ffmpeg [161ec197] by Michael Niedermayer <michaelni@gmx.at>
fate/libswresample: add tests with filter_size=1 phase_shift=0 …
9:54 PM Changeset in ffmpeg [4b8e7a1] by Michael Niedermayer <michaelni@gmx.at>
avcodec/utils: prettify remap_deprecated_codec_id() Signed-off-by: …
9:39 PM Changeset in ffmpeg [2ebacb0f] by Michael Niedermayer <michaelni@gmx.at>
avformat/network: use av_malloc_array() Signed-off-by: Michael …
9:36 PM Changeset in ffmpeg [d42a6192] by Michael Niedermayer <michaelni@gmx.at>
avcodec/psymodel: use av_malloc(z)_array() Signed-off-by: Michael …
9:36 PM Changeset in ffmpeg [5ec81929] by Michael Niedermayer <michaelni@gmx.at>
avcodec/fft-test: use av_malloc_array() Signed-off-by: Michael …
6:03 PM Changeset in ffmpeg [eccec203] by Michael Niedermayer <michaelni@gmx.at>
avformat/mp3enc: drop redundant and uninitialized variable …
5:17 PM Ticket #3503 (Need support regarding live encoding) updated by hemanth.he
Sorry, that one was test command which i used. I checked with both …
5:00 PM Ticket #3363 (ffprobe silently drops non-ASCII metadata in VQF files) closed by Carl Eugen Hoyos
fixed: The ffprobe issue was a regression afaict. Fixed by Michael in a31547ce
4:27 PM Changeset in ffmpeg [82796aac] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: reinject global side data on seeks This fixes ffplay …
4:02 PM Changeset in ffmpeg [c0d62d99] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: factorize if() Signed-off-by: Michael Niedermayer …
4:02 PM Changeset in ffmpeg [289f02f9] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: Inject global side data into first packet. This fixes …
2:41 PM intermission.wmv attached to Ticket #3555 by Carl Eugen Hoyos
2:40 PM Ticket #3555 (asf interleaving regression) created by Carl Eugen Hoyos
http://thread.gmane.org/gmane.comp.video.ffmpeg.user/51175 Muxing …
1:57 PM Ticket #3503 (Need support regarding live encoding) updated by Carl Eugen Hoyos
Replying to hemanth.he: > I have not tried with udp …
1:37 PM Ticket #3503 (Need support regarding live encoding) updated by hemanth.he
I have not tried with udp output, I am writing it to file, with this …
1:33 PM Changeset in ffmpeg [a31547ce] by Michael Niedermayer <michaelni@gmx.at>
avutil/avstring: do not lose ascii characters when decoding non utf-8 …
1:21 PM Changeset in ffmpeg [ca6dd53a] by Michael Niedermayer <michaelni@gmx.at>
ffprobe: do not lose non ascii characters in non utf8 strings Fixes …
12:48 PM Changeset in ffmpeg [e311b744] by Michael Niedermayer <michaelni@gmx.at>
avformat/iff: indent Signed-off-by: Peter Ross <pross@xvid.org> …
12:48 PM Changeset in ffmpeg [d95c9679] by Michael Niedermayer <michaelni@gmx.at>
avformat/iff: remove unused code bits_per_coded_sample and …
12:47 PM Changeset in ffmpeg [b6c1e80b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0f524b6c690962d7ebbd59ded74288e1e9b0f009' * commit …
12:39 PM Changeset in ffmpeg [878f8b0d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462' * commit …
12:37 PM Ticket #3503 (Need support regarding live encoding) reopened by Carl Eugen Hoyos
Is the problem only reproducible with udp output or also with file …
12:34 PM Ticket #3553 (Fix Non-monotonous DTS for flv live stream output) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Reproduced by developer changed
Regression since c5ea3a00 - related to ticket #1627, Reproducible with …
12:33 PM Changeset in ffmpeg [c11aa9d2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ac976ed91e323754e9a84509873ebdb437372797' * commit …
12:24 PM Changeset in ffmpeg [c955525f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '13164e479f1c87829096c19003d2cc658ccc1fd4' * commit …
12:03 PM Changeset in ffmpeg [cbfa71d6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f7c5fd81516fb7b186c64c66dc080e1139586226' * commit …
11:59 AM Ticket #3554 (lavfi.c: variable 'sink' is used uninitialized whenever type != ...) updated by Carl Eugen Hoyos
Isn't this just a compiler error? How can sink be uninitialized?
10:06 AM Changeset in ffmpeg [7e6b3ad6] by Clément Bœsch <u@pkh.me>
lavfi/subtitles: load attached fonts to libass. Videos with complex …
9:29 AM Changeset in ffmpeg [0f524b6c] by Anton Khirnov <anton@khirnov.net>
x86/synth_filter: remove the fma3 version ifdefs This fixes …
9:25 AM Changeset in ffmpeg [aaab192] by Anton Khirnov <anton@khirnov.net>
af_volume: implement replaygain clipping prevention This adds a new …
9:21 AM Changeset in ffmpeg [ac976ed9] by Anton Khirnov <anton@khirnov.net>
lavr: allocate the resampling buffer with a positive size This fixes …
9:20 AM Changeset in ffmpeg [13164e47] by Anton Khirnov <anton@khirnov.net>
FATE: add tests for more resampling modes
9:15 AM Changeset in ffmpeg [f7c5fd81] by Anton Khirnov <anton@khirnov.net>
resample: implement flushing
6:57 AM Ticket #3503 (Need support regarding live encoding) updated by hemanth.he
here is my uncut console output. Encoded video will have more tiling …
6:38 AM Ticket #3554 (lavfi.c: variable 'sink' is used uninitialized whenever type != ...) created by Jeremy Huddleston
I noticed this when looking at recent fate …
4:27 AM Ticket #3553 (Fix Non-monotonous DTS for flv live stream output) updated by FishB8
The file was slightly too big, so I pushed it to the upload.ffmpeg.org …
4:03 AM Ticket #3553 (Fix Non-monotonous DTS for flv live stream output) updated by FishB8
Ok, I'm going attach an example file. The following is the result of …
3:27 AM Ticket #3553 (Fix Non-monotonous DTS for flv live stream output) updated by Carl Eugen Hoyos
Version changed
> The problem is reproducible with both file and network output. > …
3:19 AM Ticket #2911 (Handle initial chunk size packet of RTMP connections) updated by Carl Eugen Hoyos
Cc, Priority, Version, Component, Keywords changed
Patches get more attention and can be reviewed on the ffmpeg-devel …
2:59 AM Changeset in ffmpeg [88c4e5a0] by Michael Niedermayer <michaelni@gmx.at>
lavd/avdevice: fix buildbreak when included to C++ code class is …
2:33 AM Changeset in ffmpeg [1dc2d4a8] by Michael Niedermayer <michaelni@gmx.at>
avcodec/tiff: remove unused variables Signed-off-by: Michael …
2:23 AM Changeset in ffmpeg [a676e48d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '801c39e1e3058fc4ba822bfb5d8612d777111e32' * commit …
2:07 AM Changeset in ffmpeg [952614b8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c8cf461c19e8e35df4b7364d9b90aa42f1ab4560' * commit …
2:02 AM Changeset in ffmpeg [d7644e0f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e75ef2b7f48b96a9b6c8646058713899d5ea5731' * commit …
1:54 AM Changeset in ffmpeg [a64d6d51] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '345a96c327e8f2a8077189af9f5e8d2b3f4ad5fe' * commit …
1:45 AM Changeset in ffmpeg [b9b2f9d2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a9b046fb0ae5395c4d1d8a82cd0d3e354b5034ed' * commit …
1:30 AM Changeset in ffmpeg [75b4e401] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'fdbe18b7b0545f9b5923d25a5433e4f735719ecc' * commit …
1:20 AM Changeset in ffmpeg [94cf83ff] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0a467a9b594dd67aa96bad687d05f8845b009f18' * commit …
12:06 AM Changeset in ffmpeg [31876ea6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5748faf291fec297ef25d81962b52b3438f54278' * commit …
12:05 AM Changeset in ffmpeg [d06a7530] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'de9d2705f61ef569487ec5f8974a9c7ce34ec783' * commit …
12:01 AM Changeset in ffmpeg [b394b901] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '58bc38a5f224d29b79338200459792c765c25fd5' * commit …

Apr 12, 2014:

11:55 PM Ticket #3528 (FFmpeg does not store the aspect ratio in asf files) updated by ramitb
Any thoughts on what the issue is?
11:54 PM Ticket #3477 (When there is an error ffmpeg still prints summary line) closed by ramitb
invalid: ok closing the ticket
11:49 PM Changeset in ffmpeg [6145b1d9] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'bf2064f046af64c59a416c814474a39b0a457569' * commit …
11:44 PM Changeset in ffmpeg [69505a89] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd9a542ace1b9ca5c0ea6d758127d03d4124b7801' * commit …
11:39 PM Changeset in ffmpeg [57570052] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '20c38c9c18b75e62f6c489d9b95bea88efdf3915' * commit …
11:26 PM Changeset in ffmpeg [28875c41] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad' * commit …
11:24 PM Ticket #2911 (Handle initial chunk size packet of RTMP connections) reopened by arkanis
11:23 PM 0001-avformat-rtmpproto-Added-handling-of-an-initial-RTMP.patch attached to Ticket #2911 by arkanis
Patch to handle an initial chunk size packet
11:22 PM gdb-20140412.log attached to Ticket #2911 by arkanis
gdb output
11:22 PM ffmpeg-20140412-203123.log attached to Ticket #2911 by arkanis
Verbose ffmpeg output
11:21 PM Ticket #2911 (Handle initial chunk size packet of RTMP connections) updated by arkanis
I also stumbled across the bug described by skyride. I think I found …
10:50 PM Changeset in ffmpeg [d3284a62] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'lukaszmluki/master' * …
10:37 PM Changeset in ffmpeg [27515508] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd4a8a86c6863ecea208fa2f774690b6df4b5bc71' * commit …
9:05 PM Changeset in ffmpeg [801c39e1] by Luca Barbato <lu_zero@gentoo.org>
dcadec: Use correct channel count in stereo downmix check …
9:05 PM Changeset in ffmpeg [c8cf461c] by Luca Barbato <lu_zero@gentoo.org>
dcadec: Do not decode the XCh extension when downmixing to stereo …
9:03 PM FATE/AddingATest edited by Timothy Gu
(diff)
8:57 PM FATE/AddingATest edited by Timothy Gu
(diff)
8:54 PM FATE/AddingATest edited by Timothy Gu
(diff)
8:12 PM FATE/AddingATest edited by Timothy Gu
wip (diff)
8:08 PM FATE/AddingATest edited by Timothy Gu
WIP (diff)
7:26 PM Changeset in ffmpeg [571d2ffa] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '617a1a98a6be3e59db6fbfc21afab2fb9a049c03' * commit …
6:52 PM Changeset in ffmpeg [e75ef2b7] by Justin Ruggles <justin.ruggles@gmail.com>
tiffdec: support predictor type 2 with RGB48 pixel format
6:52 PM Changeset in ffmpeg [345a96c3] by Justin Ruggles <justin.ruggles@gmail.com>
tiffdec: remove an unneeded variable
6:52 PM Changeset in ffmpeg [a9b046fb] by Justin Ruggles <justin.ruggles@gmail.com>
tiff: use a better name and enum values for PhotometricInterpretation …
6:49 PM Changeset in ffmpeg [fdbe18b7] by Justin Ruggles <justin.ruggles@gmail.com>
tiffdec: use a single strip if RowsPerStrip is 0 The spec does not …
6:49 PM Changeset in ffmpeg [0a467a9b] by Justin Ruggles <justin.ruggles@gmail.com>
tiffdec: use bytestream2 to simplify overread/overwrite protection …
6:49 PM Changeset in ffmpeg [5748faf2] by Justin Ruggles <justin.ruggles@gmail.com>
bytestream: add bytestream2_copy_buffer() functions This is basically …
6:49 PM Changeset in ffmpeg [de9d2705] by Justin Ruggles <justin.ruggles@gmail.com>
bytestream: add functions for accessing size of buffer Signed-off-by: …
6:49 PM Changeset in ffmpeg [58bc38a5] by Justin Ruggles <justin.ruggles@gmail.com>
tiffdec: use correct data type for palette entries and set alpha to 0xFF
6:49 PM Changeset in ffmpeg [bf2064f0] by Justin Ruggles <justin.ruggles@gmail.com>
tiffdec: rename variables for consistency and fix variable shadowing …
6:27 PM Capture/Webcam edited by Thilo Borgmann
(diff)
6:25 PM Changeset in ffmpeg [4f698be8] by Michael Niedermayer <michaelni@gmx.at>
avutil/log: add av_log_get_flags() Signed-off-by: Michael Niedermayer …
6:07 PM Changeset in ffmpeg [d9a542ac] by Justin Ruggles <justin.ruggles@gmail.com>
swscale: Set alpha to opaque for internal palettes. Fixes conversion …
5:54 PM Ticket #3553 (Fix Non-monotonous DTS for flv live stream output) updated by FishB8
Note: to avoid confusion, from here on I'll use "network input/output" …
5:50 PM Changeset in ffmpeg [defb87ee] by Lukasz Marek <lukasz.m.luki2@gmail.com>
lavd/qtkit: add device category Signed-off-by: Lukasz Marek …
5:47 PM Changeset in ffmpeg [afc898e7] by Lukasz Marek <lukasz.m.luki2@gmail.com>
lavd/fbdev_enc: implement get_device_list Signed-off-by: Lukasz Marek …
5:45 PM Ticket #3398 (Parse and apply ReplayGain tags) closed by Michael Niedermayer
fixed: This should have been fixed in 6e573b77597c1039667b5d7916551b488aeef828
5:24 PM Changeset in ffmpeg [20c38c9c] by Justin Ruggles <justin.ruggles@gmail.com>
swscale: fix some undefined signed left shifts Based on a patch by …
5:24 PM Changeset in ffmpeg [60c4660b] by Justin Ruggles <justin.ruggles@gmail.com>
swscale: fix an implementation-defined unsigned-to-signed conversion
5:14 PM Changeset in ffmpeg [c1c3c361] by Lukasz Marek <lukasz.m.luki2@gmail.com>
lavd: no default device unless explicitly set AVDeviceInfoList was …
4:10 PM Ticket #3545 (Unsupported pix_fmts in avi rawvideo are written without any warning) updated by Carl Eugen Hoyos
Replying to peter_b: > Is there any way of creating >8bit …
4:05 PM Ticket #3545 (Unsupported pix_fmts in avi rawvideo are written without any warning) updated by Carl Eugen Hoyos
Replying to peter_b: > I'm using out-of-the-box working …
4:04 PM Ticket #3545 (Unsupported pix_fmts in avi rawvideo are written without any warning) updated by Carl Eugen Hoyos
Replying to peter_b: > Uncompressed >8bit seems to be even …
2:51 PM Capture/Webcam edited by Thilo Borgmann
(diff)
2:49 PM Changeset in ffmpeg [0f6e309b] by Reinhard Tartler <siretart@tauware.de>
mp3enc: Properly write bitrate value in XING header Instead of using …
1:41 PM Changeset in ffmpeg [e89f3d0e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ffv1: use av_malloc_array() Signed-off-by: Michael …
1:37 PM Changeset in ffmpeg [713e62e9] by Michael Niedermayer <michaelni@gmx.at>
avcodec/faxcompr: use av_malloc_array() Signed-off-by: Michael …
1:33 PM Changeset in ffmpeg [36053aef] by Michael Niedermayer <michaelni@gmx.at>
vcodec/error_resilience: use av_malloc_array() Signed-off-by: Michael …
12:59 PM Ticket #3545 (Unsupported pix_fmts in avi rawvideo are written without any warning) updated by Peter B.
I'm using out-of-the-box working ffv1+pcm_s16le+avi for everything …
12:35 PM Ticket #3551 (Wrong duration shown for some FLV files) updated by Carl Eugen Hoyos
Priority, Status, Type, Reproduced by developer changed
I have no idea how this should work except by decoding the file …
12:34 PM Changeset in ffmpeg [d4a8a86c] by Luca Barbato <lu_zero@gentoo.org>
doc: Libavfilter English cleanup This aims to standardize the English …
12:13 PM Ticket #3545 (Unsupported pix_fmts in avi rawvideo are written without any warning) updated by Carl Eugen Hoyos
Replying to cehoyos: > If you really want to go the avi …
12:06 PM Ticket #3545 (Unsupported pix_fmts in avi rawvideo are written without any warning) updated by Carl Eugen Hoyos
Replying to peter_b: > I see that for <=8bit, that …
11:29 AM Changeset in ffmpeg [617a1a98] by Luca Barbato <lu_zero@gentoo.org>
mp3enc: Properly write bitrate value in XING header Instead of using …
11:26 AM Ticket #3545 (Unsupported pix_fmts in avi rawvideo are written without any warning) updated by Peter B.
Thanks a lot! I just compiled ffmpeg git-HEAD and verified your …
7:49 AM Ticket #3551 (Wrong duration shown for some FLV files) updated by Underground78
> Which splitter? It's a Windows DirectShow filter, MPC-HC FLV …
7:24 AM Ticket #3545 (Unsupported pix_fmts in avi rawvideo are written without any warning) updated by Carl Eugen Hoyos
Attached patch allows you to read the broken files by specifying the …
7:22 AM patchrawvideopixfmt attached to Ticket #3545 by Carl Eugen Hoyos
7:10 AM Ticket #3545 (Unsupported pix_fmts in avi rawvideo are written without any warning) closed by Carl Eugen Hoyos
fixed: Replying to peter_b: > I can't use NUT in that case (long …
7:03 AM Ticket #3541 (amr file use the last packet mode and size to calculate bit rate,) closed by Carl Eugen Hoyos
fixed: Should be fixed in c43222f4 - thank you for the report!
7:00 AM Ticket #3257 (Undesired "bitrate tolerance too small for bitrate" error for simple case) updated by Carl Eugen Hoyos
Keywords changed
6:59 AM Ticket #3551 (Wrong duration shown for some FLV files) updated by Carl Eugen Hoyos
Which splitter? Please test the attached five seconds sample with it.
6:59 AM 5s_clip.flv attached to Ticket #3551 by Carl Eugen Hoyos
6:56 AM Ticket #3553 (Fix Non-monotonous DTS for flv live stream output) updated by Carl Eugen Hoyos
Keywords, Component changed
Is the problem also reproducible with file input instead of network …
3:40 AM Changeset in ffmpeg [fb4ac46d] by Michael Niedermayer <michaelni@gmx.at>
avcodec/elbg: Use av_malloc(z)_array() Signed-off-by: Michael …
3:38 AM Changeset in ffmpeg [46375e9a] by Michael Niedermayer <michaelni@gmx.at>
avcodec/diracdec: use av_malloc(z)_array Signed-off-by: Michael …
2:52 AM Changeset in ffmpeg [f683895d] by Michael Niedermayer <michaelni@gmx.at>
avformat/img2dec: support nanosecond file times Signed-off-by: …
12:14 AM Changeset in ffmpeg [513a431e] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: reduce memory usage by using dynamically allocated …

Apr 11, 2014:

11:45 PM Ticket #3257 (Undesired "bitrate tolerance too small for bitrate" error for simple case) closed by Michael Niedermayer
fixed: Fixed in 66e959682c49e0686667cd3cbde87d725bb3c7e3
11:29 PM Changeset in ffmpeg [66e95968] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo_enc: override bitrate tolerance when its value is …
11:14 PM Ticket #3553 (Fix Non-monotonous DTS for flv live stream output) created by FishB8
I'm running into problems when using ffmpeg to pull a live rtmp …
10:17 PM Changeset in ffmpeg [27763db9] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
10:14 PM Ticket #844 (Include content of the news article in the website RSS) updated by Timothy Gu
Owner changed
A patch by Gerion Entrup is available on the mailing list.
9:55 PM Ticket #3551 (Wrong duration shown for some FLV files) updated by Underground78
Another splitter shows 10s. What tool do you have in mind to cut the file?
9:39 PM Changeset in ffmpeg [88ceede1] by Michael Niedermayer <michaelni@gmx.at>
avcodec/jpegls: print coding parameters stored in LSE Signed-off-by: …
9:38 PM Changeset in ffmpeg [c43222f4] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Improve amr bitrate calculation for VBR files. Fixes ticket #3541.
9:35 PM Changeset in ffmpeg [8b12293] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Warn if rawvideo and an unreadable pix_fmt are written. Print an …
7:45 PM Changeset in ffmpeg [96e13c98] by James Almer <jamrial@gmail.com>
libx265: Use x265_param_parse to set the SAR Signed-off-by: Derek …
6:39 PM Changeset in ffmpeg [662a8d88] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '254c95cdd1b669a722204a4a65974fc2523c8f83' * commit …
6:38 PM Changeset in ffmpeg [65088b92] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'be394968c81019887ef996a78a526bdd85d1e216' * commit …
6:23 PM Changeset in ffmpeg [6d6bd16f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'eed752d61da332fb13e9893a175a90fed7b1d7d3' * commit …
5:45 PM iv_cut.aacp attached to Ticket #3552 by Carl Eugen Hoyos
5:45 PM Ticket #3552 (Initial warnings shown when playing aac) created by Carl Eugen Hoyos
http://thread.gmane.org/gmane.comp.video.ffmpeg.user/51341 I will …
5:34 PM Changeset in ffmpeg [fb7d64df] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '3c84f6b5d20cd345fac706f8cfb70c55e541ffb5' * commit …
5:34 PM Changeset in ffmpeg [671f908] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f20892eb67a7b4b5a3c080388a35a3380516a805' * commit …
5:24 PM 10s_clip.flv attached to Ticket #3551 by Carl Eugen Hoyos
5:24 PM Ticket #3551 (Wrong duration shown for some FLV files) updated by Carl Eugen Hoyos
Keywords changed
Which duration do other players show? Do they still show the correct …
5:24 PM Changeset in ffmpeg [c04961fa] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b9dea23766f52b8e059e72d34980bb7b456efe8f' * commit …
4:17 PM Ticket #3551 (Wrong duration shown for some FLV files) updated by Underground78
The problem is reproducible with ffmpeg. […]
4:13 PM Ticket #3551 (Wrong duration shown for some FLV files) updated by Carl Eugen Hoyos
Keywords changed
Is the problem only reproducible with ffplay or also with …
3:51 PM Changeset in ffmpeg [d2417061] by Michael Niedermayer <michaelni@gmx.at>
Add AVFoundation input device. Signed-off-by: Michael Niedermayer …
3:41 PM Ticket #3551 (Wrong duration shown for some FLV files) created by Underground78
Summary of the bug: ffmpeg cannot detect the duration of some …
2:34 PM Changeset in ffmpeg [254c95cd] by Anton Khirnov <anton@khirnov.net>
resample: split linear into its own function
2:33 PM Changeset in ffmpeg [be394968] by Anton Khirnov <anton@khirnov.net>
resample: add initial padding explicitly This simplifies the code, …
2:28 PM Changeset in ffmpeg [eed752d6] by Anton Khirnov <anton@khirnov.net>
resample: drop useless abs() negative sample_index is handled in the …
2:27 PM Changeset in ffmpeg [3c84f6b5] by Anton Khirnov <anton@khirnov.net>
resample: reindent
2:26 PM Changeset in ffmpeg [f20892eb] by Anton Khirnov <anton@khirnov.net>
resample: split the nearest neighbour path into a separate function pointer
2:21 PM Changeset in ffmpeg [b9dea237] by Anton Khirnov <anton@khirnov.net>
resample: fix avresample_get_delay() return value The correct "next" …
1:37 PM Changeset in ffmpeg [c02e3dca] by Lukasz Marek <lukasz.m.luki2@gmail.com>
lavd: add control message enums Adds messages that allows to control …
1:37 PM Changeset in ffmpeg [6db42a2b] by Lukasz Marek <lukasz.m.luki2@gmail.com>
lavd: add device capabilities API Provides API to query device …
12:42 PM Changeset in ffmpeg [4899ccd2] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: DNxHD: …
12:28 PM Changeset in ffmpeg [ee2a4379] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '676856204b84dfaffe329dce8502e834a0dbdb19' * commit …
12:04 PM Changeset in ffmpeg [bad101ab] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '89ef08c992c484a46711b1a68a988303679c288e' * commit …
11:36 AM Ticket #3550 ([wavdec]DTS in wave can not be recognized) updated by adam_csheng
Have sent mail to ffmpeg-devel.
10:09 AM Changeset in ffmpeg [71c32ed5] by Vittorio Giovara <vittorio.giovara@gmail.com>
DNxHD: convert inline asm to yasm
10:09 AM Changeset in ffmpeg [67685620] by Vittorio Giovara <vittorio.giovara@gmail.com>
DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride
10:09 AM Changeset in ffmpeg [89ef08c9] by Vittorio Giovara <vittorio.giovara@gmail.com>
DNxHD: K&R formatting cosmetics
7:33 AM Ticket #3550 ([wavdec]DTS in wave can not be recognized) updated by Carl Eugen Hoyos
Keywords, Analyzed by developer, Status changed
Please send patches (made with git format-patch) to the …
7:11 AM WorstCase.wav attached to Ticket #3550 by adam_csheng
7:08 AM Ticket #3550 ([wavdec]DTS in wave can not be recognized) created by adam_csheng
Summary of the bug: How to reproduce: […] But it should be dts. …
5:12 AM Ticket #3542 (Changing channel layout from downmix to stereo fails) updated by speedyrazor
I am having the same issues with this line, looking for a workarround: …
4:31 AM Changeset in ffmpeg [d9fef740] by Michael Niedermayer <michaelni@gmx.at>
avcodec/dnxhdenc: use av_malloc_array() Signed-off-by: Michael …
4:22 AM Ticket #3502 (Sample Aspect Ratio width must be greater than 0 (libx265)) updated by raine
Arch Linux wiki suggests setting -aspect manually as a workaround: …
4:18 AM ArticlesForCreation edited by raine
(diff)

Apr 10, 2014:

11:26 PM Changeset in ffmpeg [1de8a4f7] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: mp2: Do …
11:13 PM Changeset in ffmpeg [268b1eae] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegaudioenc_template: default to 384k bitrate as default If …
10:09 PM Changeset in ffmpeg [a7448064] by Luca Barbato <lu_zero@gentoo.org>
mp2: Do not force a samplerate The default should be not to resample.
9:04 PM Changeset in ffmpeg [39b192b] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: do not call ffurl_seek/ffurl_size on crypto protocol …
9:01 PM Ticket #3549 (X-SORENSONVIDEO over rtp/rtsp not supported) created by Carl Eugen Hoyos
Afaict, the stream contains svq1 or svq3 video. […]
8:44 PM Ticket #3344 (It takes two SIGINTs to terminate UDP reader which haven't got any data) updated by Carl Eugen Hoyos
Component changed
8:43 PM Ticket #3344 (It takes two SIGINTs to terminate UDP reader which haven't got any data) updated by Carl Eugen Hoyos
Component changed
8:37 PM Ticket #3344 (It takes two SIGINTs to terminate UDP reader which haven't got any data) closed by Michael Niedermayer
fixed: Fixed in 517cc81e939fce89c265e8edfef06e44cc362b73
8:29 PM Changeset in ffmpeg [517cc81e] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: stop protocols on interrupt when no transcoding has happened …
8:25 PM Changeset in ffmpeg [ecb80fe7] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Cosmetics: Remove an outdated comment from lavc/rawdec.c. The missing …
8:19 PM Ticket #3548 (mp2 standalone decoder broken for some input files) created by Carl Eugen Hoyos
MP2 audio in the sample from ticket #3547 cannot be decoded if the mp3 …
7:58 PM Changeset in ffmpeg [6290ba0] by Michael Niedermayer <michaelni@gmx.at>
avfilter/settb: remove duplicate #include Signed-off-by: Michael …
7:57 PM Changeset in ffmpeg [09c16542] by Michael Niedermayer <michaelni@gmx.at>
lavf/rtspcodes: add missing header include Fixes make checkheaders …
7:55 PM Ticket #3547 (Assertion failed when DTS out of order in asfenc.c) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Reproduced by developer changed
Regression since 3adb5f8d
7:34 PM Changeset in ffmpeg [a4662cd6] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
7:25 PM Changeset in ffmpeg [4d4bc894] by Michael Niedermayer <michaelni@gmx.at>
avformat/mov: merge mov_read_custom_metadata() and mov_read_custom() …
7:25 PM Changeset in ffmpeg [6e573b77] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9a07fac678a8540d076e635061bbaa4ed09a9431' * commit …
7:11 PM Creating multiple outputs edited by llogan
nits; remove unsubstantiated rambling; remove old link (diff)
6:51 PM BadContent edited by llogan
add indo-spam corpus from recent attempts by human failures (diff)
5:58 PM Changeset in ffmpeg [c486cfab] by Michael Niedermayer <michaelni@gmx.at>
avcodec/imgconvert: fix nb_components and depth for PAL8 in …
3:49 PM Changeset in ffmpeg [cdd21f1f] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
libx265: Only set the SAR if it is valid Signed-off-by: Derek …
3:49 PM Changeset in ffmpeg [fcc43e02] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
libx265: Use 16-bit SAR The spec says it is 16 bits. Signed-off-by: …
3:48 PM Ticket #3547 (Assertion failed when DTS out of order in asfenc.c) updated by wim_arbor
linux output of same command, added -fflags +genpts+igndts but …
3:47 PM Changeset in ffmpeg [d1e6e5c8] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86: Exclude broken get_cabac under icl. Signed-off-by: …
3:45 PM sat_uplink_signalloss.ts attached to Ticket #3547 by wim_arbor
source file
3:45 PM Ticket #3547 (Assertion failed when DTS out of order in asfenc.c) created by wim_arbor
Summary of the bug: A transcoding of a ts with a signal loss to asf …
2:13 PM Ticket #3546 (tutorial: Receive an HTTP stream then save it to *.ts file) closed by Carl Eugen Hoyos
invalid: If you found a bug in FFmpeg, please post the failing command line …
1:32 PM Ticket #3546 (tutorial: Receive an HTTP stream then save it to *.ts file) created by vixen_heart
Hello, I'm new with ffmpeg, i have problem with saving the following …
1:08 PM Changeset in ffmpeg [47647149] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
12:28 PM Changeset in ffmpeg [25fbfee] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
libx265: Only set the SAR if it is valid Signed-off-by: Derek …
12:28 PM Changeset in ffmpeg [cd0ac6f6] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
libx265: Use 16-bit SAR The spec says it is 16 bits. Signed-off-by: …
12:08 PM Changeset in ffmpeg [8945dcbb] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
libx265: Use x265_param_parse to set the SAR Signed-off-by: Derek …
12:06 PM Changeset in ffmpeg [4a222645] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
libx265: Use x265_param_parse to set the SAR Signed-off-by: Derek …
11:53 AM Changeset in ffmpeg [9a07fac6] by Anton Khirnov <anton@khirnov.net>
mov: read hydrogenaudio replaygain information
10:52 AM Changeset in ffmpeg [ad8159e0] by Anton Khirnov <anton@khirnov.net>
libavfilter: Add asettb filter for setting timebase for audio Ported …
6:17 AM Ticket #3543 (Export Wav from Quicktime Error) closed by Carl Eugen Hoyos
fixed: Both WMP and QT fail to decode wav files with channel masks >= 0x40000 …
6:06 AM Ticket #3541 (amr file use the last packet mode and size to calculate bit rate,) updated by Carl Eugen Hoyos
Is the problem not reproducible with ffmpeg -i 111.amr?
3:09 AM Changeset in ffmpeg [e72c0a04]n2.2.1 by Michael Niedermayer <michaelni@gmx.at>
update for 2.2.1 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2:53 AM Changeset in ffmpeg [dfddefa] by Michael Niedermayer <michaelni@gmx.at>
avcodec/dirac_arith: Fix build with PIC and stack-check options Fixes …
2:53 AM Changeset in ffmpeg [ce94955b] by Michael Niedermayer <michaelni@gmx.at>
swscale/x86/swscale_template: loose hardcoded dstw_offset …
2:53 AM Changeset in ffmpeg [dde95268] by Michael Niedermayer <michaelni@gmx.at>
swresample/resample: use av_malloc_array() where appropriate …
2:53 AM Changeset in ffmpeg [d20ac551] by Michael Niedermayer <michaelni@gmx.at>
swresample/dither: use av_malloc_array() Signed-off-by: Michael …
2:53 AM Changeset in ffmpeg [352b0969] by Michael Niedermayer <michaelni@gmx.at>
swresample/resample: Limit filter length Related to CID1197063 The …
2:53 AM Changeset in ffmpeg [b479b42b] by Michael Niedermayer <michaelni@gmx.at>
avcodec/msrle: check return code for success before use The check is …
2:53 AM Changeset in ffmpeg [36cab9c] by Michael Niedermayer <michaelni@gmx.at>
avcodec/pthread_frame: fix missing unlock on error Fixes CID1197057 …
2:53 AM Changeset in ffmpeg [34592d04] by Michael Niedermayer <michaelni@gmx.at>
examples/avio_reading: fix null dereference on error Fixed CID1197052 …
2:53 AM Changeset in ffmpeg [544accc8] by Michael Niedermayer <michaelni@gmx.at>
avformat/omadec: fix probetest failure Signed-off-by: Michael …
2:53 AM Changeset in ffmpeg [f41622ec] by Michael Niedermayer <michaelni@gmx.at>
avcodec/wma: use av_freep(), do not leave stale pointers in memory …
2:53 AM Changeset in ffmpeg [fc8eb4c1] by Michael Niedermayer <michaelni@gmx.at>
lavu/opt: validate range before dereference This change make error …
2:53 AM Changeset in ffmpeg [02bae9f0] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264: clear cur_pic structure instead of duplicating it in …
2:53 AM Changeset in ffmpeg [5cb2a1c3] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_pullup: fix gray8 Fixes segfault Fixes Ticket3469 …
2:53 AM Changeset in ffmpeg [a221c9bd] by Michael Niedermayer <michaelni@gmx.at>
avcodec/libx264: move where x264opts is applied down so it isnt …
2:46 AM Changeset in ffmpeg [b2583c2b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e0aa76d38a02090245284fc157afb9074e9ff073' into …
2:35 AM Changeset in ffmpeg [bd553941] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a014b9614e6165fb8df9e756f46a95d516794678' into …
2:29 AM Ticket #3541 (amr file use the last packet mode and size to calculate bit rate,) updated by queniao
fix it by set bit rate only once FFmpeg/libavformat/amr.c View […]
2:26 AM Ticket #3541 (amr file use the last packet mode and size to calculate bit rate,) updated by queniao
~/o/FFmpeg/FFmpeg-master$ ./ffprobe ~/raw/111.amr -show_streams …
1:24 AM Changeset in ffmpeg [e1c48e35] by Michael Niedermayer <michaelni@gmx.at>
lavf/utils: fix mem leak Calling avformat_free_context() right after …
12:07 AM Changeset in ffmpeg [fbf05759] by Michael Niedermayer <michaelni@gmx.at>
sws: fix warning about RGB_PACK24_B_OPERANDS redefinition …

Apr 9, 2014:

10:33 PM Changeset in ffmpeg [421c116f] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
9:57 PM Changeset in ffmpeg [849d40dc] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo_enc: change some asserts to av_asserts …
9:55 PM Ticket #3545 (Unsupported pix_fmts in avi rawvideo are written without any warning) updated by Peter B.
My goal was to write a script that encodes uncompressed avi in …
9:37 PM Changeset in ffmpeg [968516ce] by Michael Niedermayer <michaelni@gmx.at>
avformat/nut: add ff_nut_audio_extra_tags to demuxer too …
9:21 PM Changeset in ffmpeg [cf79f202] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix a typo in amr.c.
9:21 PM Changeset in ffmpeg [2a3ff9f] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Remove an unneeded include of avassert.h from amr.c.
9:21 PM Changeset in ffmpeg [bf87d582] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Do not allow writing invalid wav channel layouts by default. Neither …
9:18 PM Changeset in ffmpeg [f703dae7] by Michael Niedermayer <michaelni@gmx.at>
avcodec/cngdec: use av_mallocz_array() Signed-off-by: Michael …
9:12 PM Changeset in ffmpeg [2773ab36] by Michael Niedermayer <michaelni@gmx.at>
avcodec/jpeglsdec/ff_jpegls_decode_lse: check len field validity …
9:12 PM Changeset in ffmpeg [020600ee] by Michael Niedermayer <michaelni@gmx.at>
avcodec/jpeglsdec: ask for sample for "oversized image" …
9:12 PM Changeset in ffmpeg [375013e3] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpeg12dec: drop confusing av_dlog() Signed-off-by: Michael …
9:03 PM Ticket #3125 (\\ 'separator' in id3tag causes unwanted truncation of ffprobe output) updated by Carl Eugen Hoyos
Keywords changed
Fixed by Ben Boeckel in 0dc66553
8:45 PM Ticket #3125 (\\ 'separator' in id3tag causes unwanted truncation of ffprobe output) closed by Michael Niedermayer
fixed: ffmpeg displays ARTIST : artist1;artist2;artist3 now, dont …
7:59 PM Ticket #3509 (ffplay unable to play 352800 Hz wav file (pulse audio has a hard limit ...) updated by mastered
Pulse has hard limit of 192kHz sample rate
7:06 PM Ticket #3545 (Unsupported pix_fmts in avi rawvideo are written without any warning) updated by Carl Eugen Hoyos
(Just to make sure: Your goal was not to write v210-in-avi?)
7:05 PM Ticket #3545 (Unsupported pix_fmts in avi rawvideo are written without any warning) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Reproduced by developer, Component, Summary changed
Replying to peter_b: > I've tried to create AVIs with …
6:45 PM Ticket #3545 (Unsupported pix_fmts in avi rawvideo are written without any warning) created by Peter B.
== Summary of the bug: == I've tried to create AVIs with …
6:34 PM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) updated by Carl Eugen Hoyos
Replying to alucowie: > More strange, the configure …
6:34 PM Ticket #3544 (--disable-asm does not disable inline asm) created by Carl Eugen Hoyos
As reported in ticket #3540: […] […] The define is used in many …
5:59 PM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) closed by Carl Eugen Hoyos
fixed: Fixed by you in d8ab7f31 - thank you for the report!
5:41 PM Changeset in ffmpeg [d8ab7f3] by Michael Niedermayer <michaelni@gmx.at>
avcodec/dirac_arith: Fix build with PIC and stack-check options Fixes …
4:27 PM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) updated by alucowie
More strange, the configure option "--disable-asm" doesn't disable …
4:24 PM Ticket #3543 (Export Wav from Quicktime Error) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
See ticket #3542 for a better explanation for your real problem, feel …
3:16 PM Ticket #3543 (Export Wav from Quicktime Error) created by speedyrazor
Summary of the bug: If you have a quicktime mov with audio as a stereo …
2:30 PM Changeset in ffmpeg [7ac2f7e4] by Michael Niedermayer <michaelni@gmx.at>
avutil/log: factor "level != AV_LOG_INFO/8" checks out Signed-off-by: …
2:23 PM Changeset in ffmpeg [dddacf78] by Michael Niedermayer <michaelni@gmx.at>
avcodec/sanm: use named consant instead of literal number …
2:17 PM Changeset in ffmpeg [acf112ba] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo: remove AVFrame padding, as the hack isnt needed …
2:17 PM Changeset in ffmpeg [2ca553ed] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowenc: remove operations that have become redundant with …
1:43 PM Ticket #3542 (Changing channel layout from downmix to stereo fails) updated by Carl Eugen Hoyos
Since I am not so sure if it is valid at all to write "downmix" to a …
1:22 PM Ticket #3542 (Changing channel layout from downmix to stereo fails) updated by Carl Eugen Hoyos
Description changed
1:18 PM Changeset in ffmpeg [59a53842] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
1:12 PM Ticket #3542 (Changing channel layout from downmix to stereo fails) created by Carl Eugen Hoyos
This is closely related to ticket #2859. Switching the channel layout …
11:58 AM Changeset in ffmpeg [60ef0c6f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '60fd7d36c47d62d4c603bf16c213b1a924f5cfcf' * commit …
11:30 AM Changeset in ffmpeg [c740e083] by Michael Niedermayer <michaelni@gmx.at>
configure: Fail on missing prototypes in check_oc. Signed-off-by: …
11:20 AM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) updated by Carl Eugen Hoyos
Summary changed
11:15 AM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) updated by Carl Eugen Hoyos
Please remember that patches are often ignored on the bug tracker, …
11:14 AM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) updated by Carl Eugen Hoyos
Status, Version, Component, Reproduced by developer changed
Reproducible with: […]
11:04 AM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) updated by alucowie
Then the macro condition is false (either HAVE_FAST_CMOV or …
10:55 AM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) updated by Carl Eugen Hoyos
Why are you using -O2? Is it faster? Then please send a patch to …
10:54 AM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) updated by Carl Eugen Hoyos
I see the following without inlining: […] And with inlining: […] …
10:37 AM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) updated by alucowie
I use the following configure line: […] If you disassemble your .o …
10:25 AM Ticket #3541 (amr file use the last packet mode and size to calculate bit rate,) updated by Carl Eugen Hoyos
Is this not reproducible with ffmpeg (the application)? Please …
10:22 AM 111.amr attached to Ticket #3541 by queniao
10:20 AM Ticket #3541 (amr file use the last packet mode and size to calculate bit rate,) created by queniao
Summary of the bug: How to reproduce: […] Patches should be …
10:19 AM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) updated by Carl Eugen Hoyos
Component changed
10:18 AM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) updated by Carl Eugen Hoyos
Afaict, the patch is not correct: I use the following configure line: …
10:06 AM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) updated by Carl Eugen Hoyos
What is the configure line to reproduce this problem? (I have already …
10:04 AM ffmpeg-1.2.6-dirac_arith_h_6regs.patch attached to Ticket #3540 by alucowie
Patch to fix the macro condition
10:02 AM Ticket #3540 (Compilation of libavcodec/dirac_arith.h:dirac_get_arith_bit fails for ...) created by alucowie
Summary of the bug: The code in function …
7:59 AM Ticket #3539 (ffplay crashes when playing a swf file) updated by Carl Eugen Hoyos
Keywords, Version changed
Please provide a backtrace etc. as explained on …
7:26 AM Ticket #3539 (ffplay crashes when playing a swf file) updated by hxuanyu
Here is the file https://dl.dropboxusercontent.com/u/89678527/crash.swf
7:25 AM Ticket #3539 (ffplay crashes when playing a swf file) created by hxuanyu
ffplay crashes when plying this swf file while it plays fine if opened …
5:04 AM Changeset in ffmpeg [44841528] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegaudioenc_template: reorder operations to prevent integer …
3:16 AM Changeset in ffmpeg [9d66aa2c] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegaudioenc_template: dont crash on bitrate=0 Signed-off-by: …
3:14 AM Changeset in ffmpeg [d98688ef] by Michael Niedermayer <michaelni@gmx.at>
swscale/input: replace assert() by av_assert1() Signed-off-by: …
2:54 AM Changeset in ffmpeg [62432798] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: doc: …
2:49 AM Changeset in ffmpeg [43935842] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0d671ade99059fd47b155df85c10c35eb6d54878' * commit …
2:26 AM Changeset in ffmpeg [8f23045b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'be59675add2a05a7400b1abf86201ab069d7b1dd' * commit …
2:16 AM Changeset in ffmpeg [e40d92b1] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '59388dac69f9a79eddb003d1c6aad5ec89d4287b' * commit …
2:06 AM Changeset in ffmpeg [233dbee3] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b6a09ef700786b4e1e871dfa0f5c386ea43bbd0a' * commit …
1:36 AM Changeset in ffmpeg [ed962414] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3' * commit …
1:07 AM Changeset in ffmpeg [0a1cc04e] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8b17243d1742279bcb2368f8d325ea71e66736c8' * commit …
12:59 AM Changeset in ffmpeg [352e13e2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '46439e156219d27f059cf687743ba5aacf238b87' * commit …
12:17 AM Changeset in ffmpeg [6c019f05] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '718907cd881a0b593264aed059c0e00da13f9e15' * commit …
12:12 AM Changeset in ffmpeg [f6774f90] by Vittorio Giovara <vittorio.giovara@gmail.com>
mpegvideo: operate with pointers to AVFrames instead of whole structs …
12:11 AM Changeset in ffmpeg [60fd7d36] by Vittorio Giovara <vittorio.giovara@gmail.com>
fate: correctly set sample rate for mp2 tests

Apr 8, 2014:

10:57 PM Changeset in ffmpeg [1752b145] by Michael Niedermayer <michaelni@gmx.at>
swscale/utils: scale filter_size in warning so that it can be used as …
10:57 PM Changeset in ffmpeg [7b2b06eb] by Michael Niedermayer <michaelni@gmx.at>
swscale/utils: dont print message about filter size when the cause is …
9:24 PM Changeset in ffmpeg [e6e8be54] by Vittorio Giovara <vittorio.giovara@gmail.com>
doc: Completely document the x264 options And fix an option mismatch.
9:24 PM Changeset in ffmpeg [0d671ade] by Vittorio Giovara <vittorio.giovara@gmail.com>
doc: Use a 3 columns multitable Make the html output much nicer.
9:24 PM Changeset in ffmpeg [be59675a] by Vittorio Giovara <vittorio.giovara@gmail.com>
doc: Change the multitable rendering in texi2pod Makes it working …
9:24 PM Changeset in ffmpeg [59388dac] by Vittorio Giovara <vittorio.giovara@gmail.com>
fate: update tests for YVYU422 pixel format
9:24 PM Changeset in ffmpeg [b6a09ef7] by Vittorio Giovara <vittorio.giovara@gmail.com>
rawvideo: Support decoding YVYU422 FourCC
9:12 PM Changeset in ffmpeg [2daf5802] by Michael Niedermayer <michaelni@gmx.at>
avcodec/j2kenc: use av_malloc(z)_array() Signed-off-by: Michael …
9:12 PM Changeset in ffmpeg [8ff06109] by Michael Niedermayer <michaelni@gmx.at>
avcodec/libzvbi-teletextdec: remove * 1 Signed-off-by: Michael …
9:12 PM Changeset in ffmpeg [818aaa76] by Michael Niedermayer <michaelni@gmx.at>
avcodec/libopencore-amr: use av_mallocz_array() Signed-off-by: …
9:05 PM Changeset in ffmpeg [5b30f275] by Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
rtspcodes: don't check for >0 on error codes macro Avoids a warning …
6:14 PM Changeset in ffmpeg [358f9ae6] by Michael Niedermayer <michaelni@gmx.at>
configure: AVI demux needs exif Reviewed-by: Thilo Borgmann …
6:02 PM CompilationGuide/Ubuntu edited by llogan
add forgotten libfreetype6-dev to revert section (diff)
5:58 PM CompilationGuide/Ubuntu edited by llogan
add freetype support for drawtext (diff)
5:09 PM Changeset in ffmpeg [2fcef4a0] by Michael Niedermayer <michaelni@gmx.at>
swscale/swscale_internal: remove obsolete warning Signed-off-by: …
4:51 PM Changeset in ffmpeg [955d7e26] by Michael Niedermayer <michaelni@gmx.at>
swscale/swscale_internal: make the offset strings update themselfs …
4:39 PM Changeset in ffmpeg [f6759d9a] by Michael Niedermayer <michaelni@gmx.at>
swscale/x86/swscale_template: loose hardcoded dstw_offset …
2:18 PM Changeset in ffmpeg [e20e854c] by Michael Niedermayer <michaelni@gmx.at>
vcodec/bitstream: use av_malloc_array() Signed-off-by: Michael …
2:17 PM Changeset in ffmpeg [33c9bb94] by Michael Niedermayer <michaelni@gmx.at>
avcodec/avpacket: use av_malloc_array() Signed-off-by: Michael …
2:15 PM Changeset in ffmpeg [e4c180c0] by Michael Niedermayer <michaelni@gmx.at>
avcodec/a64multienc: use av_malloc(z)_array() Signed-off-by: Michael …
1:44 PM Changeset in ffmpeg [53487268] by Michael Niedermayer <michaelni@gmx.at>
cmdutils: use av_mallocz_array() Signed-off-by: Michael Niedermayer …
1:35 PM Changeset in ffmpeg [c8a1f10c] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ac3enc_float: use av_malloc_array() Signed-off-by: Michael …
1:35 PM Changeset in ffmpeg [9b467d3c] by Michael Niedermayer <michaelni@gmx.at>
examples/transcoding: use av_malloc_array() Signed-off-by: Michael …
10:18 AM Ticket #3538 (image is outside the screen dimensions) updated by Anton
Replying to cehoyos: > If you watch the right border and …
8:53 AM Ticket #3538 (image is outside the screen dimensions) updated by Carl Eugen Hoyos
If you watch the right border and the window in the background closely …
8:45 AM Ticket #3538 (image is outside the screen dimensions) updated by Anton
Replying to cehoyos: > Attached patch is unfortunately not …
7:45 AM Ticket #3534 (ffmpeg can not convert pmp media) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
Regression since 394b0c83 Not related to the warning messages which …
3:56 AM Ticket #3534 (ffmpeg can not convert pmp media) reopened by kaienfr
3:53 AM Ticket #3534 (ffmpeg can not convert pmp media) updated by kaienfr
of course, here I've uploaded a test pmp file. type ffmpeg -i …
3:49 AM test.pmp attached to Ticket #3534 by kaienfr
Test pmp file
3:36 AM Ticket #3531 (ffmpeg hangs converting a possibly broken avi file) updated by DonMoir
Cc changed
12:29 AM Changeset in ffmpeg [b1763205] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …

Apr 7, 2014:

11:25 PM Changeset in ffmpeg [e36aaeca] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_colormatrix: fix memleak on error Fixes CID1197065 …
10:29 PM Changeset in ffmpeg [5027f397] by Michael Niedermayer <michaelni@gmx.at>
swresample/resample: use av_malloc_array() where appropriate …
10:29 PM Changeset in ffmpeg [a5290cb1] by Michael Niedermayer <michaelni@gmx.at>
swresample/dither: use av_malloc_array() Signed-off-by: Michael …
10:25 PM Changeset in ffmpeg [f9158b01] by Michael Niedermayer <michaelni@gmx.at>
swresample/resample: Limit filter length Related to CID1197063 The …
10:04 PM Changeset in ffmpeg [7fcb4f6c] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix compilation with --disable-everything --enable-decoder=rawvideo.
9:50 PM Changeset in ffmpeg [92b099da] by Vittorio Giovara <vittorio.giovara@gmail.com>
swscale: support converting YVYU422 pixel format
9:50 PM Changeset in ffmpeg [8b17243d] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavu: Add packed YVYU422 pixel format
9:50 PM Changeset in ffmpeg [46439e15] by Vittorio Giovara <vittorio.giovara@gmail.com>
mp2: match twolame default options
9:50 PM Changeset in ffmpeg [718907cd] by Vittorio Giovara <vittorio.giovara@gmail.com>
libtwolame MP2 encoding support Signed-off-by: Vittorio Giovara …
8:47 PM Ticket #3534 (ffmpeg can not convert pmp media) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if you can provide a sample.
7:19 PM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by Carl Eugen Hoyos
Sorry what I meant was "use the output option -t instead of the …
7:04 PM Ticket #3536 (Compilation failure with --disable-decoder=vp7 or --disable-decoder=vp8) closed by Carl Eugen Hoyos
fixed: Fixed in 836b60ce
6:58 PM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by llogan
Replying to cehoyos: > To work-around your issue, move …
6:53 PM Changeset in ffmpeg [0d22586] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
6:21 PM Ticket #3494 (scary warning message when using mpeg) updated by Roger Pack
I wasn't sure what the best verbiage would be...actually I'm a little …
2:49 PM Ticket #3492 (FFMPEG Mpeg Ps Demuxer is giving totalduration for VBR streams wrongly ...) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if you can add the missing information.
1:30 PM Changeset in ffmpeg [836b60ce] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix standalone compilation of vp7 and vp8 decoder. Fixes ticket #3536.
1:30 PM Changeset in ffmpeg [993a5afa] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Read aspect ratio from tiff image files.
12:56 PM Changeset in ffmpeg [17a75a8c] by Vittorio Giovara <vittorio.giovara@gmail.com>
libxvid: fix missing end of line character Error introduced in …
12:55 PM Changeset in ffmpeg [845414bb] by Michael Niedermayer <michaelni@gmx.at>
avformat/oggdec: reset nstreams in close Signed-off-by: Michael …
12:51 PM Changeset in ffmpeg [b0a85213] by Michael Niedermayer <michaelni@gmx.at>
avformat/mov: reset drefs_count in close Signed-off-by: Michael …
12:49 PM Ticket #3538 (image is outside the screen dimensions) updated by Carl Eugen Hoyos
Attached patch is unfortunately not completely correct but does not …
12:40 PM Ticket #3538 (image is outside the screen dimensions) updated by Anton
Thanks for your response! I think I understood the problem, but is it …
11:59 AM patchgifwidth attached to Ticket #3538 by Carl Eugen Hoyos
11:38 AM Ticket #3538 (image is outside the screen dimensions) updated by Carl Eugen Hoyos
Keywords, Status, Component, Reproduced by developer changed
For future tickets: Please only use external libraries (like libvpx) …
11:22 AM Ticket #3538 (image is outside the screen dimensions) updated by Anton
Target GIF image - …
11:20 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
Another work-around is to use -map_chapters -1.
11:19 AM Ticket #3538 (image is outside the screen dimensions) created by Anton
Summary of the bug: GIF conversion error: image is outside the screen …
11:02 AM Changeset in ffmpeg [158a80cc] by Michael Niedermayer <michaelni@gmx.at>
Remove leal op to fix icl inline asm. Signed-off-by: Michael …
11:00 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) reopened by Carl Eugen Hoyos
Could be considered a regression because for one output file, the same …
10:43 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) closed by vikigns
fixed
10:32 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by vikigns
LOL :) THANKS I just got it!!!
10:31 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by Carl Eugen Hoyos
To work-around your issue, move -t (which is an output option) …
10:21 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by Carl Eugen Hoyos
I tested the following command line: […] FFmpeg, MPlayer and vlc …
10:11 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by vikigns
Please check /incoming/ticked-3537.txt /incoming/1280.wmv And all …
9:40 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by vikigns
Got it! File uploading... Thanks.
9:34 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by Carl Eugen Hoyos
If you cannot upload your video to our ftp server (which only …
9:31 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by vikigns
Wrong coding source have: _SfMarkerDuration_0: 0 and Chapter #0.0: …
9:16 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by vikigns
It's private video from one of my client :( email me plz (you've got …
9:09 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by Carl Eugen Hoyos
Replying to vikigns: > It's not public video :( > How can …
8:53 AM Ticket #2674 (fps filter changes video length) updated by Ananta Palani
Cc changed
8:53 AM Ticket #1578 (variable FPS incorrect frame length) updated by Ananta Palani
Cc changed
8:52 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by vikigns
Replying to cehoyos: > Where can I find the input sample …
8:49 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by vikigns
It's not public video :( How can I send you link not in public? …
8:46 AM Ticket #3164 (First image skipped when forcing output rate) updated by Ananta Palani
Replying to cehoyos: > Replying to notedible: …
8:44 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) updated by Carl Eugen Hoyos
Where can I find the input sample 1280.wmv?
8:40 AM Ticket #3537 (Invalid chapters are copied if -t is used as input option) created by vikigns
See comment:14 for a sample command. ---- Summary of the bug: Try …
6:26 AM Ticket #3536 (Compilation failure with --disable-decoder=vp7 or --disable-decoder=vp8) created by jamal
[…] […] Also …
3:24 AM Changeset in ffmpeg [02497a5d] by Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
ffserver: don't hardcode RTSP status codes Signed-off-by: Reynaldo H. …
3:24 AM Changeset in ffmpeg [5267a5d7] by Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
rtspcodes: add full list of RTSP status codes Also add reason phrases …
3:24 AM Changeset in ffmpeg [0c5a6ef8] by Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
ffserver: nits & typos Signed-off-by: Reynaldo H. Verdejo Pinochet …
3:11 AM Changeset in ffmpeg [fdaf8372] by Michael Niedermayer <michaelni@gmx.at>
configure: Check for generated output in check_header_oc. …
2:37 AM Ticket #2873 (ffmpeg concat demuxer fails: mpeg files with different audio and video ...) closed by Carl Eugen Hoyos
fixed: I believe this was fixed by Nicolas in 26dea773
2:18 AM Changeset in ffmpeg [a75ba1e1] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264/find_start_code: factorize addition out Signed-off-by: …
2:16 AM Changeset in ffmpeg [13aa5757] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: xtea: …
2:15 AM Changeset in ffmpeg [a6fa3a47] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f73495686d109ffffaa8c0387e790e7997326229' * commit …
1:59 AM Changeset in ffmpeg [0ecb3075] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e10fd08aa7fbe8645545ad2e8721f0ed03c8e06a' * commit …
1:40 AM Ticket #3535 (Too Short RTP/JPEG packet.) updated by ozsaffer
Hi, Thanks for the reply. I tried the -buffer_size option, using a …
1:20 AM Changeset in ffmpeg [a7a82f2f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c389a804943095ebf078daec6b64690d2c97069c' * commit …
1:08 AM Changeset in ffmpeg [072278c7] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5ce7ca68b86856ee8e9d6530dffdadc4eca4f8d1' * commit …
12:51 AM Changeset in ffmpeg [190106e] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd3789eeeed3423bd1ca9dc40030a2f7a21ea5332' * commit …
12:15 AM Changeset in ffmpeg [4c57c6a7] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14' * commit …

Apr 6, 2014:

11:33 PM Changeset in ffmpeg [541bebd4] by Michael Niedermayer <michaelni@gmx.at>
lavc/cpia: use avpriv_report_missing_feature() Signed-off-by: Michael …
11:33 PM Changeset in ffmpeg [5dae3cf3] by Michael Niedermayer <michaelni@gmx.at>
lavc/cpia: fix typo in log message Signed-off-by: Michael Niedermayer …
11:31 PM Changeset in ffmpeg [486e3649] by Vittorio Giovara <vittorio.giovara@gmail.com>
xtea: Add Doxy @file and group
11:31 PM Changeset in ffmpeg [f7349568] by Vittorio Giovara <vittorio.giovara@gmail.com>
adler32: Fix doxy group definition Based on a patch by James Almer …
9:57 PM Changeset in ffmpeg [01a5d717] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Set …
9:43 PM Changeset in ffmpeg [9e7f1474] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
9:35 PM Changeset in ffmpeg [3d5c859f] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Set Matroska private data when muxing Prores. The specification …
9:33 PM Changeset in ffmpeg [e10fd08a] by Janne Grunau <janne-libav@jannau.net>
h264: Refactor decode_nal_units
9:29 PM Changeset in ffmpeg [5297003a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'eeadcdfd1a6f3089b6bf6e194d6ece8d3f113123' * commit …
9:23 PM Changeset in ffmpeg [c389a804] by Vittorio Giovara <vittorio.giovara@gmail.com>
libxvid: Add SSIM displaying through a libxvidcore plugin …
9:23 PM Changeset in ffmpeg [5ce7ca68] by Vittorio Giovara <vittorio.giovara@gmail.com>
libxvid: add working lumimasking and variance AQ The old …
9:14 PM Changeset in ffmpeg [787be6d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6f273093e54cba130f3ffde3d6433e74baa4ad89' * commit …
8:19 PM Changeset in ffmpeg [881f4e8d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a420ccd4f2a011887451a7d5e1bebba4fd7c40e2' * commit …
8:04 PM Changeset in ffmpeg [a0568ed2] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
rtspdec: check for strchr returning NULL. Fixes CID 732244. …
7:18 PM Changeset in ffmpeg [d3789eee] by Janne Grunau <janne-libav@jannau.net>
aarch64: implement videodsp.prefetch 8% faster h264 decoding on Apple A7.
7:18 PM Changeset in ffmpeg [8675bcb0] by Janne Grunau <janne-libav@jannau.net>
aarch64: add armv8 CPU flag
6:51 PM Ticket #3535 (Too Short RTP/JPEG packet.) updated by Carl Eugen Hoyos
Replying to ozsaffer: > [udp @ 0x1ce7b20] end receive …
5:38 PM Changeset in ffmpeg [57d10a28] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
pulseaudio: move NULL check up before dereference. Fixes CID 1197068. …
4:31 PM Changeset in ffmpeg [fc7e02f0] by Michael Niedermayer <michaelni@gmx.at>
dcadsp: fix SSE code to not use SSE2 instructions. movq from SSE …
4:10 PM Changeset in ffmpeg [4ccd7cb4] by Michael Niedermayer <michaelni@gmx.at>
avformat/oggdec/ogg_read_packet(): factorize failure code path …
4:10 PM Changeset in ffmpeg [c1b24ca7] by Michael Niedermayer <michaelni@gmx.at>
avformat/oggdec: check for av_packet_new_side_data() failure Fixes …
4:10 PM Changeset in ffmpeg [28f8114b] by Michael Niedermayer <michaelni@gmx.at>
avcodec/vp8: fix checking vp7_feature_value_size Fixes CID1197061 …
3:22 PM Ticket #2886 (HLS source with multiple variants is not optimally handled) updated by Anssi Hannula
Cc changed
I agree this is probably something that should be implemented, though …
3:18 PM Ticket #2833 (can't parse HLS subtitles and alternate audio) updated by Anssi Hannula
Cc changed
3:17 PM Ticket #2737 (There are discontinuous phenomenon in playing HLS stream when changing ...) updated by Anssi Hannula
Cc, Reproduced by developer changed
The (b) option has been implemented in git master now. While it made …
3:10 PM Ticket #3309 (Support text subtitles in mpeg transport streams) updated by Anssi Hannula
Cc, Description changed
Fixed description, XBMC => VDR.
3:08 PM Ticket #2833 (can't parse HLS subtitles and alternate audio) updated by Anssi Hannula
Alternative audio support has been added in git master now, along with …
2:55 PM Changeset in ffmpeg [cdbd9e21] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: support for seeking on event playlists This allows …
2:55 PM Changeset in ffmpeg [f29cb45b] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: flush the subdemuxer when seeking Since we are …
2:55 PM Changeset in ffmpeg [9aa0606e] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: properly take stream_index into account when seeking …
2:55 PM Changeset in ffmpeg [ad70132] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: open playlists immediately when AVDISCARD_ALL is dropped …
2:55 PM Changeset in ffmpeg [05ce529a] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: factor identical playlist allocations out of …
2:55 PM Changeset in ffmpeg [6b4b73e7] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: do not use sequence numbers for packet ordering As per …
2:55 PM Changeset in ffmpeg [8fd6875c] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: do not care about stream start timestamps While …
2:55 PM Changeset in ffmpeg [d549b091] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: avoid unnecessary segment retrievals Check if the …
2:55 PM Changeset in ffmpeg [4e85202b] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: improve segment selection when restarting list reception …
2:55 PM Changeset in ffmpeg [61e1a702] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: track seeking on a per-playlist basis Seeking needs to …
2:55 PM Changeset in ffmpeg [01b184e6] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: parse ID3 timestamps for elementary audio streams HLS …
2:55 PM Changeset in ffmpeg [1cb8d98] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: split read_from_url() out of read_data() Useful for ID3 …
2:55 PM Changeset in ffmpeg [f7c7fc1] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: add some logging messages Signed-off-by: Anssi Hannula …
2:55 PM Changeset in ffmpeg [da7759b3] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: add support for byte-ranged segments Add support for …
2:55 PM Changeset in ffmpeg [cc1162d7] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: always return EOF for unneeded playlist streams Even if …
2:55 PM Changeset in ffmpeg [edf4406c] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: add support for alternative renditions HLS protocol …
2:42 PM Changeset in ffmpeg [a027d2a8] by Vittorio Giovara <vittorio.giovara@gmail.com>
fate: add tests for SANM and VIMA Signed-off-by: Vittorio Giovara …
2:41 PM Changeset in ffmpeg [eeadcdfd] by Vittorio Giovara <vittorio.giovara@gmail.com>
LucasArts SMUSH demuxer Signed-off-by: Vittorio Giovara …
2:41 PM Changeset in ffmpeg [6f273093] by Vittorio Giovara <vittorio.giovara@gmail.com>
LucasArts SMUSH VIMA audio decoder Signed-off-by: Vittorio Giovara …
2:40 PM Changeset in ffmpeg [a420ccd4] by Vittorio Giovara <vittorio.giovara@gmail.com>
LucasArts SMUSH SANM video decoder Signed-off-by: Vittorio Giovara …
1:52 PM Changeset in ffmpeg [3346254] by Michael Niedermayer <michaelni@gmx.at>
configure: Add workaround for qtkit detection using ICC compiler. …
7:34 AM Capture/Webcam edited by Thilo Borgmann
(diff)
2:20 AM Ticket #3535 (Too Short RTP/JPEG packet.) updated by ozsaffer
Hi, Thanks for the idea, I tried the following two sizes, …
2:01 AM Changeset in ffmpeg [754f8466] by Michael Niedermayer <michaelni@gmx.at>
avcodec/msrle: check return code for success before use The check is …
1:51 AM Changeset in ffmpeg [f87b3d55] by Michael Niedermayer <michaelni@gmx.at>
avcodec/pthread_frame: fix missing unlock on error Fixes CID1197057 …
1:31 AM Ticket #3535 (Too Short RTP/JPEG packet.) updated by Carl Eugen Hoyos
I am just blindly guessing but did you try increasing RECVBUF_SIZE in …
1:06 AM Ticket #3535 (Too Short RTP/JPEG packet.) updated by ozsaffer
Hi, Thanks for the reply, I have downloaded and built the latest …
12:42 AM Changeset in ffmpeg [59c1023e] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Consider aspect ratio when writing tiff dpi. TIFFTAG_YRESOLUTION gets …
Note: See TracTimeline for information about the timeline view.