Timeline
Feb 6, 2012:
- 11:56 PM Changeset in ffmpeg [db7d4523] by
- bytestream: Add bytestream2 writing API. Signed-off-by: Justin …
- 11:49 PM FilteringGuide edited by
- update filter list to 2.62.100 (diff)
- 11:46 PM Changeset in ffmpeg [6ba2505] by
- utvideo: remove ff_thread_finish_setup, it isn't needed at all …
- 10:58 PM Ticket #983 (No video in applehttp stream) updated by
-
Keywords, Status, Version, Component changed
Audio works fine afaict, is there an application that shows video for … - 10:29 PM Ticket #976 (h264 in f4v: non monotonically increasing dts) updated by
- Replying to cesareof: > I have the *.mp4 clip that causes …
- 10:27 PM Ticket #984 (avio_alloc_context and callback on write) updated by
-
Priority changed
- 10:26 PM Ticket #692 (Audio is not in sync with video, webcam capturing) updated by
- Did you already try to put the video as the first input (with libx264, …
- 9:49 PM Ticket #984 (avio_alloc_context and callback on write) created by
- For my application is essential use the callbacks. I have understood …
- 9:08 PM Changeset in ffmpeg [787528b4] by
- Detect theora keyframes by content in Ogg demuxer. A lot of files do …
- 8:44 PM Ticket #938 ([dnxhd @ 0x7f8d3390b000] Multiple ff_thread_finish_setup() calls) updated by
- Try with the lastest git, I commited a patch that should fix this.
- 8:34 PM Ticket #976 (h264 in f4v: non monotonically increasing dts) updated by
- I have the *.mp4 clip that causes the issue indicated in this ticket, …
- 8:03 PM Changeset in ffmpeg [6833fe43] by
- ffv1: PIX_FMT_GRAY16 support Signed-off-by: Paul B Mahol …
- 7:59 PM Changeset in ffmpeg [d4385299] by
- DNxHD: remove ff_thread_finish_setup, it isn't needed at all. Should …
- 7:47 PM Changeset in ffmpeg [f491f033] by
- ffmpeg: document the unit for the -fs option parameter
- 7:46 PM Changeset in ffmpeg [b7d45d0b] by
- lavfi: add setfield filter
- 7:33 PM Changeset in ffmpeg [e8a06b14] by
- lavf/4xm: use proper error codes
- 6:57 PM Changeset in ffmpeg [d016d307] by
- Revert "v210enc: use FFALIGN()" FFALIGN doesn't work with …
- 6:39 PM Changeset in ffmpeg [32f3c541] by
- doxygen: Do not include license boilerplates in Doxygen comment blocks.
- 6:37 PM Ticket #975 (commit 151ecc2aecd81718e2520936dd3c537d7e6fe2fc causes segfault when ...) updated by
- Replying to nichot20: > Replying to saste: > > …
- 6:22 PM Changeset in ffmpeg [ec1f3cab] by
- avplay: reset decoder flush state when seeking Fixes seeking after …
- 6:22 PM Changeset in ffmpeg [f1c3d4a6] by
- ape: skip packets with invalid size
- 6:22 PM Changeset in ffmpeg [ac3f8d31] by
- ape: calculate final packet size instead of guessing Calculates based …
- 6:09 PM Changeset in ffmpeg [c2c31615] by
- ape: stop reading after the last frame has been read This avoids …
- 6:09 PM Changeset in ffmpeg [66f7be36] by
- ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finished
- 6:09 PM Changeset in ffmpeg [1bc035bc] by
- ape: return error if seeking to the current packet fails in …
- 5:49 PM Ticket #692 (Audio is not in sync with video, webcam capturing) updated by
- Never mind. I just realized you asked not to use external libraries …
- 5:43 PM Ticket #975 (commit 151ecc2aecd81718e2520936dd3c537d7e6fe2fc causes segfault when ...) updated by
- Replying to saste: > Replying to nichot20: > > …
- 5:16 PM Ticket #975 (commit 151ecc2aecd81718e2520936dd3c537d7e6fe2fc causes segfault when ...) updated by
- Replying to nichot20: > Replying to saste: > > …
- 5:08 PM Changeset in ffmpeg [9814974d] by
- avcodec: Clarify AVFrame member documentation. Signed-off-by: Diego …
- 3:12 PM Ticket #983 (No video in applehttp stream) created by
- $ ffplay http://wow01.105.net/live/virgin1/playlist.m3u8 -codec …
- 2:49 PM Ticket #975 (commit 151ecc2aecd81718e2520936dd3c537d7e6fe2fc causes segfault when ...) updated by
- OK not all png's fail. small3.png works, but when resized and saved as …
- 1:45 PM Ticket #975 (commit 151ecc2aecd81718e2520936dd3c537d7e6fe2fc causes segfault when ...) updated by
- Replying to saste: > Can't reproduce, please provide a …
- 12:11 PM Ticket #975 (commit 151ecc2aecd81718e2520936dd3c537d7e6fe2fc causes segfault when ...) updated by
- Can't reproduce, please provide a sample. Also, which parameters are …
- 10:30 AM Changeset in ffmpeg [2cbe9121] by
- doc/filters.texi: use multiple @example blocks for distinct examples …
- 10:30 AM Changeset in ffmpeg [23534d0c] by
- doc/filters.texi: prefer @example over the unsupported @math for …
- 10:30 AM Changeset in ffmpeg [3fa9ace3] by
- doc/filters.texi: merge setdar and setsar documentation Most of the …
- 10:30 AM Changeset in ffmpeg [70ffda32] by
- lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect …
- 10:30 AM Changeset in ffmpeg [1ca0812d] by
- ffprobe: fix typo in ESCAPE_CHECK_SIZE
- 7:00 AM Changeset in ffmpeg [3cc0353f] by
- v210dec: check for coded_frame allocation failure Signed-off-by: Paul …
- 7:00 AM Changeset in ffmpeg [986c1c48] by
- v210enc: use stride as it is already calculated Signed-off-by: Paul B …
- 7:00 AM Changeset in ffmpeg [7ad1b612] by
- v210enc: use FFALIGN() Signed-off-by: Paul B Mahol <onemda@gmail.com> …
- 6:59 AM Changeset in ffmpeg [b5f50da5] by
- v210enc: return proper AVERROR codes instead of -1 Signed-off-by: …
- 6:59 AM Ticket #766 (Extend ffmpeg's timecode extraction) updated by
- Just an update of the current state: read is supported by all the …
- 6:59 AM Changeset in ffmpeg [66fa2a1f] by
- v210enc: do not set coded_frame->key_frame It is already set in …
- 6:59 AM Changeset in ffmpeg [d73466f8] by
- v210enc: check for coded_frame allocation failure Signed-off-by: Paul …
- 6:57 AM Changeset in ffmpeg [e496c45d] by
- drawtext: add 'fix_bounds' option on coords fixing Before, drawtext …
- 6:52 AM Changeset in ffmpeg [2b43dfce] by
- drawtext: fix text_{w, h} expression vars Before, {text_,}{w,h} vars …
- 1:04 AM Changeset in ffmpeg [e81e0b99] by
- cache: fix "warning: passing argument 2 of ‘av_tempfile’ from …
- 1:04 AM Changeset in ffmpeg [8d756c0d] by
- fix "warning: variable ‘cflags’ set but not used" Signed-off-by: …
- 1:04 AM Changeset in ffmpeg [66792717] by
- avio: Fix "warning: initialization from incompatible pointer type" …
- 12:11 AM Ticket #982 (Android app "Video Converted Android Beta" is published with nonfree codecs) created by
- Android Market URL: …
Feb 5, 2012:
- 11:31 PM Changeset in ffmpeg [ef511d8a] by
- changelog: fix typo
- 11:29 PM Changeset in ffmpeg [b8d78175] by
- v408: do not unconditionally compile codecs
- 7:46 PM Ticket #470 (libquicktime uncompressed formats) closed by
- fixed: Last format committed to FFmpeg.
- 7:43 PM Changeset in ffmpeg [bb9c8d94] by
- Add v408 / AYUV encoder and decoder. Fixes last part of ticket #470. …
- 7:30 PM Ticket #692 (Audio is not in sync with video, webcam capturing) updated by
- Replying to stokholm: > I generated output with -report. …
- 7:06 PM Changeset in ffmpeg [5fa1a1d] by
- Support YV12 from video4linux2 devices. Reviewed-by: Luca Abeni
- 6:57 PM Ticket #692 (Audio is not in sync with video, webcam capturing) updated by
- I have the same problem. For me at least -async 1 doesn't help. The …
- 5:50 PM Ticket #979 (Abnormal colorspace conversion of BGR -> YUV comparing the RGB variant) updated by
- Replying to cehoyos: > If there is an issue, is is …
- 5:37 PM Ticket #452 (APE - Only 16-bit samples are supported) closed by
- fixed: fixed in b60620bf7ec355621aeeee1f10d6ea2904327985
- 4:58 PM Ticket #981 (No duration for flv video) updated by
-
Status, Reproduced by developer, Component, Summary, Priority, Keywords changed
Seeking with Page up/down, up/down and left/right works fine, mouse … - 4:42 PM Changeset in ffmpeg [42ae83c1] by
- Allow muxing VP6A into flv. Reviewed-by: James Zern
- 4:32 PM Ticket #981 (No duration for flv video) created by
- ffplay.exe can't seek on this flash video: …
- 3:48 PM Ticket #438 (broken frame after seek in ogg container) closed by
- fixed: Patch applied, output looks fine enough to me.
- 3:46 PM Ticket #979 (Abnormal colorspace conversion of BGR -> YUV comparing the RGB variant) updated by
-
Status, Version changed
If there is an issue, is is reproducible with this command: […] - 2:36 PM Ticket #980 (Feature request : Optimising (MPEG) video streams) created by
- Hello, We all know jpegoptim by tjko for optimizing huffman table on …
- 1:21 PM Changeset in ffmpeg [8162c6f0] by
- oggdec: add missing ogg_reset on seek. It would never be called when …
- 1:21 PM Changeset in ffmpeg [1b0dc96f] by
- oggdec: fix keyframe seeking when granule_is_start is 0. In this …
- 12:59 PM Ticket #941 (Seek problems with ogg decoder) updated by
- > matroska_read_seek creates it's index efficiently as far as I can …
- 7:07 AM Changeset in ffmpeg [e7f0bc8c] by
- drawtext: add missing braces around an if() block. Prevents …
- 5:26 AM Ticket #979 (Abnormal colorspace conversion of BGR -> YUV comparing the RGB variant) updated by
- Replying to richardpl: > Whatever issue you are reporting …
- 4:14 AM Changeset in ffmpeg [982783ac] by
- ffmpeg: document avi special case Signed-off-by: Michael Niedermayer …
- 2:35 AM Ticket #979 (Abnormal colorspace conversion of BGR -> YUV comparing the RGB variant) updated by
- Whatever issue you are reporting I can not reproduce it. …
- 2:02 AM Changeset in ffmpeg [bfb5ba84] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: ape: …
- 1:08 AM Changeset in ffmpeg [7e850f1c] by
- dwt: fix about a dozen "warning: assignment from incompatible pointer …
- 1:00 AM Changeset in ffmpeg [2453ca49] by
- dwt: fix a dozen or so "warning: initialization from incompatible …
- 12:34 AM Changeset in ffmpeg [861aa9e7] by
- mpegaudiodec: remove unused variable Signed-off-by: Michael …
Feb 4, 2012:
- 8:44 PM Ticket #941 (Seek problems with ogg decoder) updated by
- No problem reimar. I was just following the model of matroskadec.c …
- 8:02 PM Ticket #941 (Seek problems with ogg decoder) updated by
- I said nonsense to one specific statement, and that was claiming that …
- 7:44 PM Ticket #438 (broken frame after seek in ogg container) updated by
- More correct patch sent to ffmpeg-devel: oggdec: fix keyframe seeking …
- 7:39 PM Ticket #941 (Seek problems with ogg decoder) updated by
- reimar, not nonsense when you have to have something that works. I had …
- 7:32 PM Changeset in ffmpeg [86b57e4e] by
- ape: fix seeking Signed-off-by: Paul B Mahol <onemda@gmail.com> …
- 7:27 PM Changeset in ffmpeg [d3f912c1] by
- adler32: add comment for the SIMD code Signed-off-by: Michael …
- 7:23 PM Changeset in ffmpeg [26585d2a] by
- adler32: rewrite using integer SIMD. about twice as fast as before. …
- 7:18 PM Changeset in ffmpeg [5b010359] by
- Remove warning about Ogg skeleton v4. We can handle v4 just fine, the …
- 7:03 PM Changeset in ffmpeg [b60620bf] by
- apedec: 8bit and 24bit support Signed-off-by: Paul B Mahol …
- 7:00 PM Ticket #438 (broken frame after seek in ogg container) updated by
- Forget that patch, it just breaks seeking completely. For some reason …
- 6:59 PM Changeset in ffmpeg [785d8a38] by
- fate: use compression level 0 for flashsv2 tests. Output sizes …
- 6:34 PM Ticket #941 (Seek problems with ogg decoder) closed by
- fixed: Fixed by d7b542ae.
- 6:32 PM Ticket #438 (broken frame after seek in ogg container) updated by
- I incorrectly mentioned this issue in commit d7b542ae, but that one …
- 6:13 PM Changeset in ffmpeg [d7b542ae] by
- Fix potential infinite discard loop. Fixes trac issue #438. Seeking …
- 5:54 PM Ticket #950 (webm convert -> segmentation error) updated by
- how can I help to solve the problem of find a workaround ?
- 4:26 PM Ticket #979 (Abnormal colorspace conversion of BGR -> YUV comparing the RGB variant) created by
- Input file is bgr24. Output file is yuv420p. If I instruct ffmpeg to …
- 2:36 PM Ticket #941 (Seek problems with ogg decoder) updated by
- > the index_entries table which have not been created but should be in …
- 11:55 AM Ticket #977 (stream copy duration does not match the one specified by -t when -ss ...) updated by
- Hi, of course : …
- 11:20 AM Ticket #953 (0.10 - Input channel layout isnt supported) updated by
- Replying to cehoyos: > What is "-async 48000" supposed to …
- 11:09 AM Ticket #978 (wrong container fps when muxing raw Xvid to avi) updated by
- I uploaded a new sample: 1. used: ffmpeg -y -i "D:\Encoding …
- 10:56 AM Ticket #976 (h264 in f4v: non monotonically increasing dts) updated by
-
Component changed
Please provide the sample and / or the revision that introduced the … - 10:50 AM Ticket #978 (wrong container fps when muxing raw Xvid to avi) updated by
- The sample is 404, and please also provide the complete, uncut console …
- 10:48 AM Ticket #977 (stream copy duration does not match the one specified by -t when -ss ...) updated by
-
Priority, Keywords, Component changed
Please provide a sample and complete, uncut console output. - 7:43 AM Ticket #977 (stream copy duration does not match the one specified by -t when -ss ...) updated by
- might be related to the placing of key frames, h.264 streams are only …
- 6:20 AM Ticket #978 (wrong container fps when muxing raw Xvid to avi) created by
- I got a small m4v file (Xvid; …
- 6:04 AM Ticket #941 (Seek problems with ogg decoder) updated by
- Note: I removed the code that was setting pOggStream->key_frame to 1 …
- 4:58 AM Ticket #941 (Seek problems with ogg decoder) updated by
- Creating the index_entries fixed the BuckBunny sample. The code I use …
- 4:39 AM Changeset in ffmpeg [7f8027b7] by
- adler32: avoid "too big" check in the inner loop Signed-off-by: …
- 4:18 AM Changeset in ffmpeg [25f35df1] by
- xvid_rc: check that write() succeeded. Signed-off-by: Michael …
- 1:34 AM Changeset in ffmpeg [3b46daa3] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: …
- 12:12 AM Changeset in ffmpeg [670229ef] by
- apedec: remove unused variable Signed-off-by: Michael Niedermayer …
- 12:12 AM Changeset in ffmpeg [f57ab7ed] by
- zmbv: remove unused variable Signed-off-by: Michael Niedermayer …
Feb 3, 2012:
- 10:36 PM Ticket #977 (stream copy duration does not match the one specified by -t when -ss ...) created by
- Hello, i'm trying to cut an Adobe postprocessed F4v video (h.264 + …
- 10:12 PM Changeset in ffmpeg [58dabf7b] by
- Fix png decoding on x86. Line sizes are only 8-byte aligned, so use …
- 9:00 PM Changeset in ffmpeg [6f1a5e8d] by
- dsputil: remove debug message in dsputil_init(). …
- 8:38 PM Ticket #976 (h264 in f4v: non monotonically increasing dts) created by
- I have an mp4 file that was pulled off a Flash Media Encoding Server …
- 7:42 PM Changeset in ffmpeg [da1ba4e8] by
- Fix NASM compilation. movd needs explicit register size prefix for …
- 6:51 PM Changeset in ffmpeg [ed3c0fe8] by
- Remove some warnings when compiling with mingw (mingw-w64, 32 bits) …
- 6:44 PM Changeset in ffmpeg [29a20ac4] by
- movdec: Avoid av_malloc(0) in stss Found-by: Mateusz "j00ru" Jurczyk …
- 5:12 PM Changeset in ffmpeg [1f0fa80] by
- dshow: use DirectShow information to set time_base Fixes build after …
- 5:11 PM Changeset in ffmpeg [c9e5acad] by
- dshow: fix AVInputFormat declaration after ABI breakage …
- 4:15 PM Ticket #975 (commit 151ecc2aecd81718e2520936dd3c537d7e6fe2fc causes segfault when ...) created by
- Command:- ffmpeg -i BRD35721202.mxf \ -vf "movie=logo.png [logo]; …
- 3:14 PM Ticket #974 (genpts not enabled automatically when remuxing from VOB to MOV) updated by
- The playback issue seems similar to what was reported in …
- 3:13 PM Ticket #974 (genpts not enabled automatically when remuxing from VOB to MOV) updated by
- Here is the ffmpeg output from the sample attached: […]
- 3:06 PM Ticket #974 (genpts not enabled automatically when remuxing from VOB to MOV) created by
- I'm trying to copy an mpeg2video stream from a VOB file into a …
- 1:53 PM Changeset in ffmpeg [58fc7400] by
- build: Drop YASM-OBJS-FFT from SUBDIR_VARS. FFT code only appears in …
- 1:53 PM Changeset in ffmpeg [7f2885bb] by
- build: Drop unused X86-OBJS variable.
- 12:45 PM Changeset in ffmpeg [324fbadf] by
- avconv: remove debugging cruft from do_video_out().
- 12:44 PM Changeset in ffmpeg [61a09968] by
- avconv: factorize setting stream_index for the output packet.
- 12:14 PM Ticket #973 (FFmpeg MXF problem) updated by
- Videos with FFmpeg builds are here: http://uloz.to/13062440/mxf-zip …
- 9:43 AM Ticket #970 (AVNr 1:1 raw mode - black bar at the top) updated by
-
Status, Version, Component, Reproduced by developer, Keywords changed
Related to #970. - 9:38 AM Ticket #971 (AVRn 1:1 raw interlaced mode - merge fields) updated by
-
Keywords, Status, Version, Component, Reproduced by developer changed
- 9:32 AM Ticket #969 (jpegls: Cleared Least Significant Bits) updated by
-
Keywords, Status, Version, Component, Reproduced by developer changed
- 9:21 AM Ticket #973 (FFmpeg MXF problem) updated by
-
Keywords, Component changed
What is missing to make this a valid ticket: * A failing ffmpeg … - 8:45 AM Ticket #973 (FFmpeg MXF problem) created by
- Hello, I have video in mxf format IMX30 or 50Mbit or LongGOP …
- 8:29 AM Changeset in ffmpeg [d2afbd9a] by
- frame{crc/md5}: set the stream timebase from codec timebase. Right …
- 5:54 AM Ticket #954 (mpeg2 in wtv: non monotonically increasing dts) updated by
- The sample file is 90MB in size (I don't know how to cut it down since …
- 2:51 AM Changeset in ffmpeg [d77294c5] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: …
- 2:07 AM Changeset in ffmpeg [22c0babb] by
- apedec: remove unneeded #include of get_bits.h and associated macro
- 2:07 AM Changeset in ffmpeg [e416961] by
- apedec: av_fast_malloc() instead of av_realloc() av_realloc() does …
- 2:07 AM Changeset in ffmpeg [0759c8eb] by
- apedec: fix handling of packet sizes that are not a multiple of 4 bytes
Feb 2, 2012:
- 11:56 PM Changeset in ffmpeg [9477fa09] by
- lavu/timecode: use @see for URL in doxygen.
- 11:55 PM Changeset in ffmpeg [174880f5] by
- lavfi/thumbnail: rename @url to @see. @url isn't a valid Doxygen …
- 11:07 PM Ticket #972 (Can't mux aac in mp4 container) updated by
-
Resolution changed
- 10:59 PM Ticket #970 (AVNr 1:1 raw mode - black bar at the top) updated by
- check ticket #162 for normal mjpeg mode, but this is a different …
- 9:44 PM Ticket #972 (Can't mux aac in mp4 container) updated by
- It's very strange, but now it works. I'm not understand about why …
- 9:43 PM Ticket #970 (AVNr 1:1 raw mode - black bar at the top) updated by
- Does same happens with other/normal resolutions?
- 9:23 PM Ticket #972 (Can't mux aac in mp4 container) closed by
- needs_more_info: Please provide all relevant information including your ffmpeg command …
- 9:23 PM Changeset in ffmpeg [e15e2a6d] by
- libx264: fix indentation.
- 8:48 PM Ticket #972 (Can't mux aac in mp4 container) created by
- I use Arch Linux x86_64 and ffmpeg 20120127-1. Since last update I …
- 8:45 PM Ticket #971 (AVRn 1:1 raw interlaced mode - merge fields) created by
- (issue 1474) http://roundup.libav.org/file710/avid_ntsc.rar same …
- 8:38 PM Ticket #970 (AVNr 1:1 raw mode - black bar at the top) updated by
- the same problem with "avid_ntsc_progressive.avi" …
- 8:35 PM Ticket #970 (AVNr 1:1 raw mode - black bar at the top) created by
- (issue 1474) http://roundup.libav.org/file564/avid_1_1_resolution.rar …
- 8:15 PM Ticket #969 (jpegls: Cleared Least Significant Bits) created by
- PicTools Apollo program have an "Cleared Least Significant Bits" …
- 8:11 PM Changeset in ffmpeg [c853124f] by
- Use SECTION_TEXT instead of section .text for the compatibility aout …
- 8:11 PM Changeset in ffmpeg [9b9bf5ab] by
- ffv1: cosmetics: indentation Signed-off-by: Paul B Mahol …
- 8:05 PM Changeset in ffmpeg [24947d49] by
- vorbis: fix overflows in floor1[] vector and inverse db table index.
- 8:00 PM Changeset in ffmpeg [7e4d9d5d] by
- win64: add a XMM clobber test configure option. This will be useful …
- 7:44 PM Changeset in ffmpeg [8c48652] by
- dct-test: remove odivx_idct_c dead prototype.
- 7:39 PM Changeset in ffmpeg [89415b8e] by
- movdec: Parse the dvc1 atom Normally, the actual payload data …
- 7:20 PM Ticket #968 (Error message at end of asf stream) updated by
- ffmpeg does not crash it just aborts decoding video.
- 6:50 PM Changeset in ffmpeg [cd2f98f3] by
- ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6 This function was broken …
- 6:31 PM Ticket #959 (Media 100 codec support.) updated by
-
Keywords changed
fix incorrect keywords - 6:30 PM Ticket #959 (Media 100 codec support.) updated by
- just added support to mplayer, using the binary codec to play those …
- 5:50 PM Changeset in ffmpeg [148bc235] by
- swscale: K&R formatting cosmetics for Blackfin code Also prettyprint …
- 5:44 PM Changeset in ffmpeg [3f57bde1] by
- frwu: lowercase the FRWU codec name This is more consistent with all …
- 5:44 PM Changeset in ffmpeg [af0f8c09] by
- Cosmentics: Fix AVUI comment. The codec contains no alpha information …
- 4:39 PM Changeset in ffmpeg [7f19bdc2] by
- movdec: fix dts generation in fragmented files Do not use AVStream's …
- 2:31 PM Changeset in ffmpeg [2c98f407] by
- fate: make acodec-ac3_fixed test output raw AC3 There is no point in …
- 1:31 PM Changeset in ffmpeg [d50a4c4a] by
- lavfi/amerge: copy ref props after filtering samples. This fixes …
- 1:31 PM Changeset in ffmpeg [85c66793] by
- lavfi/pan: copy ref props after filtering samples. At least PTS needs …
- 1:31 PM Changeset in ffmpeg [c79eddaf] by
- lavfi/aconvert: use libswresample. This commit also drops the planar …
- 1:31 PM Changeset in ffmpeg [e96be840] by
- lavfi/aresample: use libswresample.
- 1:31 PM Changeset in ffmpeg [9f0b0db0] by
- lavfi/aformat: use do..while(0) form for macro. This avoids some …
- 1:31 PM Changeset in ffmpeg [d055c328] by
- doc: document amerge filter as an alternative for the -map_channel …
- 1:31 PM Changeset in ffmpeg [b90d79ec] by
- timecode: drop lavc timecode on next bump.
- 1:31 PM Changeset in ffmpeg [6f551562] by
- dvenc: use new public timecode API.
- 1:31 PM Changeset in ffmpeg [bf6e83a8] by
- mxfenc: use new public timecode API.
- 1:31 PM Changeset in ffmpeg [e2407556] by
- gxfenc: use new public timecode API.
- 1:31 PM Changeset in ffmpeg [d8804905] by
- mpeg12enc: use new public timecode API.
- 1:31 PM Changeset in ffmpeg [f65600d5] by
- drawtext: use new public timecode API.
- 1:31 PM Changeset in ffmpeg [11e5d3b9] by
- dv: use new public timecode API.
- 1:31 PM Changeset in ffmpeg [77971609] by
- mov: honor tmcd flags while extracting timecode meta.
- 1:31 PM Changeset in ffmpeg [bd10f01a] by
- mov: use new public timecode API.
- 1:31 PM Changeset in ffmpeg [ed67dac0] by
- mpeg12: use av_mpegtc_to_timecode_string().
- 1:31 PM Changeset in ffmpeg [dc386a5e] by
- ffprobe: use av_mpegtc_to_timecode_string().
- 1:30 PM Changeset in ffmpeg [0eaa123] by
- lavu: add public timecode API.
- 1:29 PM Changeset in ffmpeg [fcc518a0] by
- APIchanges: add missing commit hashes
- 1:16 PM Changeset in ffmpeg [b18ebcbe] by
- timecode: add write regressions tests.
- 12:29 PM Changeset in ffmpeg [de05e41b] by
- Use the correct pix_fmt for 32bit x11grab. Remove adding a constant …
- 12:18 PM Ticket #966 (frwu: change fields order mode) updated by
-
Component changed
- 7:48 AM Ticket #968 (Error message at end of asf stream) updated by
-
Keywords changed
Please add backtrace etc. as explained on http://ffmpeg.org/bugreports.html - 7:00 AM Ticket #962 (Bink - ffmpeg is unable to decode some small files with only one frame) updated by
- These samples (24x48) won't decode : …
- 6:28 AM Ticket #968 (Error message at end of asf stream) created by
- This ticket continues https://ffmpeg.org/trac/ffmpeg/ticket/588 which …
- 5:55 AM Changeset in ffmpeg [de53b906] by
- swscale: implement MMX, SSE2 and AVX functions for RGB32 input.
- 3:36 AM Changeset in ffmpeg [b8b77abe] by
- cosmetics: realign vertically Signed-off-by: Paul B Mahol …
- 3:34 AM Changeset in ffmpeg [6462d28d] by
- apedec: Fix alignment and fate. Signed-off-by: Michael Niedermayer …
- 1:24 AM Changeset in ffmpeg [4c677df2] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
- 1:17 AM Changeset in ffmpeg [38c6bbc1] by
- ra144enc: drop pointless "encoder" from .long_name Signed-off-by: …
- 12:41 AM Changeset in ffmpeg [c3a06615] by
- bethsoftvideo: fix palette reading. Return the correct number of …
- 12:35 AM Changeset in ffmpeg [83ce51cc] by
- mpc7: use av_fast_padded_malloc() Avoids doing malloc/free for each …
- 12:35 AM Changeset in ffmpeg [b5b825c3] by
- mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes
- 12:31 AM Changeset in ffmpeg [41dd77bd] by
- doc: decoding Forward Uncompressed is supported Signed-off-by: Paul B …
- 12:27 AM Ticket #893 (jpegls: support color transforms) updated by
- this may be useful: http://charls.codeplex.com/releases/view/55406 […]
- 12:14 AM Ticket #966 (frwu: change fields order mode) updated by
- If you mean ffmpeg -i frwu.avi -vcodec copy frwu.mov ffmpeg -i …
- 12:12 AM Changeset in ffmpeg [5cd8afee] by
- diracdec: Check for negative quants which would cause out of array …
- 12:12 AM Changeset in ffmpeg [00650803] by
- proresdec: Fix read via negative index in a global array. Found-by: …
- 12:10 AM Ticket #967 (iff ilbm ham8 with masking decodes incorrectly) updated by
- Attached.
- 12:08 AM Changeset in ffmpeg [e39487ef] by
- doc: ffv1 is not experimental any more Signed-off-by: Paul B Mahol …
- 12:02 AM Changeset in ffmpeg [236a550c] by
- Fix a typo in the x86 asm version of ff_vector_clip_int32() Specifies …
Feb 1, 2012:
- 11:52 PM Ticket #966 (frwu: change fields order mode) updated by
- Does file still plays correctly with native decoder if you remux it …
- 11:32 PM Ticket #962 (Bink - ffmpeg is unable to decode some small files with only one frame) updated by
- Please add link to sample(s).
- 10:47 PM Ticket #967 (iff ilbm ham8 with masking decodes incorrectly) updated by
-
Keywords, Version, Component changed
Could you attach png images that show how the originals are supposed … - 9:33 PM Changeset in ffmpeg [3c432631] by
- pcmenc: Do not set avpkt->size. It is already the correct size as set …
- 9:33 PM Changeset in ffmpeg [1a670973] by
- ff_alloc_packet: modify the size of the packet to match the requested …
- 9:17 PM Changeset in ffmpeg [5ff88020] by
- frwu: Employ more meaningful return values. Signed-off-by: Paul B …
- 9:02 PM Ticket #967 (iff ilbm ham8 with masking decodes incorrectly) created by
- decodes ok with amiga programs and pmview http://www.pmview.com/ […]
- 7:37 PM Changeset in ffmpeg [f54ae2f8] by
- fraps: Use av_fast_padded_malloc() instead of av_realloc() Ensures …
- 7:37 PM Changeset in ffmpeg [0880503f] by
- mjpegdec: use av_fast_padded_malloc() also check for allocation …
- 7:37 PM Changeset in ffmpeg [2f4b9021] by
- eatqi: use av_fast_padded_malloc() Signed-off-by: Justin Ruggles …
- 7:37 PM Changeset in ffmpeg [00db4d4a] by
- asv1: use av_fast_padded_malloc() Signed-off-by: Justin Ruggles …
- 6:33 PM Changeset in ffmpeg [9430c232] by
- ffserver: fix program reference Signed-off-by: Michael Niedermayer …
- 6:25 PM Changeset in ffmpeg [ec09230c] by
- ffv1dec: PIX_FMT_YUV440P support Signed-off-by: Paul B Mahol …
- 6:25 PM Changeset in ffmpeg [917803ba] by
- ffv1enc: PIX_FMT_YUV440P support Signed-off-by: Paul B Mahol …
- 6:19 PM Changeset in ffmpeg [316fc744] by
- avcodec: Add av_fast_padded_malloc(). Wrapper around av_fast_malloc() …
- 5:41 PM Ticket #960 (h264 in ts: non monotonically increasing dts) closed by
- invalid: As you've already noticed, the timestamps in this stream are not …
- 5:33 PM Changeset in ffmpeg [378c5ef] by
- swscale: enable dithering in MMX functions. This was accidently …
- 5:33 PM Changeset in ffmpeg [212f161c] by
- swscale: make rgb24 function macros slightly smaller.
- 5:04 PM Changeset in ffmpeg [b2327a82] by
- Add some missing v4l2 pix_fmt mappings.
- 5:00 PM Changeset in ffmpeg [46320667] by
- Fix v4l pix_fmt mapping for rgb32: There is no transparency information.
- 4:58 PM Changeset in ffmpeg [93a3ba9b] by
- Fix pix_fmt mapping for v4l2 rgb5x5.
- 4:27 PM Changeset in ffmpeg [3b637dca] by
- avcodec.h: Remove some disabled cruft.
- 3:17 PM Changeset in ffmpeg [f5490fbe] by
- swscale: remove obsolete comment.
- 3:09 PM Ticket #966 (frwu: change fields order mode) updated by
-
Keywords, Status, Version, Reproduced by developer, Summary changed
- 2:51 PM Changeset in ffmpeg [d76864d9] by
- Support decoding rgba64 with libopenjpeg.
- 2:49 PM Ticket #966 (frwu: change fields order mode) created by
- the first horizontal line from top is moved to bottom of the video …
- 2:47 PM Changeset in ffmpeg [ec0d02e4] by
- Support decoding gray8a with libopenjpeg.
- 2:38 PM Ticket #965 (ffplay sometimes crashes with 8ch tta file) created by
- sample from ticket #838 …
- 1:39 PM Ticket #961 (Decoding H.264 to YUV drops one frame) updated by
- But thanks for mentioning a workaround! :)
- 1:34 PM Ticket #961 (Decoding H.264 to YUV drops one frame) updated by
- It does work with vsync 0, but I do not understand why it should drop …
- 1:24 PM Changeset in ffmpeg [2e3fb9e3] by
- swscale-test: Drop unused argc and argv arguments from main().
- 1:24 PM Changeset in ffmpeg [8ca8e4a8] by
- zmbv: Employ more meaningful return values. Also use …
- 1:23 PM Changeset in ffmpeg [013a677f] by
- zmbvenc: Employ more meaningful return values. Signed-off-by: Paul B …
- 11:54 AM Changeset in ffmpeg [510ef04a] by
- vc1: prevent null pointer dereference on broken files CC: …
- 11:54 AM Changeset in ffmpeg [cb0b2843] by
- zmbv: check av_realloc() return values and avoid memleaks on ENOMEM
- 9:13 AM Ticket #964 (No h263 Mode B support?) updated by
-
Keywords, Status, Version changed
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/88232/focus=88245 - 5:42 AM Changeset in ffmpeg [d4eeadcb] by
- truespeech: align buffer DSPContext.bswap_buf() requires aligned …
- 3:43 AM Changeset in ffmpeg [9fdae05] by
- libavformat/avformat.h: fix stray libavformat reference …
- 3:43 AM Changeset in ffmpeg [c4bdb2b] by
- libavfilter/version.h: fix project name The code in the file is …
- 3:43 AM Changeset in ffmpeg [4e2b0c57] by
- snowdata: Fix project name, this file has not been developed in libav …
- 3:43 AM Changeset in ffmpeg [72fc4f0] by
- gsm.h: Fix project reference The code in this file is copy and pasted …
- 3:43 AM Changeset in ffmpeg [dbb7009e] by
- westwood_aud: Fix project reference "Copyright (c) 2003 The ffmpeg …
- 3:43 AM Changeset in ffmpeg [9096a276] by
- simpleidct: fix project name. "Copyright (c) 2001 Michael …
- 3:43 AM Changeset in ffmpeg [4b4d3d72] by
- aacenc: fix library references Signed-off-by: Michael Niedermayer …
- 2:37 AM Changeset in ffmpeg [92f9b26c] by
- doc: fix convertion tool references Signed-off-by: Michael …
- 2:34 AM Changeset in ffmpeg [ada28b7f] by
- h264 golomb: Fix copyright violation. Copy and paste does not change …
- 2:32 AM Changeset in ffmpeg [034b03e7] by
- ac3: Do not read past the end of ff_ac3_band_start_tab. Found-by: …
- 2:32 AM Changeset in ffmpeg [2d1c0dea] by
- dv: Fix small stack overread related to CVE-2011-3929 and …
- 2:32 AM Changeset in ffmpeg [5a396bb3] by
- dv: Fix null pointer dereference due to ach=0 dv: Fix null pointer …
- 2:32 AM Changeset in ffmpeg [635bcfcc] by
- dv: check stype dv: check stype Fixes part1 of CVE-2011-3929 …
- 1:36 AM Changeset in ffmpeg [a369a6b8] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: (29 …
- 1:03 AM Ticket #964 (No h263 Mode B support?) created by
- It appears that Mode B support for h263 is not supported? I have a …
- 12:18 AM Changeset in ffmpeg [e67e3a3f] by
- fate-golomb: extend golomb-test to get_ue_golomb_long() …
Jan 31, 2012:
- 11:55 PM Changeset in ffmpeg [c0bc7bd1] by
- swfdec: Simplify sample rate calculation.
- 11:30 PM Ticket #962 (Bink - ffmpeg is unable to decode some small files with only one frame) updated by
-
Keywords, Status, Version, Reproduced by developer changed
[…] - 11:21 PM Ticket #954 (mpeg2 in wtv: non monotonically increasing dts) updated by
-
Summary changed
Replying to ramitbhalla: > The same problems also occures … - 11:20 PM Ticket #960 (h264 in ts: non monotonically increasing dts) updated by
-
Summary changed
- 11:18 PM Ticket #960 (h264 in ts: non monotonically increasing dts) updated by
-
Keywords, Status, Reproduced by developer changed
- 11:04 PM Ticket #961 (Decoding H.264 to YUV drops one frame) updated by
-
Keywords, Status changed
Did you test -vsync 0? It should allow you to see all encoded frames. - 10:24 PM Changeset in ffmpeg [0a3a69e8] by
- ffv1dec: use correct linesize Apparently this did not break anything. …
- 10:18 PM Ticket #963 ([PATCH] Fraps: restore old behavior regarding P frames) updated by
- Please send patches to ffmpeg-devel where they can be discussed.
- 9:55 PM Changeset in ffmpeg [0d17477e] by
- Merge remote-tracking branch 'shariman/wmall' * shariman/wmall: …
- 9:35 PM Ticket #963 ([PATCH] Fraps: restore old behavior regarding P frames) updated by
- Yes. P frames, or repeated frames, are not delivered anymore. That's …
- 9:09 PM Ticket #952 (FLV + H.264 extradata hangs) closed by
- fixed: Fixed by Michael with commits e4a714f and 05ebe51.
- 9:06 PM Ticket #963 ([PATCH] Fraps: restore old behavior regarding P frames) updated by
- Is decoding broken or what?
- 8:45 PM Changeset in ffmpeg [c8eba9f] by
- ffv1dec: PIX_FMT_YUVA444P support Signed-off-by: Paul B Mahol …
- 8:44 PM Changeset in ffmpeg [b0a30ea7] by
- ffv1enc: PIX_FMT_YUVA444P support Signed-off-by: Paul B Mahol …
- 8:44 PM Changeset in ffmpeg [ab7da16e] by
- ffv1dec: PIX_FMT_YUVA420P support Signed-off-by: Paul B Mahol …
- 8:43 PM Changeset in ffmpeg [7054629] by
- ffv1enc: PIX_FMT_YUVA420P support Signed-off-by: Paul B Mahol …
- 8:43 PM Changeset in ffmpeg [05ebe51e] by
- mpeg/h264: update thread context even if it is not initialized. Fixes …
- 8:42 PM Changeset in ffmpeg [e4a714f6] by
- h264: Return the correct number of bytes for mid strea, extradata. …
- 8:40 PM Changeset in ffmpeg [146ef3f3] by
- pngdec: fix warning about pointer types Signed-off-by: Michael …
- 8:00 PM Ticket #963 ([PATCH] Fraps: restore old behavior regarding P frames) created by
- Recently there have been several commits by Reimar changing the Fraps …
- 7:26 PM Ticket #942 (swresample leaks memory when sampling up) updated by
- In my particular case, I have allocated a large buffer (whatever …
- 6:56 PM Changeset in ffmpeg [52afc971] by
- fate: add golomb-test
- 6:56 PM Changeset in ffmpeg [9e3a273] by
- golomb-test: K&R formatting cosmetics
- 6:56 PM Changeset in ffmpeg [631f96f9] by
- h264: Split h264-test off into a separate file - golomb-test.c. The …
- 6:56 PM Changeset in ffmpeg [4ff46af0] by
- h264-test: cleanup: drop timer invocations, commented out code and …
- 6:56 PM Changeset in ffmpeg [3856a2aa] by
- h264-test: Remove unused DSP and AVCodec contexts and related init …
- 6:13 PM Changeset in ffmpeg [b010178e] by
- adpcm: Add missing stdint.h #include to fix standalone header compilation.
- 6:11 PM Ticket #962 (Bink - ffmpeg is unable to decode some small files with only one frame) updated by
- Sample NACH-19248.bik uploaded on upload.ffmpeg.org.
- 5:59 PM Ticket #954 (mpeg2 in wtv: non monotonically increasing dts) updated by
- The same problems also occures when using a H.264 video source in the …
- 5:45 PM Ticket #962 (Bink - ffmpeg is unable to decode some small files with only one frame) updated by
- If you want this issue to get fixed anytime soon you will need provide …
- 4:50 PM Ticket #962 (Bink - ffmpeg is unable to decode some small files with only one frame) created by
- When trying to transcode Bink movies to a serie of PNG images, some …
- 4:44 PM Changeset in ffmpeg [c6736713] by
- ffmpeg: fix -map_channel being ignored when resampling is not needed.
- 3:53 PM Changeset in ffmpeg [dd6d3b0e] by
- lavf: add functions for accessing the fourcc<->CodecID mapping tables. …
- 3:53 PM Changeset in ffmpeg [bc901998] by
- lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). …
- 3:12 PM Ticket #960 (h264 in ts: non monotonically increasing dts) updated by
- I don't know if this is a regression. All I can say is that it's …
- 2:52 PM Ticket #961 (Decoding H.264 to YUV drops one frame) updated by
- Oh and the same happens with GCC, so it is not clang related. …
- 2:49 PM Ticket #961 (Decoding H.264 to YUV drops one frame) updated by
- The output4.h264 file contains 4 frames, and similarly FFmpeg decodes …
- 2:47 PM Ticket #961 (Decoding H.264 to YUV drops one frame) created by
- For the attached samples encoded with x264, FFmpeg drops one frame …
- 2:14 PM Ticket #960 (h264 in ts: non monotonically increasing dts) updated by
-
Priority, Component changed
Do you think this is a regression? Please provide the sample. - 1:18 PM Ticket #960 (h264 in ts: non monotonically increasing dts) created by
- I have a sample : H.264/AAC wrapped in MPEG-TS whith cannot be …
- 12:11 PM Ticket #959 (Media 100 codec support.) updated by
-
Priority, Keywords, Version, Status, Reproduced by developer changed
ntPA is the PAL codec, ntnt the NTSC codec, there also should be dtmt … - 11:38 AM Ticket #959 (Media 100 codec support.) updated by
- Tried to attach a file but gave up when it passed several minutes …
- 9:48 AM Ticket #731 (h264 video frames inside m2ts container get altered after commit ...) closed by
- needs_more_info: Please reopen if there still is any problem that you can reproduce.
- 9:32 AM Ticket #959 (Media 100 codec support.) updated by
- Please run the "flattener" utility on all three files (most developers …
- 6:56 AM Changeset in ffmpeg [0e72ad95] by
- lavc: make avcodec_close() work properly on unopened codecs. I.e. …
- 6:55 AM Changeset in ffmpeg [af08d9ae] by
- lavc: add avcodec_is_open(). It allows to check whether an …
- 6:51 AM Ticket #959 (Media 100 codec support.) updated by
- I just checked and QuickTime 6.5.2 with the transcoder copied to …
- 6:50 AM Changeset in ffmpeg [f7fe41a0] by
- lavf: rename AVInputFormat.value to raw_codec_id. It's only used by …
- 6:48 AM Changeset in ffmpeg [9a463917] by
- lavf: remove the pointless value field from flv and iv8 The demuxers …
- 6:26 AM Changeset in ffmpeg [afa4069e] by
- lavc/lavf: remove unnecessary symbols from the symbol version script.
- 6:26 AM Changeset in ffmpeg [f5f49a66] by
- lavc: reorder AVCodec fields. Put all private fields at the end and …
- 6:25 AM Ticket #959 (Media 100 codec support.) created by
- I've put a couple of small MOV files, their resource forks, the …
- 6:21 AM Changeset in ffmpeg [183eaa9a] by
- lavf: reorder AVInput/OutputFormat fields. Put all private fields at …
- 1:46 AM Changeset in ffmpeg [151ecc2] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: (26 …
- 12:49 AM Changeset in ffmpeg [f372ce11] by
- mp3dec: Fix a heap-buffer-overflow In some cases, what is left to …
- 12:12 AM Changeset in ffmpeg [a3a0691b] by
- adpcmenc: remove some unneeded casts
- 12:12 AM Changeset in ffmpeg [149f2058] by
- adpcmenc: use int16_t and uint8_t instead of short and unsigned char.
- 12:12 AM Changeset in ffmpeg [dd88ae83] by
- adpcmenc: fix adpcm_ms extradata allocation Add …
- 12:12 AM Changeset in ffmpeg [877a1d40] by
- adpcmenc: return proper AVERROR codes instead of -1
- 12:12 AM Changeset in ffmpeg [cb023d9a] by
- adpcmenc: check for coded_frame allocation failure
- 12:12 AM Changeset in ffmpeg [ddf70db] by
- adpcmenc: Do not set coded_frame->key_frame. It is already set in …
- 12:11 AM Changeset in ffmpeg [3c4add27] by
- mpc7: check for allocation failure
- 12:11 AM Changeset in ffmpeg [eac31dd1] by
- mpc7: align local temp buffer DSPContext.bswap_buf() requires aligned …
Jan 30, 2012:
- 11:20 PM Changeset in ffmpeg [b8c16558] by
- avidec: print informative error messages if seeking fails. …
- 11:16 PM Ticket #639 (add support for 64bit PNG) closed by
- fixed: Decoding 64bit png works now, the images can be reencoded to dpx, pam …
- 11:13 PM Changeset in ffmpeg [97da38c9] by
- Allow decoding of 64bit png images. Fixes a part of ticket #639.
- 11:03 PM Changeset in ffmpeg [ea604de9] by
- Simplify "deloco" and support decoding of 48bit loco png.
- 10:58 PM Changeset in ffmpeg [e5c9de2a] by
- rv40: x86 SIMD for biweight Provide MMX, SSE2 and SSSE3 versions, …
- 10:58 PM Changeset in ffmpeg [91bafb52] by
- x86: Give RV40 init file a more suitable name.
- 10:58 PM Changeset in ffmpeg [c30b198] by
- x86: Place mm_flags variable declaration below the appropriate #ifdef. …
- 10:53 PM Changeset in ffmpeg [f0d6828d] by
- Supoort decoding of gray16 images with libopenjpeg.
- 10:38 PM Ticket #942 (swresample leaks memory when sampling up) updated by
- I am not sure what kind of solution you are thinking of exactly, and I …
- 10:30 PM Ticket #957 (can't decode MJPEG avi) updated by
-
Summary changed
- 10:30 PM Ticket #957 (can't decode MJPEG avi) updated by
-
Status, Version, Reproduced by developer changed
- 10:29 PM Changeset in ffmpeg [6a3cc21] by
- mp3dec: fix truncating packet error message while decoding a complete …
- 10:28 PM Changeset in ffmpeg [cc7342f7] by
- assdec: fix wrong alloc pointer check.
- 10:28 PM Changeset in ffmpeg [7c0d30b5] by
- ass: use av_asprintf() instead of a temporary stack buffer.
- 10:27 PM Ticket #953 (0.10 - Input channel layout isnt supported) updated by
- Please provide the input sample. What is "-async 48000" supposed to do?
- 10:22 PM Ticket #942 (swresample leaks memory when sampling up) updated by
- I know where I went wrong. I was not realizing here that the number …
- 10:13 PM Changeset in ffmpeg [75ab1e62] by
- movdec: Ignore sample_degradation_priority bits when checking …
- 10:06 PM Ticket #942 (swresample leaks memory when sampling up) updated by
- I don't understand where your problem in understanding lies. If you …
- 9:45 PM Ticket #942 (swresample leaks memory when sampling up) updated by
- OK, I'm looking at the documentation for swr_convert: …
- 9:41 PM Ticket #957 (can't decode MJPEG avi) updated by
- That's my point actually, if you check the avi file in virtual dub …
- 9:38 PM Ticket #942 (swresample leaks memory when sampling up) updated by
- > The output buffer is bigger than the input buffer Yes, it is, but …
- 9:34 PM Changeset in ffmpeg [89f6e8a] by
- flvdec: Interpret a toplevel 'object' type metadata item as normal …
- 8:51 PM Ticket #942 (swresample leaks memory when sampling up) updated by
- I don't think I understand. The output buffer is bigger than the …
- 8:43 PM Changeset in ffmpeg [d7edd359] by
- avconv: deprecate the -deinterlace option Its quality is horrible, …
- 8:39 PM Ticket #942 (swresample leaks memory when sampling up) closed by
- invalid: You tell it to process 16000 samples and give it an output buffer of …
- 7:59 PM Ticket #942 (swresample leaks memory when sampling up) updated by
- Replying to cehoyos: > Please rerun valgrind with …
- 7:56 PM CompilationGuide edited by
- removed outdated OSX compile guide link (diff)
- 7:52 PM CompilationGuide/Centos edited by
- add x264-devel to "Remove any existing packages" (diff)
- 7:42 PM Ticket #958 (matroska seek problem file (3 bugs)) created by
- In reference to libavformat/matroskadec.c Mostly, when you seek on a …
- 7:35 PM Changeset in ffmpeg [9729f140] by
- diracdec: Fix integer overflow leading to out of global array read. …
- 7:35 PM Changeset in ffmpeg [d2a47c94] by
- fate: add support for specifying the shell used to run configure …
- 7:29 PM Changeset in ffmpeg [c9b309e8] by
- doc: Fix the name of the new function Signed-off-by: Martin Storsjö …
- 7:26 PM Ticket #957 (can't decode MJPEG avi) updated by
- This has nothing to do with "delta frames" (no idea what it is but I …
- 7:20 PM Changeset in ffmpeg [89eea6df] by
- aacenc: make sure to encode enough frames to cover all input samples. …
- 7:20 PM Changeset in ffmpeg [f44005b6] by
- aacenc: only use the number of input samples provided by the user. …
- 7:16 PM Ticket #943 (Segfault libaacplus) updated by
- Well, it might be possible that this has something with insufficient …
- 7:13 PM Ticket #953 (0.10 - Input channel layout isnt supported) updated by
- Yes, sorry for that. Here is some more useful info - it is most …
- 6:54 PM Changeset in ffmpeg [48f1e52] by
- wmadec: Verify bitstream size makes sense before calling …
- 6:54 PM Changeset in ffmpeg [ae35210a] by
- kmvc: Log into a context at a log level constant.
- 6:45 PM Ticket #943 (Segfault libaacplus) updated by
- libaacplus encoding started crashing for all samples for me after …
- 6:19 PM Changeset in ffmpeg [dfa37fe8] by
- mpeg12: Pad framerate tab to 16 entries. There are many places where …
- 6:16 PM Changeset in ffmpeg [a02e8df9] by
- kgv1dec: Increase offsets array size so it is large enough. Fixes …
- 6:16 PM Changeset in ffmpeg [386741f8] by
- kmvc: Check palsize. Fixes: CVE-2011-3952 Found-by: Mateusz "j00ru" …
- 6:15 PM Changeset in ffmpeg [c898431c] by
- nsvdec: Propagate errors Related to CVE-2011-3940. Found-by: Mateusz …
- 6:15 PM Changeset in ffmpeg [8fd8a482] by
- nsvdec: Be more careful with av_malloc(). Check results for …
- 6:14 PM Changeset in ffmpeg [6a89b41d] by
- nsvdec: Fix use of uninitialized streams. Fixes CVE-2011-3940 (Out of …
- 5:39 PM Changeset in ffmpeg [2ab5feaf] by
- huffman: use a simple assignment instead of FFSWAP. Signed-off-by: …
- 5:39 PM Changeset in ffmpeg [6166bf3c] by
- Deobfuscate ff_huff_build_tree. I have no idea what the idea was …
- 5:24 PM Changeset in ffmpeg [b7d3dd90] by
- movenc: cosmetics: Get rid of camelCase identifiers Also add spacing …
- 3:37 PM Changeset in ffmpeg [08d8029e] by
- swscale: more generic check for planar destination formats with alpha …
- 12:48 PM Changeset in ffmpeg [fe47ea8f] by
- doc: Document mov/mp4 fragmentation options Signed-off-by: Martin …
- 12:00 PM Changeset in ffmpeg [e9ba6b37] by
- build: Use order-only prerequisites for creating FATE reference file dirs.
- 11:27 AM Ticket #957 (can't decode MJPEG avi) updated by
- Sample video file is currently uploaded to …
- 11:23 AM Ticket #957 (can't decode MJPEG avi) updated by
- Sorry about that... Complete command line that generated the report …
- 11:16 AM Ticket #957 (can't decode MJPEG avi) updated by
-
Priority, Keywords, Component changed
To make this a valid ticket, please add * a failing ffmpeg command … - 10:57 AM Ticket #957 (can't decode MJPEG avi) created by
- Trying to decode video encoded with MJPEG codec will fail if video …
- 10:30 AM Changeset in ffmpeg [5f27374c] by
- Cosmetics: Add bit per component information to v308 comment.
- 10:28 AM Changeset in ffmpeg [6fe12c7f] by
- Detect jps and pns files as (3D) jpg and png images.
- 10:25 AM Changeset in ffmpeg [36436a40] by
- Add option forced_subs_only for Bluray subtitles.
- 10:24 AM Changeset in ffmpeg [6838df04] by
- Add pix_fmt_info for yuva444. Reviewed-by: Paul B Mahol
- 9:19 AM Changeset in ffmpeg [6b039003] by
- x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf While pshufb …
- 9:19 AM Changeset in ffmpeg [a8462023] by
- rtsp: Remove some unused variables from ff_rtsp_connect().
- 8:58 AM Ticket #956 (ffmpeg V0.10 cannot convert to a jpg file, but ffmpeg v0.9 can) closed by
- worksforme: Unrelated to your problem that I cannot reproduce: "-f image2" is …
- 8:41 AM Ticket #954 (mpeg2 in wtv: non monotonically increasing dts) updated by
-
Keywords, Status, Reproduced by developer changed
- 8:37 AM Ticket #942 (swresample leaks memory when sampling up) updated by
- Please rerun valgrind with "--leak-check=full --show-reachable=yes"
- 8:33 AM Ticket #955 (png: could not find codec parameters) closed by
- invalid
- 6:41 AM Changeset in ffmpeg [8b933129] by
- avutil: make intfloat api public The functions are already av_ …
- 6:32 AM Changeset in ffmpeg [420df8b7] by
- avformat_write_header(): detail error message Give the exact aspect …
- 6:30 AM Changeset in ffmpeg [cc09dc78] by
- s/vbsf/bsf/ -vbsf doesn't exist anymore. It got renamed to -bsf …
- 6:30 AM Changeset in ffmpeg [b864b383] by
- yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace. …
- 5:22 AM Changeset in ffmpeg [af79a0c4] by
- png: add support for bpp>4 to paeth x86 SIMD code. This fixes …
- 4:20 AM Changeset in ffmpeg [e1492151] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: png: …
- 2:52 AM Changeset in ffmpeg [f91c4b78] by
- png: add SSE2 version for add_bytes_l2.
- 2:50 AM Ticket #956 (ffmpeg V0.10 cannot convert to a jpg file, but ffmpeg v0.9 can) created by
- Hi, All. When I convert a mp4 file to capture a jpg file, it can …
- 2:47 AM Changeset in ffmpeg [59f474b4] by
- png: convert DSP functions to yasm.
- 1:59 AM Ticket #955 (png: could not find codec parameters) updated by
- User error. Ticket can be closed or deleted.
- 1:58 AM Ticket #955 (png: could not find codec parameters) updated by
-
Status changed
- 1:54 AM Ticket #955 (png: could not find codec parameters) created by
- $ ffmpeg -i i00000.png ffmpeg version N-37208-g01fcbdf Copyright (c) …
- 12:20 AM Ticket #942 (swresample leaks memory when sampling up) updated by
- OK, I wrote a simple console program that just uses swresample to …
Note:
See TracTimeline
for information about the timeline view.
