Timeline
Aug 30, 2011:
- 11:42 PM Changeset in ffmpeg [84f26f52] by
- Support (H/W accelerated) H.264 decoding on Android via Stagefright
- 11:26 PM Changeset in ffmpeg [6a6cabf2] by
- Add build-script for Android
- 11:24 PM Changeset in ffmpeg [006d2ab4] by
- C++ Support ;)
- 10:12 PM Changeset in ffmpeg [76ba894e] by
- Merge commit 'f593628e5868e52a46de666767896c6afcebdae4' * commit …
- 9:45 PM Changeset in ffmpeg [a9424d2] by
- Support speex in avi.
- 9:37 PM Changeset in ffmpeg [595cfdef] by
- vf_drawtext: add basetime argument to allow specifying the wall clock …
- 8:32 PM Ticket #344 (FFProbe does not provide PTS, DTS info present in MPEG file.) updated by
- I thought it did actually contain B-frames, but it looks like I didn't …
- 8:02 PM Changeset in ffmpeg [cc2b4e88] by
- libavfilter/graphparser: Avoid spaces in filter instance names. This …
- 7:56 PM Changeset in ffmpeg [7c3f4fb4] by
- ffmpeg: ffmpeg: fix reading commands from the keyboard Signed-off-by: …
- 6:51 PM Changeset in ffmpeg [2e2594ca] by
- avconv: remove -threads option. It's only shadowing the AVOption with …
- 6:27 PM Changeset in ffmpeg [e312543c] by
- ffmpeg: fix reading commands from stdin Signed-off-by: Michael …
- 6:25 PM Changeset in ffmpeg [3016c7f5] by
- vf_drawtext: fix segfault on reinit Signed-off-by: Michael …
- 5:12 PM Changeset in ffmpeg [f593628e] by
- avconv: Replace raw picture frame swapping hack.
- 4:16 PM Changeset in ffmpeg [e01770ba] by
- fate: Switch default tool to test from avconv to ffmpeg …
- 4:10 PM Changeset in ffmpeg [4bb2a74f] by
- ffmpeg: re-add nb_streams to InputFile. It was mistakenly removed in …
- 4:10 PM Changeset in ffmpeg [ff037c54] by
- ffmpeg: Replace goto redo on decode fail with continue. This checks …
- 4:10 PM Changeset in ffmpeg [cf89e55a] by
- ffmpeg: Remove dead store.
- 4:10 PM Changeset in ffmpeg [08fe874f] by
- ffmpeg: use av_clip_int16 for audio clipping
- 4:08 PM Changeset in ffmpeg [ef24426] by
- ffmpeg: switch stream mapping print code to qatars variant Author of …
- 4:08 PM Changeset in ffmpeg [10c3b033] by
- ffmpeg: move the avcodec_find_decoder() call to add_input_streams(). …
- 4:08 PM Changeset in ffmpeg [93ed69ad] by
- ffmpeg: Separate initialization from the main transcode loop.
- 4:08 PM Changeset in ffmpeg [e5362cec] by
- ffmpeg: reset input_ts_offset between files. Signed-off-by: Alex …
- 4:08 PM Changeset in ffmpeg [38064945] by
- ffmpeg: call flush_encoders() from transcode() directly. And remove …
- 4:08 PM Changeset in ffmpeg [d73e8ca] by
- ffmpeg: fix broken indentation. Signed-off-by: Alex Converse …
- 4:08 PM Changeset in ffmpeg [877ba7b4] by
- ffmpeg: rescue poor abused limit_filesize global. Keep a …
- 4:08 PM Changeset in ffmpeg [cb134385] by
- ffmpeg: Set error code before before jumping to fail.
- 4:08 PM Changeset in ffmpeg [6e6ccf0d] by
- ffmpeg: Fix spelling errors. Signed-off-by: Luca Barbato …
- 4:08 PM Changeset in ffmpeg [47a3439] by
- ffmpeg: save two levels of indentation in flush_encoders() By …
- 4:08 PM Changeset in ffmpeg [a16f1afb] by
- ffmpeg: factor flushing encoders out of output_packet().
- 4:08 PM Changeset in ffmpeg [94adca68] by
- ffmpeg: factor out initializing input streams.
- 4:08 PM Changeset in ffmpeg [8b85b9fa] by
- ffmpeg: reset streamid_map between output files.
- 4:08 PM Changeset in ffmpeg [6bdd9fb] by
- ffmpeg: make timer_start a local var in transcode().
- 4:08 PM Changeset in ffmpeg [3a7b4ccd] by
- ffmpeg: cosmetics, move OutputStream. Allows us to get rid of forward …
- 4:08 PM Changeset in ffmpeg [8f9c77e7] by
- ffmpeg: remove two unused macros.
- 4:08 PM Changeset in ffmpeg [e0aee840] by
- ffmpeg: reindent.
- 4:08 PM Changeset in ffmpeg [d4d5a950] by
- ffmpeg: rescue poor abused start_time global. Keep a per-OutputFile …
- 4:08 PM Changeset in ffmpeg [08890d35] by
- ffmpeg: : rescue poor abused recording_time global. Keep a …
- 4:08 PM Changeset in ffmpeg [5c2a4d3b] by
- ffmpeg: fix broken indentation.
- 4:08 PM Changeset in ffmpeg [dd07242] by
- ffmpeg: get rid of the arbitrary MAX_FILES limit.
- 4:08 PM Changeset in ffmpeg [76e48733] by
- ffmpeg: get rid of the output_streams_for_file vs. ost_table …
- 4:06 PM Changeset in ffmpeg [b091de22] by
- Revert "Fix stream mapping regression" Subsequent cherry picks are …
- 3:58 PM Changeset in ffmpeg [61b933f5] by
- ffmpeg: add a wrapper for output AVFormatContexts and merge …
- 3:58 PM Changeset in ffmpeg [0ea58d71] by
- ffmpeg: make itsscale syntax consistent with other options. Move the …
- 3:58 PM Changeset in ffmpeg [81e46555] by
- ffmpeg: factor out adding input streams.
- 3:57 PM Changeset in ffmpeg [a6d0340] by
- ffmpeg: Factorize combining auto vsync with format.
- 3:57 PM Changeset in ffmpeg [ebf94f4] by
- ffmpeg: Factorize video resampling.
- 3:57 PM Changeset in ffmpeg [dadbebbb] by
- ffmpeg: Don't unnecessarily convert ipts to a double.
- 3:57 PM Changeset in ffmpeg [7357f6e6] by
- ffmpeg: don't segfault on 0 input files.
- 3:57 PM Changeset in ffmpeg [6e675b50] by
- ffmpeg: remove pointless parameter from new_*_stream(). New streams …
- 3:57 PM Changeset in ffmpeg [868013aa] by
- ffmpeg: cosmetics, move code Move find_codec_or_die(), …
- 3:57 PM Changeset in ffmpeg [6f610fa1] by
- ffmpeg: cosmetics -- move copy_chapters(). It's only used in …
- 3:57 PM Changeset in ffmpeg [c692eda3] by
- ffmpeg: cosmetics -- move parse_forced_key_frames(). …
- 3:57 PM Changeset in ffmpeg [f69e8c7d] by
- ffmpeg: switch to a:b syntax
- 3:57 PM Changeset in ffmpeg [e3bf4e29] by
- ffmpeg: replace -vcodec/-acodec/-scodec with a better system. The new …
- 3:57 PM Changeset in ffmpeg [a0147957] by
- ffmpeg: remove presets. Nothing except x264 uses them and native x264 …
- 3:57 PM Changeset in ffmpeg [2d726b19] by
- Revert "ffmpeg: simplify opt_*_codec() options" This is needed because …
- 3:57 PM Changeset in ffmpeg [88bfe451] by
- ffmpeg: change semantics of -map New syntax contains an optional …
- 3:57 PM Changeset in ffmpeg [f12f40b3] by
- ffmpeg: get rid of new* options. They are confusing, irregular and …
- 3:57 PM Changeset in ffmpeg [7efec8dd] by
- ffmpeg: rename sameq variables to same_quant
- 3:57 PM Changeset in ffmpeg [5a9e42ec] by
- ffmpeg: make -map_metadata work consistently with the other options …
- 3:57 PM Changeset in ffmpeg [6bf3c39d] by
- ffmpeg: make -map_chapters accept only the input file index. This is …
- 3:57 PM Changeset in ffmpeg [97861f5b] by
- ffmpeg: Set codec_type in new_output_stream Ported from a change from …
- 3:57 PM Changeset in ffmpeg [a0ce297b] by
- ffmpeg: rename ffmpeg_exit in exit_program Signed-off-by: Michael …
- 3:06 PM Ticket #422 (x264 preset and tune options always reset certain ffmpeg params to defaults) created by
- When using ffmpeg with libx264, certain options are always reset to …
- 1:44 PM Ticket #344 (FFProbe does not provide PTS, DTS info present in MPEG file.) updated by
- Reimar, Many thanks for taking a look at this. I can see that ffprobe …
- 11:04 AM Changeset in ffmpeg [a8085231] by
- RV40: reuse some H.264 motion compensation functions in RV40. Since …
- 8:58 AM Ticket #320 (0 channels in latm stream) closed by
- fixed: Fixed in current git master. The patch will be reverted if it breaks …
- 8:56 AM Ticket #348 (Disable cropping for large values) closed by
- fixed: Cropping is now disabled in the brainfart case. If FFmpeg supports …
- 8:46 AM Changeset in ffmpeg [c41bf905] by
- Only autodetect loas in transport streams. The Makito encoder sets …
- 8:46 AM Changeset in ffmpeg [75a22521] by
- Support Nellymoser in isom.
- 8:46 AM Changeset in ffmpeg [66624cbb] by
- Disable cropping for the brainfart case. This fixes ticket #348 for …
- 8:33 AM Ticket #407 (Assertion fails in h264_refs.c) updated by
- Replying to cehoyos: > Does the crash happen before the …
- 8:24 AM Ticket #407 (Assertion fails in h264_refs.c) updated by
- Does the crash happen before the assert? Do you believe it is more …
- 8:11 AM Ticket #407 (Assertion fails in h264_refs.c) updated by
- Maybe it would be better to open another ticket for assertion issue? …
- 8:05 AM Ticket #387 (ffmpeg '-profile baseline' no longer works with libx264) updated by
- @patronanejo: Does -vprofile baseline not work for you?
- 8:03 AM Ticket #407 (Assertion fails in h264_refs.c) updated by
-
Status, Reproduced by developer, Summary, Priority, Version, Keywords changed
[…] - 8:03 AM Changeset in ffmpeg [c70e8523] by
- vsrc_testsrc: set more properties in the output frames
- 8:03 AM Changeset in ffmpeg [bf917e26] by
- fifo: add note in av_fifo_realloc2() doxy regarding reallocation …
- 7:28 AM Changeset in ffmpeg [0629b1ff] by
- ffprobe: introduce output format writers.
- 7:14 AM Changeset in ffmpeg [f33be93b] by
- mov: read tmcd tag and set timecode drop flag accordingly.
- 4:45 AM Ticket #407 (Assertion fails in h264_refs.c) updated by
- Attached frame sequence that reproduces crash on av_assert. Codec is …
- 3:41 AM Changeset in ffmpeg [62702075] by
- h264: allow debuging SEI types Signed-off-by: Michael Niedermayer …
- 12:57 AM Ticket #387 (ffmpeg '-profile baseline' no longer works with libx264) updated by
- As a practical matter, would it be insufficient to have ffmpeg …
Aug 29, 2011:
- 11:27 PM Ticket #155 (Broken frames transcoding/subclipping from GoPro H.264 to XDCAM) closed by
- fixed: This is not reproducible any more with current git head.
- 10:19 PM Changeset in ffmpeg [caf63ebd] by
- Fix some APIchange versions.
- 9:22 PM Ticket #421 (Online Doxygen docs mixes up ffmpeg.c docs with avconv.c docs.) created by
- In the doxygen page for the ffmpeg.c source code when you click on a …
- 8:49 PM Ticket #366 (Green bar with ffplay when playing H264) closed by
- fixed: Not reproducible any more (but already fixed before …
- 8:24 PM Changeset in ffmpeg [db5effe1] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: Revert …
- 7:14 PM Ticket #156 (Full HD Material from Canon 5D treated as 1920x1088) updated by
- While the mov headers specify 1920x1080, the SPS specifies a size of …
- 6:55 PM Changeset in ffmpeg [ea36c44e] by
- avfilter_graph_queue_command: Allow queueing commands out of order …
- 6:39 PM Changeset in ffmpeg [37f9de59] by
- avfilter: fix processing multiple commands per frame and filter …
- 6:16 PM Changeset in ffmpeg [50be0b91] by
- ffmpeg: Support queing filter commands for later times Signed-off-by: …
- 6:16 PM Changeset in ffmpeg [3d8176d2] by
- avfilter: Add avfilter_graph_que_command() Signed-off-by: Michael …
- 6:16 PM Changeset in ffmpeg [f782ce3b] by
- drawtext: Support changing parameters through reinit command at …
- 6:16 PM Changeset in ffmpeg [bb22f39f] by
- ffmpeg: Support passing commands to filters at runtime Signed-off-by: …
- 6:16 PM Changeset in ffmpeg [1e5014c7] by
- avfilter: Add command passing support Signed-off-by: Michael …
- 4:32 PM Changeset in ffmpeg [22141917] by
- Revert "h264: Properly set coded_{width, height} when parsing H.264." …
- 2:48 PM Changeset in ffmpeg [8b722297] by
- isom: add missing AVC-Intra tags, rearrange list and update comments …
- 1:00 PM Ticket #165 (QT Cinepak - plays in negative) updated by
- fixes the problem for me
- 12:58 PM Ticket #156 (Full HD Material from Canon 5D treated as 1920x1088) updated by
- I found this: …
- 11:28 AM Ticket #156 (Full HD Material from Canon 5D treated as 1920x1088) updated by
- I was unable to find a sample for this ticket, could you make one …
- 11:18 AM Ticket #122 (Kega Game Video codec broken with ffplay) updated by
- Does not crash for ia32 and ppc, crashes for x86_64 […]
- 9:36 AM Ticket #160 (QT RAW "256 colors" - broken output) closed by
- fixed: I believe this issue was fixed.
- 9:33 AM Ticket #418 (mpegts demux provides invalid dts when reading from stdin) updated by
- wow that was fast. thanks!
- 7:33 AM Ticket #397 (swscale crashes when upscaling pictures using MMX2) updated by
- Replying to cehoyos: > Workaround for gcc-4.6 posted: > …
- 7:19 AM Ticket #163 (x11grab input returns fully transparent image) updated by
-
Analyzed by developer, Component changed
But am I correct that x11grab should not assume a useful value for the … - 4:22 AM Changeset in ffmpeg [c922816d] by
- avconv: remove stubs of crop* and pad* options
- 4:22 AM Changeset in ffmpeg [ed5b1326] by
- avconv: re-add nb_streams to InputFile. It was mistakenly removed in …
- 2:34 AM Changeset in ffmpeg [4becc861] by
- issue_tracker.txt: more updates toward trac Signed-off-by: Michael …
- 2:32 AM Changeset in ffmpeg [6e2c036b] by
- doc/issue_tracker.txt: regressions are important Signed-off-by: …
- 2:30 AM Changeset in ffmpeg [80d4538d] by
- doc/issue_tracker.txt: Update toward trac Signed-off-by: Michael …
Aug 28, 2011:
- 9:20 PM Ticket #8 (Matroska muxers define unusable codec_tag properties) closed by
- fixed: Not really related to EAC3 (and certainly not to spectral extension). …
- 9:13 PM Changeset in ffmpeg [312645e0] by
- Do not set codec_tag property for matroska muxers. Fixes ticket #8.
- 8:37 PM Changeset in ffmpeg [ab539d9e] by
- Use the shorter channel layout description for the common case.
- 8:33 PM Ticket #163 (x11grab input returns fully transparent image) updated by
- FFmpeg captures with alpha channel, though RGB32 for X does not …
- 8:32 PM Ticket #418 (mpegts demux provides invalid dts when reading from stdin) closed by
- fixed: The specific test case should be fixed.
- 7:50 PM Ticket #397 (swscale crashes when upscaling pictures using MMX2) updated by
-
Priority, Analyzed by developer, Reproduced by developer changed
Workaround for gcc-4.6 posted: … - 7:43 PM Changeset in ffmpeg [262ab1c] by
- Do not assume timestamps for mp2 format.
- 4:28 PM Ticket #343 (wrong duration with voc files) closed by
- fixed
- 4:05 PM Ticket #220 (realaudio sipr decodes incorrectly) closed by
- fixed: Fixed by Kostya.
- 4:03 PM Ticket #412 (.smv container support) updated by
-
Analyzed by developer, Status, Component changed
- 9:01 AM Ticket #360 (Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files) updated by
- Confirmed fixed. Sorry for the late response. Somehow I didn't get a …
Aug 27, 2011:
- 10:15 PM Changeset in ffmpeg [3dd44e50] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: Use …
- 10:07 PM Ticket #412 (.smv container support) updated by
- First, reading or writing? Also it's not simple at all, the format is …
- 9:57 PM Changeset in ffmpeg [09a858da] by
- Add support for BDAV/m2ts-mode muxing Signed-off-by: Fredrik Axelsson …
- 8:17 PM Changeset in ffmpeg [b118255e] by
- Replace goto by break, it has the same effect. Signed-off-by: Reimar …
- 8:12 PM Changeset in ffmpeg [056c13fd] by
- vocdec: Take channel count into account when calculating bit rate. …
- 8:12 PM Changeset in ffmpeg [2cd7a9eb] by
- JPEG-LS: clip offset based on cur_scan to valid range. Signed-off-by: …
- 8:06 PM Changeset in ffmpeg [dacd827b] by
- Rename find_program_from_stream to av_find_program_from_stream and add …
- 7:39 PM Changeset in ffmpeg [941bb552] by
- Fix memory corruption in case of memory allocation failure in …
- 3:23 PM Changeset in ffmpeg [10397215] by
- Use deinterleavers for demangling audio packets in RealMedia. Unlike …
- 3:23 PM Changeset in ffmpeg [52982dbe] by
- vf_scale: don't leak SWS context. Signed-off-by: Anton Khirnov …
- 1:08 PM Ticket #396 (libavdevice/vfwcap.c memory allocation error) updated by
- I just sent a patch, it would be great if you could help by testing …
- 12:59 PM Ticket #344 (FFProbe does not provide PTS, DTS info present in MPEG file.) updated by
- Well, FFmpeg can find the pts values, too, as you see when you change …
- 12:23 PM Ticket #362 (Interlaced mjpeg fails to decode) updated by
- Argh! It's -vcodec copy. -vc copy will try setting channel count for …
- 12:12 PM Ticket #362 (Interlaced mjpeg fails to decode) updated by
- How did you conclude it fails to decode? Both ffmpeg -i …
- 12:00 PM Changeset in ffmpeg [fa19c5c2] by
- doxygen: drop another pointless star from pointer variable name
- 11:56 AM Ticket #348 (Disable cropping for large values) updated by
- I think partial cropping is a bad idea, it will never make anyone …
- 11:51 AM Ticket #343 (wrong duration with voc files) updated by
- Ah, I missed that patch (didn't get an email notification for it). …
- 11:32 AM Ticket #122 (Kega Game Video codec broken with ffplay) updated by
- Correction, in valgrind I actually see invalid reads. This is probably …
- 11:28 AM Ticket #122 (Kega Game Video codec broken with ffplay) updated by
- Seems to play fine for me?
- 10:46 AM Changeset in ffmpeg [24ddfb2b] by
- lavfi: add amovie source - audio movie source
- 3:09 AM Changeset in ffmpeg [1d6eca2d] by
- Removes the internal avcodec_find_best_pix_fmt1()function previously …
- 12:04 AM Changeset in ffmpeg [c8868f28] by
- vf_scale: apply the same transform to the aspect during init that is …
Aug 26, 2011:
- 11:07 PM Changeset in ffmpeg [1287c81d] by
- imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against …
- 10:57 PM Changeset in ffmpeg [adfe5940] by
- Adds a new pix fmt function that selects the best dest fmt from among …
- 9:18 PM Changeset in ffmpeg [094a4968] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: fifo: …
- 6:54 PM Changeset in ffmpeg [1717ba0c] by
- fifo: add FIFO API test program, and fate test Signed-off-by: Anton …
- 6:53 PM Changeset in ffmpeg [f2011ed2] by
- fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() The new …
- 6:31 PM Ticket #420 (Sound fragments after seeking) updated by
- I noticed the same problem. See audioBitStream.jpg to see what append …
- 6:28 PM Changeset in ffmpeg [f4f3300c] by
- postprocess.c: filter name needs to be double 0 terminated …
- 4:34 PM Changeset in ffmpeg [02494787] by
- doxygen: fix wrong comment syntax, < vs. /<
- 4:22 PM Ticket #418 (mpegts demux provides invalid dts when reading from stdin) updated by
-
Using
-mp3instead of-mp2still gives the `non monotonically … - 4:08 PM Changeset in ffmpeg [0138a8de] by
- doxygen: drop pointless star from pointer variable names
- 3:40 PM Changeset in ffmpeg [c960e67a] by
- Replace deprecated av_find_stream_info() by avformat_find_stream_info().
- 3:08 PM Changeset in ffmpeg [0a1cf662] by
- ffplay: fix a crash caused by aborting the video queue If the video …
- 2:26 PM Changeset in ffmpeg [5f677aac] by
- xmv: eliminate superfluous zeroing of zero data Signed-off-by: Diego …
- 1:40 PM Ticket #397 (swscale crashes when upscaling pictures using MMX2) updated by
- Replying to cehoyos: > Replying to marillat: > …
- 12:52 PM Ticket #397 (swscale crashes when upscaling pictures using MMX2) updated by
- Replying to marillat: > ffmpeg -v 9 -loglevel 99 -i …
- 12:47 PM Ticket #397 (swscale crashes when upscaling pictures using MMX2) updated by
- Replying to cehoyos: > I cannot reproduce your problem …
- 12:33 PM Changeset in ffmpeg [8af9366e] by
- ffprobe: fix deprecated call to av_find_stream_info.
- 12:15 PM Changeset in ffmpeg [a544545a] by
- acodec: change default bitrate to 128k Signed-off-by: Michael …
- 12:15 PM Changeset in ffmpeg [2e97d126] by
- regtests: use bitrate syntax understood by both tools Signed-off-by: …
- 10:42 AM Ticket #420 (Sound fragments after seeking) created by
- While trying to use FFmpeg libs as a developer I found the following: …
- 8:16 AM Ticket #42 (don't read stdin when running in a noninteractive shell) updated by
- We need to check for being a foreground process only if we are an …
- 8:14 AM Ticket #28 (Encoding mpeg-4 with threads and b-frames outputs errors on decoding) updated by
- @maldata: What you described in vlc ticket 5242 has nothing to do with …
- 8:03 AM Ticket #42 (don't read stdin when running in a noninteractive shell) updated by
- Replying to michael: > Replying to taeuber: > …
- 6:50 AM Ticket #122 (Kega Game Video codec broken with ffplay) reopened by
- ffplay still does not support playing the sample from ticket #59. …
- 1:46 AM Changeset in ffmpeg [d2ba1fb5] by
- configure: fix typo in avconv dependency list
- 1:17 AM Ticket #285 (RTSP h264 video stream always reports corrupted macroblock) updated by
- Replying to michael: > Replying to [comment:14 …
- 1:15 AM Ticket #419 (rtsp:// doesn't support any port number other than 80) created by
- rtsp:// doesn't support any port number other than 80 for tcp and udp …
Aug 25, 2011:
- 11:55 PM Changeset in ffmpeg [c8b37fd0] by
- Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 * …
- 11:29 PM Changeset in ffmpeg [876d1d79] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: vp6: …
- 11:08 PM Ticket #122 (Kega Game Video codec broken with ffplay) closed by
- fixed: ffplay supports reconfiguring the filterchain since a short while, and …
- 11:06 PM Ticket #59 (Kega Game Video codec regression (most likely because of libavfilter)) updated by
- 10:53 PM Ticket #42 (don't read stdin when running in a noninteractive shell) updated by
- Replying to taeuber: > Hi Michael, Hi lars > > i found …
- 10:49 PM Changeset in ffmpeg [f913eeea] by
- vp6: partially propagate huffman tree building errors during coeff …
- 10:49 PM Changeset in ffmpeg [09c274e0] by
- mpeg12: propagate chunk decode errors and fix conditional indentation …
- 10:26 PM Ticket #287 (unicode under windows) updated by
- note, few ffmpeg developers have windows systems, thus it might help …
- 10:20 PM Ticket #337 (FFmpeg's isaTTY check makes programatically parsing stderr impossible) updated by
-
Reproduced by developer changed
Please provide enough information so this can be reproduced - 8:47 PM Changeset in ffmpeg [b37131f7] by
- configure: add missing CFLAGS to fix building on the HURD …
- 8:29 PM Ticket #285 (RTSP h264 video stream always reports corrupted macroblock) updated by
- Replying to uscgraphics: > > I just try the build from …
- 7:43 PM Changeset in ffmpeg [7c4e4c6a] by
- udp: fix circular buffer error handling Signed-off-by: Michael …
- 7:41 PM Changeset in ffmpeg [0d802ac5] by
- vc1: fix VC-1 Pulldown handling. Pulldown flags are being set …
- 7:33 PM Changeset in ffmpeg [1cf82cab] by
- VC1: Fix first/last row checks with slices In some places 0/mb_height …
- 7:33 PM Changeset in ffmpeg [20f0bf8c] by
- udp: buffer datagrams in circular buffer instead of a bytestream …
- 6:53 PM Changeset in ffmpeg [ad6c7c1b] by
- mp4: Handle non-trivial ES Descriptors.
- 5:56 PM Ticket #418 (mpegts demux provides invalid dts when reading from stdin) updated by
-
Status, Version, Reproduced by developer changed
Reproducible with […] - 5:47 PM Ticket #31 (ERROR: libtheora not found) closed by
- invalid: seems theora/theoraenc.h is missing on the reporters system Probably …
- 3:02 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by
- I can confirm that the patch is working. Both Gwenviewand …
- 12:49 PM Changeset in ffmpeg [abe0b8e9] by
- sws: use shift for chroma sample up convertion sws: use shifts for non …
- 11:04 AM Ticket #418 (mpegts demux provides invalid dts when reading from stdin) created by
- FFmpeg fails demultiplexing an mpegts stream when piped to stdin: …
- 5:06 AM Changeset in ffmpeg [d4b99744] by
- vc1: properly zero coded_block[] edges on new slice entry. …
- 2:06 AM Changeset in ffmpeg [ee0ff051] by
- ffplay: use lock manager callback to make libavcodec thread-safe …
Aug 24, 2011:
- 9:58 PM Ticket #417 (correct grayscale palette for 2/4bpp TIFF) updated by
-
Status, Version, Component, Reproduced by developer changed
- 9:27 PM Ticket #298 (Crash in ff_emulated_edge_mc_8) closed by
- fixed
- 9:20 PM Changeset in ffmpeg [7e7012d0] by
- oggdec: subtract time of first packet only from duration when it is …
- 9:14 PM Ticket #88 (MPEG2 Transport Stream Demuxer - Incorrect PTS/DTS for Stream) closed by
- fixed
- 9:13 PM Changeset in ffmpeg [d2cab951] by
- oggdec: Make sure start time correction is applied once to each stream …
- 6:26 PM Changeset in ffmpeg [bd464037] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
- 6:08 PM Ticket #417 (correct grayscale palette for 2/4bpp TIFF) created by
- maybe this code should be modified in libavcodec/tiff.c to support …
- 5:13 PM Changeset in ffmpeg [b9630bcf] by
- avconv: Replace goto redo on decode fail with continue. This checks …
- 5:13 PM Changeset in ffmpeg [389e0a5a] by
- avconv: Remove dead store.
- 4:38 PM Changeset in ffmpeg [d4f30c7d] by
- h264-422: fix fate to handle 10 bit formats on big endian correctly. …
- 3:57 PM Changeset in ffmpeg [565cabf5] by
- h264: Try to fix 422 intra NEON Signed-off-by: Michael Niedermayer …
- 12:33 PM Changeset in ffmpeg [4ae30cac] by
- libx264: add 'crf_max' private option. Deprecate corresponding global …
- 12:32 PM Changeset in ffmpeg [c5dd0bc4] by
- libx264: add 'weightp' private option. Deprecate corresponding global …
- 12:31 PM Changeset in ffmpeg [d4b96713] by
- libx264: add 'rc_lookahead' private option. Deprecate corresponding …
- 12:31 PM Changeset in ffmpeg [2a44a8f6] by
- libx264: add 'psy_trellis' private option. Deprecate corresponding …
- 12:30 PM Changeset in ffmpeg [93e623c6] by
- libx264: add 'psy_rd' private option. Deprecate corresponding global …
- 12:30 PM Changeset in ffmpeg [5c75b2a0] by
- libx264: add 'aq_strength' private option. Deprecate corresponding …
- 12:28 PM Changeset in ffmpeg [85254fcb] by
- libx264: add 'aq_mode' private option. Deprecate corresponding global …
- 12:28 PM Changeset in ffmpeg [9d508e49] by
- libx264: add 'cqp' private option. Deprecate corresponding global option.
- 12:26 PM Changeset in ffmpeg [d5dc8cc2] by
- libx264: add 'crf' private option. Deprecate corresponding global …
- 12:07 PM Changeset in ffmpeg [8ee18b4b] by
- lavc: remove vbv_delay option It's broken and serves no purpose as …
- 2:19 AM Ticket #28 (Encoding mpeg-4 with threads and b-frames outputs errors on decoding) updated by
- I can replicate this without specifying -threads. I've only tried it …
Aug 23, 2011:
- 10:43 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by
-
Priority, Keywords, Version, Component changed
You can manually apply the patch to 0.7.3: … - 10:08 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) closed by
- fixed: Fixed in 0.7 release branch (will become 0.7.4 somewhen I expect).
- 6:43 PM Ticket #190 (QT - add support for QT TIFF 2bpp color mode) closed by
- fixed: Fixed for the available samples.
- 6:38 PM Changeset in ffmpeg [5f5e37e0] by
- Support decoding of 2bpp and 4bpp TIFF images. Based on patches by …
- 6:21 PM Ticket #190 (QT - add support for QT TIFF 2bpp color mode) updated by
- patchtiff.2.diff LGTM
- 5:47 PM Changeset in ffmpeg [95345e94] by
- Avoid crash due to ic being NULL if avformat_open_input fails. This …
- 5:43 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by
- I sent a patch to the list. It seems a change from master was …
- 4:53 PM Changeset in ffmpeg [7e6029f9] by
- lavf utils: Fix bad indentation.
- 4:53 PM Changeset in ffmpeg [6c7ee2f7] by
- avconv: use av_clip_int16 for audio clipping
- 4:28 PM Ticket #416 (ffmpeg can't decode uncompressed self-generated TIFFs containing YUV420) updated by
-
Status, Reproduced by developer changed
out.tif looks fine with ImageMagick. […] - 4:26 PM Changeset in ffmpeg [4ca6a151] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
- 4:12 PM Ticket #391 (multiple definition of `_DXVA2_Fixed32OpaqueAlpha') closed by
- invalid
- 3:10 PM Ticket #391 (multiple definition of `_DXVA2_Fixed32OpaqueAlpha') updated by
- This bug has been resolved.
- 2:50 PM Changeset in ffmpeg [bc8c5051] by
- avconv: print the codecs names in the stream mapping. Signed-off-by: …
- 2:50 PM Changeset in ffmpeg [c74b44de] by
- avconv: move the avcodec_find_decoder() call to add_input_streams(). …
- 2:30 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by
- Yes, that's line 543. It also has a comment "don't leak custom pb if …
- 2:00 PM Ticket #416 (ffmpeg can't decode uncompressed self-generated TIFFs containing YUV420) created by
- When generating a sequence of TIFF frames containing YUV420 data, …
- 1:45 PM Changeset in ffmpeg [276f43be] by
- lavfi: rename vsrc_movie.c to src_movie.c The file is going to …
- 1:45 PM Changeset in ffmpeg [e26782a] by
- lavfi: add ff_parse_pixel_format() internal function, and use it …
- 12:29 PM Changeset in ffmpeg [2c6348ea] by
- fate: add h264 intra 4:2:2 tests Signed-off-by: Michael Niedermayer …
- 12:12 PM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) updated by
- I've discovered that ffmbc http://code.google.com/p/ffmbc/ can do this …
- 10:10 AM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) updated by
- I have the same problem with the "JVC Everio GZ-HM650" at XP recording …
- 9:46 AM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by
- Could you confirm that line 543 in libavformat/utils.c really is …
- 9:37 AM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) updated by
- I don't think so -- some casual googling seem to show up long-standing …
- 9:33 AM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) updated by
-
Priority, Status, Version, Reproduced by developer changed
Do you believe this is a regression? - 9:30 AM Ticket #414 (Compilation broken when disabling avfilter) closed by
- fixed: Should be fixed.
- 9:25 AM Changeset in ffmpeg [88f71f3] by
- Fix compilation with --disable-avfilter. Fixes ticket #414.
- 9:18 AM Changeset in ffmpeg [45ecda85] by
- Windows Media Image decoder (WMVP/WVP2) Signed-off-by: Anton Khirnov …
- 9:14 AM Ticket #401 (ffmpeg fails to decode MJPG in AVI) updated by
- Consider reading http://avcodec.org/trac/ffmpeg/ticket/401#comment:1
- 8:53 AM Ticket #177 ("non monotone timestamps" error patch) updated by
- See also: https://ffmpeg.org/trac/ffmpeg/ticket/415. Can the …
- 8:51 AM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) updated by
- -- Also note that -vcodec copy to a Matroska mkv stream doesn't …
- 8:44 AM Ticket #401 (ffmpeg fails to decode MJPG in AVI) updated by
- I'm having the same problem, is there any progress on this ticket yet …
- 8:40 AM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) updated by
- -- I forgot to state that the video 00167.MTS was recorded at 1080i …
- 8:35 AM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) created by
- I have a Canon HF G10 camcorder, which saves 1080p25/1080i50 H264+AC3 …
- 8:29 AM Ticket #414 (Compilation broken when disabling avfilter) created by
- When configuring ffmpeg without avfilter, compilation fails when the …
- 7:27 AM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by
- Unfortunately, the backtrace still doesn't look useful (corrupt …
- 7:24 AM Ticket #413 (error: implicit declaration of function 'strtok_r' ...) closed by
- fixed: Should be fixed. Did you report to the mingw64 developers that …
- 7:16 AM Changeset in ffmpeg [04c9c0ba] by
- Make strtok_r a dependency of abuffer / fix typo. Fix ticket 413.
- 5:53 AM Ticket #413 (error: implicit declaration of function 'strtok_r' ...) created by
- I'm having troubles compiling FFmpeg for Windows. This error comes up: …
- 2:34 AM Changeset in ffmpeg [c693aec9] by
- developer.texi: Suggest a git clone if the patch review process doesnt …
- 2:34 AM Changeset in ffmpeg [743586ff] by
- developer.texi: add Contributing section Signed-off-by: Michael …
- 1:02 AM Changeset in ffmpeg [f3fb71f0] by
- developer.texi: Simplify "Regression tests section" Signed-off-by: …
- 12:58 AM Changeset in ffmpeg [58368cf2] by
- developer.texi: remove reference to non existing target fulltest …
Note:
See TracTimeline
for information about the timeline view.
