Timeline
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 …
Aug 22, 2011:
- 11:59 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by
- Ah, I was being stupid. Re-compiled ffmped with real debug information …
- 11:03 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by
- I had truncated the file to the minimum size that still gives the …
- 8:51 PM Ticket #412 (.smv container support) created by
- First of all sorry the bad english. SMV file is used in portable …
- 6:12 PM Changeset in ffmpeg [7a71a3d0] by
- codec_names: remove spaces in sed command.
- 4:14 PM Changeset in ffmpeg [3be5a94] by
- ac3enc: remove outdated TODO comment for apply_channel_coupling()
- 4:06 PM Ticket #407 (Assertion fails in h264_refs.c) updated by
- I fear more frames are needed... […]
- 3:33 PM Ticket #320 (0 channels in latm stream) updated by
- Replying to cehoyos: > Patch attached. The patch works …
- 3:03 PM Ticket #407 (Assertion fails in h264_refs.c) updated by
- Added sample frame, what been last before crash. I'll try to capture …
- 2:58 PM Changeset in ffmpeg [5b71ae2b] by
- Be more verbose about H264 cropping errors.
- 1:00 PM Changeset in ffmpeg [124deea] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: …
- 10:13 AM Changeset in ffmpeg [aeba0583] by
- lavf: warn when a parser is needed and not found.
- 10:13 AM Changeset in ffmpeg [355ac7f] by
- rtpenc: use avcodec_get_name to report unsupported codecs.
- 10:13 AM Changeset in ffmpeg [1c58264e] by
- flvenc: use avcodec_get_name to report unsupported codecs.
- 10:13 AM Changeset in ffmpeg [83ff2a11] by
- ffmpeg: use avcodec_get_name to report missing en/decoders.
- 10:13 AM Changeset in ffmpeg [d2d7b713] by
- lavc: use av_get_media_type_string and avcodec_get_name in avcodec_string.
- 8:54 AM Changeset in ffmpeg [b3be9f4a] by
- lavc: add a table of all codecs names. The table is automatically …
- 8:46 AM Changeset in ffmpeg [8b52b46c] by
- ffmpeg: print the codecs names in the stream mapping.
- 8:40 AM Changeset in ffmpeg [e0ddc2e9] by
- vsrc_movie: rename video movie specific callbacks, prefix them with "movie"
- 8:34 AM Changeset in ffmpeg [df4c7ae9] by
- asink_abuffer: extend ABufferSinkContext to make it accept lists of …
- 8:34 AM Changeset in ffmpeg [3e4666f3] by
- vsrc_movie: create media agnostic movie init and uninit routines …
- 8:34 AM Changeset in ffmpeg [8aa62bb9] by
- af_aformat: use evil ADD_FORMATS macro for cutting out duplicated code
- 7:55 AM Changeset in ffmpeg [5fa98ab4] by
- ffmpeg: ignore forward gaps for subtitles streams.
- 7:35 AM Changeset in ffmpeg [05a26730] by
- Support more codecs when muxing caf.
- 7:04 AM Ticket #390 (Audio/Video not selectable in mmsh stream) updated by
-
Summary changed
- 7:04 AM Ticket #390 (Audio/Video not selectable in mmsh stream) updated by
-
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
This is certainly reproducible (and FFmpeg does not warn that … - 6:44 AM Ticket #411 (Support left and top cropping in H264) updated by
-
Status, Reproduced by developer, Summary, Priority, Version, Type changed
No relation to VDPAU. […] - 6:37 AM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by
- Complete, uncut output of ffmpeg -i yoursample missing and please …
- 5:17 AM Changeset in ffmpeg [ae60927a] by
- libx264: only use ABR mode when the user explicitly set bitrate.
- 5:17 AM Changeset in ffmpeg [03eff2bf] by
- libx264: use medium preset by default.
- 5:17 AM Changeset in ffmpeg [0a593de3] by
- mp2 encoder: make 128k the default bitrate.
- 5:17 AM Changeset in ffmpeg [fb42d156] by
- movenc: use libx264 by default when possible for mov, mp4 and psp
- 5:17 AM Changeset in ffmpeg [b71389cb] by
- avienc: saner default audio codec. libmp3lame if available, ac3 otherwise.
- 5:16 AM Changeset in ffmpeg [3436c4a3] by
- matroskaenc: saner default codecs. libvorbis/libx264 for video if …
- 5:16 AM Changeset in ffmpeg [b6d28eff] by
- avplay: add examples of how to specify size/pixel format through …
- 1:19 AM Ticket #411 (Support left and top cropping in H264) created by
- Hi Im am trying to decode a 1080 P H264 video stream from a camera …
Aug 21, 2011:
- 9:11 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by
- Sorry, I just see that I downgraded to 0.7_rc1, not to 0.7.2. I had …
- 8:53 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) created by
- KDE's image viewer Gwenview crashes when showing certain mpeg files …
- 8:44 PM Changeset in ffmpeg [878a7d1] by
- Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 * …
- 6:33 PM Changeset in ffmpeg [ba571f6b] by
- ffplay: remove unnecessary if (cur_stream) checks Signed-off-by: …
- 6:33 PM Changeset in ffmpeg [84506ebd] by
- ffplay: get rid of the global cur_stream variable Signed-off-by: …
- 6:33 PM Changeset in ffmpeg [5db1f94b] by
- ffplay: make step variable a member of the VideoState struct Getting …
- 6:33 PM Changeset in ffmpeg [27667d28] by
- Updates avcodec_get_pix_fmt_loss to return maximum loss for an invalid …
- 5:43 PM Ticket #345 (Issues with 0.7.1 release on Windows) closed by
- invalid: Issue 1 should be obvious: FFmpeg performance will be significantly …
- 2:42 PM Ticket #408 (ffmpeg: Invalid read of size 1 in roq_decode_frame) closed by
- fixed: Fixed by Reimar
- 2:42 PM Ticket #407 (Assertion fails in h264_refs.c) updated by
- Replying to cehoyos: > Could you attach a sample? > Or …
- 2:37 PM Ticket #407 (Assertion fails in h264_refs.c) updated by
- Could you attach a sample? Or upload to http://www.datafilehost.com/ ?
- 2:34 PM Changeset in ffmpeg [18de7969] by
- roqvideodec: Improve checking of input buffer bounds. Fixes trac …
- 2:06 PM Changeset in ffmpeg [143d6a3f] by
- lavc: add A|E|D flags to "ac" and "ar" options Fix setting of the …
- 1:55 PM Ticket #404 (Rounding error in scaling expression) updated by
- Unreproducible here with the command (you need git of the day for …
- 1:27 PM Changeset in ffmpeg [34c99759] by
- vsrc_testsrc: allow to set the sample aspect ratio Add the sar …
- 1:27 PM Changeset in ffmpeg [6a5c693] by
- lavdev/lavfi: set sample aspect ratio in the output stream/codec context
- 1:27 PM Changeset in ffmpeg [ff960980] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: WavPack …
- 1:24 PM Ticket #407 (Assertion fails in h264_refs.c) updated by
- No asm, no NEON, ARM CPU. Similar crash: […] […] […]
- 12:52 PM Changeset in ffmpeg [ef25e70d] by
- Stream-copying PureVoice into caf works fine.
- 10:55 AM Changeset in ffmpeg [ccb919e3] by
- WavPack demuxer: do not rely on index when timestamp is not in indexed …
- 10:54 AM Changeset in ffmpeg [5561fe48] by
- WavPack demuxer: store position of the first block in index. …
- 10:54 AM Changeset in ffmpeg [4ba8c521] by
- WavPack decoder: implement flush function Signed-off-by: Luca Barbato …
- 9:38 AM Changeset in ffmpeg [c5d9bd19] by
- asrc_abuffer: pass non-const string to strtok_r in init() Fix GCC …
- 9:37 AM Changeset in ffmpeg [587c8ab9] by
- lavfi: add asrc_abuffer - audio buffer source Originally based on …
- 9:23 AM Changeset in ffmpeg [bd968d26] by
- cavs: fix some crashes with invalid bitstreams This removes all …
- 9:08 AM Changeset in ffmpeg [00c5cf4b] by
- jpegdec: actually search for and parse RSTn Fixes decoding of MJPEG …
Aug 20, 2011:
- 10:52 PM Ticket #386 (Missing audio and subtitle streams in vob file) updated by
- Hi there, It's alright: you can close this ticket if you are not …
- 1:43 PM Changeset in ffmpeg [f138c7f9] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: …
- 1:00 PM Changeset in ffmpeg [4b66c8b4] by
- lavdev/lavfi: specify pos in the output packets
- 1:00 PM Changeset in ffmpeg [e30a0b1b] by
- lavfi: add ashowinfo filter Useful for debugging.
- 12:25 PM Changeset in ffmpeg [9d84a17b] by
- APIchanges: fix wrong major number for av_fifo_peek2() entry
- 12:25 PM Changeset in ffmpeg [7807cbc0] by
- APIchanges: fill some lavfi entries with the corresponding git hash
- 12:20 PM Changeset in ffmpeg [7fd3e1c7] by
- lavdev/lavfi: initialize variable, fix warning
- 12:20 PM Changeset in ffmpeg [9a151467] by
- ffprobe: use av_get_media_type_string() in media_type_string(), simplify
- 12:20 PM Changeset in ffmpeg [69e2c1a9] by
- lavu: add av_get_media_type_string() convenience function Avoid code …
- 10:51 AM Ticket #407 (Assertion fails in h264_refs.c) updated by
- Do you have a data dump that can be used to reproduce the issue? Do …
- 10:33 AM Ticket #360 (Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files) closed by
- fixed: Change pushed, please confirm it fixes all issues you were seeing.
- 10:29 AM Changeset in ffmpeg [31ac0ac2] by
- Fix parser not to clobber has_b_frames when extradata is set. Due to …
- 9:28 AM Ticket #409 (Musepack SV8 file decodes with distortions) created by
- http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1965 The file at …
- 7:44 AM Ticket #408 (ffmpeg: Invalid read of size 1 in roq_decode_frame) created by
- The following file causes a Valgrind warning of out-of-bounds memory …
Aug 19, 2011:
- 10:41 PM Changeset in ffmpeg [eaf2d37a] by
- avconv: Separate initialization from the main transcode loop.
- 10:39 PM Ticket #320 (0 channels in latm stream) updated by
-
Analyzed by developer changed
Patch attached. - 10:38 PM Changeset in ffmpeg [13e9a0fb] by
- h264: fixup indention issue spoted in last merge (probably indention …
- 10:37 PM Changeset in ffmpeg [f5bae2c6] by
- doc/avconv: replace forgotten av by avconv. Signed-off-by: Alex …
- 10:37 PM Changeset in ffmpeg [f60a6b58] by
- avconv: reset input_ts_offset between files. Signed-off-by: Alex …
- 10:36 PM Changeset in ffmpeg [cf4976ed] by
- doc/avconv: extend -ss documentation. Signed-off-by: Alex Converse …
- 10:36 PM Changeset in ffmpeg [b62b5cb6] by
- avconv: call flush_encoders() from transcode() directly. And remove …
- 10:35 PM Changeset in ffmpeg [c0931508] by
- avconv: fix broken indentation. Signed-off-by: Alex Converse …
- 10:34 PM Changeset in ffmpeg [f21f294e] by
- avconv: rescue poor abused limit_filesize global. Keep a …
- 10:29 PM Ticket #365 (trp/ts file w/o PAT/PMT is not supported) closed by
- fixed: Fixed in 7bdc5de33d21411e5e742670d669d9908d47a1cd
- 10:27 PM Changeset in ffmpeg [7bdc5de3] by
- Autodetect LOAS in transport streams. Fixes ticket 365.
- 10:27 PM Changeset in ffmpeg [47818b2a] by
- Add LOAS demuxer.
- 10:16 PM Ticket #351 (Make Matroska cluster size configurable) updated by
-
Component, Summary, Priority, Version, Keywords, Type changed
- 9:32 PM Changeset in ffmpeg [60b54e4b] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
- 9:07 PM Ticket #407 (Assertion fails in h264_refs.c) updated by
- Tried git head, same issue. Yep, I should've know how to submit bugs, …
- 8:43 PM Ticket #360 (Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files) updated by
- It was a bit more convoluted, see …
- 7:55 PM Ticket #407 (Assertion fails in h264_refs.c) updated by
- Please test git head - see http://ffmpeg.org/download.html And please …
- 7:07 PM Ticket #360 (Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files) updated by
- I have been looking into a different strangeness, maybe that is even …
- 6:56 PM Ticket #401 (ffmpeg fails to decode MJPG in AVI) updated by
- This is probably caused by libavfilter. The (vsrc)buffer filter seems …
- 6:28 PM Changeset in ffmpeg [e6d2b737] by
- avconv: Set error code before before jumping to fail.
- 5:40 PM Ticket #407 (Assertion fails in h264_refs.c) updated by
- Oh, I forgot, SVN revision is 26402 (latest available on SVN).
- 5:25 PM Ticket #407 (Assertion fails in h264_refs.c) created by
- Platform: Iphone OS, Cortex-A8 CPU. Library compiled with NEON asm and …
- 2:02 PM Changeset in ffmpeg [6581e161] by
- h264: fix PCM intra-coded blocks in monochrome case Signed-off-by: …
- 1:07 PM Changeset in ffmpeg [ada49f93] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
- 12:36 PM Changeset in ffmpeg [87cf70eb] by
- h264: correct implicit weight table computation for long ref pics …
- 12:36 PM Changeset in ffmpeg [29a09eae] by
- h264: correct the check for invalid long term frame index in MMCO …
- 11:32 AM Ticket #143 (YUV video to RGB image export color conversion issue) updated by
- Please post a command line and complete, uncut output.
- 9:58 AM Ticket #143 (YUV video to RGB image export color conversion issue) updated by
- It's been a while since I've had this on my table, so I can't post the …
- 8:47 AM Ticket #143 (YUV video to RGB image export color conversion issue) updated by
-
Status changed
Please post a command line, complete, uncut output (and a sample)? - 8:44 AM Ticket #406 (QuickTime Error: "Error -2041: an invalid sample description was found ...) updated by
-
Priority, Status, Version, Component changed
Compete, uncut output missing. Do you believe this is a regression? …
Aug 18, 2011:
- 11:47 PM Ticket #406 (QuickTime Error: "Error -2041: an invalid sample description was found ...) created by
- While trying to play back a simple video encoded with FFmpeg and lame, …
- 10:53 PM Changeset in ffmpeg [ba57ef29] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
- 10:31 PM Ticket #405 (Rhozet Carbon Coder violates LGPL) created by
- According to the …
- 10:23 PM Ticket #143 (YUV video to RGB image export color conversion issue) reopened by
- I'm reopening this issue since the patch is currently not applied to …
- 9:56 PM Changeset in ffmpeg [8ea6157d] by
- xmv: Read the video packet data first, then swap its bytes …
- 9:54 PM Changeset in ffmpeg [c062aa8d] by
- xmv: Remove superfluous zeroing of already zero'd data Signed-off-by: …
- 9:54 PM Changeset in ffmpeg [730333ef] by
- xmv: Add some doxygen comments Signed-off-by: Michael Niedermayer …
- 9:53 PM Changeset in ffmpeg [6fb50124] by
- xmv: Merge XMVAudioTrack into XMVAudioPacket Signed-off-by: Michael …
- 9:52 PM Changeset in ffmpeg [d50fc62e] by
- xmv: Make the various offset variables uint64_t Signed-off-by: …
- 9:32 PM Changeset in ffmpeg [909e0fe2] by
- xmv: fix license header to match patch Signed-off-by: Michael …
- 9:17 PM Changeset in ffmpeg [fc5299e9] by
- Allow setting resolution in DPI for Tiff.
- 8:29 PM Changeset in ffmpeg [bb337b4f] by
- avconv: Fix spelling errors. Signed-off-by: Luca Barbato …
- 8:29 PM Changeset in ffmpeg [44920d04] by
- aac: Only set sample rate and object type from ADTS if output hasn't …
- 8:29 PM Changeset in ffmpeg [06d37fed] by
- aac: Set SBR and PS to unsignalled during headerless and ADTS …
- 8:29 PM Changeset in ffmpeg [d8425ed4] by
- aac: Only output configure if audio was found. Audio found is not …
- 5:42 PM Ticket #403 (-r to specify input frame rate does not work) updated by
- Right, I though -r before -i could be used to force input fps. Sorry …
- 4:58 PM Ticket #404 (Rounding error in scaling expression) created by
- Looks like the calculation in the scaling filter is not rounding …
- 2:36 PM Ticket #364 (Workaround for RV40 timestamps) closed by
- fixed: The timestamps have been fixed by Kostya. The patch you posted was …
- 2:32 PM Ticket #403 (-r to specify input frame rate does not work) updated by
-
Status changed
Could you explain what you are trying to achieve? The -r input option … - 2:01 PM Ticket #403 (-r to specify input frame rate does not work) created by
- ffmpeg -r 25 -i badly_interpreted_as_50fps.ts […] ffmpeg version …
- 9:22 AM Changeset in ffmpeg [6f1c66d5] by
- avconv: save two levels of indentation in flush_encoders() By …
- 9:22 AM Changeset in ffmpeg [4a4ce2e7] by
- avconv: factor flushing encoders out of output_packet().
- 9:22 AM Changeset in ffmpeg [630902a1] by
- avconv: factor out initializing input streams.
- 9:22 AM Changeset in ffmpeg [ddf5ef02] by
- avconv: remove -intra option. It's equivalent to -g 0.
- 8:56 AM Changeset in ffmpeg [edae3dbf] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: (23 …
- 6:49 AM Changeset in ffmpeg [e922bbfa] by
- avconv: reset streamid_map between output files.
- 6:49 AM Changeset in ffmpeg [c5ad2c2c] by
- avconv: make timer_start a local var in transcode().
- 6:49 AM Changeset in ffmpeg [6494c001] by
- avconv: cosmetics, move OutputStream. Allows us to get rid of forward …
- 6:49 AM Changeset in ffmpeg [e659c51] by
- avconv: remove two unused macros.
- 3:56 AM Changeset in ffmpeg [b490f0c2] by
- h264: hide reference frame errors unless requested Signed-off-by: …
- 3:56 AM Changeset in ffmpeg [3f04ab4f] by
- swscale: split hScale() function pointer into h[cy]Scale(). This …
- 3:56 AM Changeset in ffmpeg [38e06c29] by
- Move clipd macros to x86util.asm. This allows sharing them between …
Aug 17, 2011:
- 11:48 PM Ticket #391 (multiple definition of `_DXVA2_Fixed32OpaqueAlpha') updated by
- I contacted mingw-w64, they say a fix is on the way. I'll report back …
- 11:02 PM Changeset in ffmpeg [2f53fce3] by
- lavc: fix wrong example code in avcodec_find_best_pix_fmt() docs A …
- 11:02 PM Changeset in ffmpeg [39f9601] by
- lavc: fix avcodec_find_best_pix_fmt() when there's more than 64 pixel …
- 10:21 PM Changeset in ffmpeg [dc6c36ce] by
- matroskadec: use correct compression parameters for current track …
- 9:32 PM Ticket #338 (problem with qt msrle 1bpp with odd width) closed by
- fixed: Fixed by Reimar.
- 8:13 PM Changeset in ffmpeg [4fe796b] by
- msrle: correctly round linesize for < 8 bpp formats. Fixes trac issue …
- 6:01 PM Changeset in ffmpeg [45f8612] by
- avconv: reindent.
- 6:00 PM Changeset in ffmpeg [ea065176] by
- avconv: rescue poor abused start_time global. Keep a per-OutputFile …
- 6:00 PM Changeset in ffmpeg [ef44a607] by
- avconv: rescue poor abused recording_time global. Keep a …
- 5:58 PM Changeset in ffmpeg [2886aee7] by
- avconv: merge two loops in output_packet().
- 5:58 PM Changeset in ffmpeg [f1176d4] by
- avconv: fix broken indentation.
- 5:58 PM Changeset in ffmpeg [b0c9e8e0] by
- avconv: get rid of the arbitrary MAX_FILES limit.
- 5:57 PM Changeset in ffmpeg [4288e03] by
- avconv: get rid of the output_streams_for_file vs. ost_table …
- 5:55 PM Changeset in ffmpeg [af70aa45] by
- avconv: add a wrapper for output AVFormatContexts and merge …
- 5:53 PM Changeset in ffmpeg [09af7fb3] by
- avconv: make itsscale syntax consistent with other options. Move the …
- 5:52 PM Changeset in ffmpeg [88867844] by
- avconv: factor out adding input streams.
- 5:16 PM Changeset in ffmpeg [553735f5] by
- avconv: Factorize combining auto vsync with format.
- 5:16 PM Changeset in ffmpeg [87ef060c] by
- avconv: Factorize video resampling.
- 5:05 PM Changeset in ffmpeg [9be3c124] by
- avconv: Don't unnecessarily convert ipts to a double.
- 1:35 PM Changeset in ffmpeg [f056fc2c] by
- ffmpeg: remove unsed variable nopts
- 1:31 PM Changeset in ffmpeg [91e209d] by
- RV3/4 parser: remove unused variable 'off' Signed-off-by: Diego …
- 1:04 PM Changeset in ffmpeg [c6c6c1aa] by
- add XMV demuxer Signed-off-by: Diego Biurrun <diego@biurrun.de>
- 1:00 PM Changeset in ffmpeg [a43b1e74] by
- rmdec: parse FPS in RealMedia properly Signed-off-by: Anton Khirnov …
- 1:00 PM Changeset in ffmpeg [48ce8b8] by
- Use parsers for RealVideo 3/4 to determine correct PTS Signed-off-by: …
- 1:00 PM Changeset in ffmpeg [7c1f6df4] by
- rmdec: correct DTS calculation in RealMedia container. First, …
- 12:53 PM Changeset in ffmpeg [33197111] by
- rv10/20: tell decoder to use edge emulation This removes out-of-edge …
- 12:23 PM Changeset in ffmpeg [27fbe31c] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: Revert …
- 12:13 PM Changeset in ffmpeg [d071df88] by
- avconv: Correct Copyright statement. this more than 4000 line file has …
- 11:12 AM Changeset in ffmpeg [3a9e227] by
- lavfi: add aresample filter Based on a patch by Stefano. …
- 10:32 AM Ticket #395 (ffmpeg: failed to set value 'XXX' for option 'passlogfile') updated by
- […]
- 10:31 AM Ticket #395 (ffmpeg: failed to set value 'XXX' for option 'passlogfile') updated by
-
Priority, Status, Reproduced by developer changed
Works fine with 64bit compiler, broken for 32bit. - 10:23 AM Ticket #402 (Incorrect "-debug" documentation) updated by
- Patch available at: …
- 10:21 AM Ticket #402 (Incorrect "-debug" documentation) updated by
-
Priority, Status, Version, Component, Reproduced by developer changed
- 9:42 AM Ticket #402 (Incorrect "-debug" documentation) created by
- The documentation of the ffmpeg commandline tool simply states: …
- 9:14 AM Ticket #399 (ffmpeg showing incorrect pts) updated by
- Frankly, I do find it very confusing, especially as ffplay and ffmpeg …
- 8:44 AM Ticket #398 (ffplay does not initialize dar/sar for scale filter) closed by
- fixed: Fixed in commit: […]
- 8:29 AM Changeset in ffmpeg [7c94740b] by
- ffprobe: in value_string(), do not print trailing space in case of no …
- 8:29 AM Changeset in ffmpeg [15802e78] by
- ffplay: do not erase the content of vfilters This way the content of …
- 8:29 AM Changeset in ffmpeg [031ba466] by
- ffplay: increase log level of the message issued when the stream frame …
- 8:29 AM Changeset in ffmpeg [c6ef3f44] by
- ffplay: in input_config_props(), prefer "s" over unnecessary "c" …
- 8:29 AM Changeset in ffmpeg [f8eaa006] by
- ffplay: in input_config_props(), honour the SAR specified in the codec …
- 8:25 AM Ticket #360 (Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files) updated by
- The place where the timestamps essentially get erased (before that …
- 7:49 AM Ticket #391 (multiple definition of `_DXVA2_Fixed32OpaqueAlpha') updated by
- Afaict, the functions (that currently only use forceinline) defined in …
- 2:02 AM Ticket #383 (ffmpeg SCR moves backwards in output muxed mpeg file) updated by
- I tried adding -muxpreload 0.775 to the ffmpeg command line but the …
- 12:32 AM Ticket #391 (multiple definition of `_DXVA2_Fixed32OpaqueAlpha') updated by
- --enable-shared was not used, this is the command line used to …
- 12:02 AM Ticket #399 (ffmpeg showing incorrect pts) updated by
-
Analyzed by developer, Status, Reproduced by developer changed
This is because ffmpeg applies an euristics for "normalizing" the …
Aug 16, 2011:
- 9:47 PM Changeset in ffmpeg [41bf67d8] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: movenc: …
- 9:34 PM Ticket #400 (ffplay compilation broken when disable avfilter) closed by
- fixed: This should be fixed in git master and all future releases.
- 9:33 PM Changeset in ffmpeg [87757508] by
- Fix compilation with --disable-avfilter. (cherry picked from commit …
- 9:32 PM Changeset in ffmpeg [a5e3fe37] by
- Fix compilation with --disable-avfilter. (cherry picked from commit …
- 9:32 PM Changeset in ffmpeg [6a57021c] by
- Fix compilation with --disable-avfilter. (cherry picked from commit …
- 9:31 PM Changeset in ffmpeg [67a82516] by
- Fix compilation with --disable-avfilter.
- 9:15 PM Ticket #401 (ffmpeg fails to decode MJPG in AVI) updated by
-
Keywords, Status, Version, Reproduced by developer changed
Works fine with -analyzeduration 28000000 - 9:07 PM Changeset in ffmpeg [4f00519d] by
- Fix VC-1 width/height handling. avcodec_set_dimensions should be used …
- 7:06 PM Ticket #401 (ffmpeg fails to decode MJPG in AVI) created by
- ffmpeg fails to decode MJPG in AVI, sample is at …
- 6:59 PM Changeset in ffmpeg [6cd9d0f7] by
- Revert "avconv: use stream copy by default when possible." This …
- 6:24 PM Changeset in ffmpeg [ad42126a] by
- avconv: print stream copy information.
- 6:24 PM Changeset in ffmpeg [4f4f3384] by
- avconv: use stream copy by default when possible.
- 6:24 PM Changeset in ffmpeg [a3f2f76] by
- matroskaenc: vertical alignment.
- 6:24 PM Changeset in ffmpeg [15c14ce6] by
- matroskaenc: implement query_codec()
- 6:24 PM Changeset in ffmpeg [48f9e457] by
- lavf: add avformat_query_codec(). It allows to check if a given codec …
- 6:24 PM Changeset in ffmpeg [bca06e77] by
- lavc: add avcodec_get_type() for mapping codec_id -> type.
- 6:24 PM Changeset in ffmpeg [7f5bf4fb] by
- flvenc: use int64_t to store offsets Metadata currently is written …
- 6:24 PM Changeset in ffmpeg [5759cce] by
- avconv: don't segfault on 0 input files.
- 6:24 PM Changeset in ffmpeg [f1f298c] by
- Do not write ID3v1 tags by default ID3v1 are legacy tags with several …
- 6:09 PM Changeset in ffmpeg [d8b999e2] by
- mpegts: log into an AVFormatContext rather than MpegTSContext. …
- 3:51 PM Ticket #400 (ffplay compilation broken when disable avfilter) created by
- I check the n0.8.2 tag and compile it with the configuration: […] …
- 3:00 PM Changeset in ffmpeg [86ca51ac] by
- af_format: prefer strtok_r() over strsep() strsep() is not POSIX …
- 3:00 PM Changeset in ffmpeg [a7196795] by
- lavfi: complain and exit for invalid named values in …
- 2:48 PM Ticket #399 (ffmpeg showing incorrect pts) created by
- When using tstools' tsreport tool (http://code.google.com/p/tstools/) …
- 2:00 PM Ticket #389 (Problem seeking in MPEG TS/H.264 files) updated by
- The file was encoded using the "fastdecode" and "ultrafast" x264 …
- 10:18 AM Changeset in ffmpeg [47219e1c] by
- avconv: fix uninitialized variable Signed-off-by: Michael Niedermayer …
- 8:59 AM Ticket #395 (ffmpeg: failed to set value 'XXX' for option 'passlogfile') updated by
- also building from the 0.8.2 tarball gives me the same error: […]
- 8:34 AM Changeset in ffmpeg [eb97dbb0] by
- movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings
- 4:24 AM Changeset in ffmpeg [2c81d5f4] by
- avconv: remove a write-only variable
- 4:23 AM Changeset in ffmpeg [40fc2810] by
- avconv: remove pointless parameter from new_*_stream(). New streams …
- 4:23 AM Changeset in ffmpeg [169f0647] by
- avconv: cosmetics, move code Move find_codec_or_die(), …
- 4:21 AM Changeset in ffmpeg [86530f41] by
- avconv: cosmetics -- move copy_chapters(). It's only used in …
- 4:21 AM Changeset in ffmpeg [f233cfed] by
- avconv: cosmetics -- move parse_forced_key_frames(). …
- 4:20 AM Changeset in ffmpeg [64db1a82] by
- lavc: add audio flag to the 'b' option, deprecate 'ab'. Its only …
- 4:19 AM Changeset in ffmpeg [f4ad238c] by
- avconv: rename sameq to same_quant It's often mistakenly used as …
- 4:18 AM Changeset in ffmpeg [7478ab5a] by
- doc/avconv: add forgotten end of chapter.
- 4:18 AM Changeset in ffmpeg [320d7693] by
- Changelog: document avconv incompatibilities with ffmpeg.
- 4:17 AM Changeset in ffmpeg [92f1940e] by
- avconv: replace -vcodec/-acodec/-scodec with a better system. The new …
- 4:10 AM Changeset in ffmpeg [ff884c79] by
- avconv: remove presets. Nothing except x264 uses them and native x264 …
- 1:38 AM Changeset in ffmpeg [091a24b] by
- fate: more cases of avconv that should be conditional Signed-off-by: …
Note:
See TracTimeline
for information about the timeline view.
