Timeline



Sep 7, 2012:

10:34 PM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by Carl Eugen Hoyos
Replying to Sebastiii: > Sorry i was remove the sample …
10:30 PM Changeset in ffmpeg [7b699d8] by Martin Storsjö <martin@martin.st>
mov_chan: Only set the channel_layout if setting it to a nonzero value …
10:30 PM Changeset in ffmpeg [5f72bc0] by Martin Storsjö <martin@martin.st>
mov_chan: Reindent an incorrectly indented line Signed-off-by: Martin …
9:20 PM Changeset in ffmpeg [407eeb34] by Alex Converse <alex.converse@gmail.com>
mp2 muxer: mark as AVFMT_NOTIMESTAMPS. Signed-off-by: Alex Converse …
8:53 PM Changeset in ffmpeg [097c64ff] by Michael Niedermayer <michaelni@gmx.at>
flashsv2enc: remove experimental flag, the encoder seems working now …
8:31 PM Changeset in ffmpeg [070b0e1c] by Michael Niedermayer <michaelni@gmx.at>
libswr: remove redundant ARCH_X86, MMX* implicates X86 Signed-off-by: …
8:29 PM Changeset in ffmpeg [5f256f9] by Michael Niedermayer <michaelni@gmx.at>
swsresample: Fix unprotected inline asm Signed-off-by: Derek …
8:27 PM Changeset in ffmpeg [d940b0a] by Michael Niedermayer <michaelni@gmx.at>
vf_mp: Do not build if inline assembly is not available Rather than …
8:23 PM Changeset in ffmpeg [80d2ec6b] by Michael Niedermayer <michaelni@gmx.at>
dshow: Change WINBOOL to BOOL WINBOOL is MinGW-specific, and since …
7:46 PM Changeset in ffmpeg [dbb9117] by Michael Niedermayer <michaelni@gmx.at>
flashsv2enc: move blockbuffer realloc to reconfigure_at_keyframe() …
7:46 PM Changeset in ffmpeg [9b6467fd] by Michael Niedermayer <michaelni@gmx.at>
flashv2enc: reallocate not only on block count changes but on …
7:46 PM Changeset in ffmpeg [3174987b] by Michael Niedermayer <michaelni@gmx.at>
flashsv2enc: Replace a VLA with a heap alloc Signed-off-by: Derek …
7:46 PM Changeset in ffmpeg [9b326fc2] by Michael Niedermayer <michaelni@gmx.at>
flashsv2enc: fix prev-Z-prime encoding Signed-off-by: Michael …
6:49 PM Changeset in ffmpeg [73275259] by Justin Ruggles <justin.ruggles@gmail.com>
x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64 The SWAP …
6:08 PM Changeset in ffmpeg [3fe303a2] by Michael Niedermayer <michaelni@gmx.at>
vf_idet: Remove emms There is no MMX code anyway. Signed-off-by: …
5:50 PM Ticket #1719 (MPEG-TS demuxer : don't parse a PAT (and clear programs) if its ...) updated by Michael Niedermayer
then maybe we can ignore the multiple section issue and just issue a …
5:42 PM Ticket #1719 (MPEG-TS demuxer : don't parse a PAT (and clear programs) if its ...) updated by Aurélien Nephtali
I only have samples with a very long section, not multiple. Actually I …
5:38 PM Changeset in ffmpeg [8e6511c] by Michael Niedermayer <michaelni@gmx.at>
proresdec2: avoid VLA and use SliceContext instead. Signed-off-by: …
5:29 PM Changeset in ffmpeg [af2a17c0] by Michael Niedermayer <michaelni@gmx.at>
cache: Only include unistd.h if it exists This follows suite from …
4:41 PM Changeset in ffmpeg [f3be3597] by Michael Niedermayer <michaelni@gmx.at>
file: Only include unistd.h if it exists It is included for the …
4:41 PM Changeset in ffmpeg [a4d71eb5] by Michael Niedermayer <michaelni@gmx.at>
random_seed: Only read /dev/*random if we have unistd.h unistd.h is …
4:41 PM Changeset in ffmpeg [9d0bc5c0] by Michael Niedermayer <michaelni@gmx.at>
rtpdec: Don't explicitly include unistd.h any longer unistd.h used to …
4:24 PM Changeset in ffmpeg [1d4c4b0f] by Michael Niedermayer <michaelni@gmx.at>
wtvdec: Remove unused strings.h header Signed-off-by: Derek …
4:24 PM Changeset in ffmpeg [a2015b41] by Michael Niedermayer <michaelni@gmx.at>
vf_colormatrix: Drop unused strings.h header It already uses …
4:16 PM Changeset in ffmpeg [1169f0d] by Diego Biurrun <diego@biurrun.de>
x86: more specific checks for availability of required assembly …
4:06 PM Ticket #1642 (-f segment: automagically generate #EXTM3U tags to -segment_list ...) updated by Roman Ernstovich Arutyunyan
kelexel, thanks a lot for your hard work towards native HLS support in …
2:31 PM 0002-lavf-segment-add-segment_list_flags-option.patch attached to Ticket #1642 by Stefano Sabatini
2:30 PM Ticket #1642 (-f segment: automagically generate #EXTM3U tags to -segment_list ...) updated by Stefano Sabatini
Replying to kelexel: > Well, I'ld say it's up to you. > …
12:59 PM Changeset in ffmpeg [7621c35] by Michael Niedermayer <michaelni@gmx.at>
Makefile: remove old codec_names.h on distclean Signed-off-by: …
12:59 PM Changeset in ffmpeg [54d7094f] by Michael Niedermayer <michaelni@gmx.at>
gitignore: codec_names.h is no more Signed-off-by: Michael …
12:31 PM Changeset in ffmpeg [09cc23e0] by Stefano Sabatini <stefasab@gmail.com>
lavd/sdl: decrease debug info notice log level from AV_LOG_INFO to …
12:31 PM Changeset in ffmpeg [a7c7b34d] by Stefano Sabatini <stefasab@gmail.com>
lavd/sdl: remove trailing dot in messages This is consistent with the …
12:31 PM Changeset in ffmpeg [25f139e] by Stefano Sabatini <stefasab@gmail.com>
lavf/utils: fix typo in has_codec_parameters Replace "unspecified …
12:10 PM Changeset in ffmpeg [d74af893] by Michael Niedermayer <michaelni@gmx.at>
img2dec: Don't leave AVIOContexts open on zero byte files …
11:50 AM Changeset in ffmpeg [8cb7ed55] by Diego Biurrun <diego@biurrun.de>
x86: avcodec: Drop silly "_mmx" suffix from dsputil template names
11:50 AM Changeset in ffmpeg [fa851185] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
11:24 AM Ticket #1721 (ffplay doesn't correctly play files with audio timestamps not starting ...) updated by Stefano Sabatini
Summary changed
11:22 AM Ticket #1721 (ffplay doesn't correctly play files with audio timestamps not starting ...) created by Stefano Sabatini
ffplay can't correctly plays file, where the audio timestamps doesn't …
11:16 AM Changeset in ffmpeg [a7fbc7d7] by Michael Niedermayer <michaelni@gmx.at>
lavf: factor codec id forcing out Signed-off-by: Michael Niedermayer …
11:03 AM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by Sebastiii
Hi, Sorry i was remove the sample few week ago, didn't remember that …
11:00 AM Changeset in ffmpeg [91141f2a] by Michael Niedermayer <michaelni@gmx.at>
lavfi: add qp_table_size This avoid recalculating it and in case w/h …
10:59 AM Changeset in ffmpeg [74c84144] by Diego Biurrun <diego@biurrun.de>
fate: Drop redundant setting of FUZZ to 1
10:42 AM Changeset in ffmpeg [6efb6988] by Mans Rullgard <mans@mansr.com>
cavsdsp: set idct permutation independently of dsputil CAVS uses its …
10:42 AM Changeset in ffmpeg [5fe64d88] by Mans Rullgard <mans@mansr.com>
x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmov …
10:36 AM Changeset in ffmpeg [5891e454] by Michael Niedermayer <michaelni@gmx.at>
faxcompr: fix out of array read Signed-off-by: Michael Niedermayer …
8:27 AM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by Carl Eugen Hoyos
Cc, Keywords changed
Replying to skank: > When will this be fixed? Did you …
8:25 AM Ticket #1718 (MP3 parser get frame_size wrong) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component, Reproduced by developer changed
Replying to adam_csheng: > Have you ever seen my analysis …
8:17 AM Ticket #1574 (Opening specific MXF files failes) closed by Carl Eugen Hoyos
invalid: If any software (like old vlc) is able to decode the file, FFmpeg …
7:59 AM Changeset in ffmpeg [911519ca] by Stefano Sabatini <stefasab@gmail.com>
lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSE …
7:59 AM Changeset in ffmpeg [dc5fcdb8] by Stefano Sabatini <stefasab@gmail.com>
lavd/dshow: use AV_OPT_TYPE_IMAGE_SIZE Signed-off-by: Stefano …
7:59 AM Changeset in ffmpeg [37a0db50] by Stefano Sabatini <stefasab@gmail.com>
lavd/dshow: support video codec and pixel format selection …
7:59 AM Changeset in ffmpeg [cf5629c0] by Stefano Sabatini <stefasab@gmail.com>
lavu/opt: reindent after last commit
7:56 AM Ticket #1574 (Opening specific MXF files failes) updated by shroomM
Please close the ticket, the MXF file was corrupted. Sorry for the …
7:49 AM Changeset in ffmpeg [9afb7061] by Martin Storsjö <martin@martin.st>
mov_chan: Pass a separate AVIOContext for reading This fixes crashes …
7:06 AM Changeset in ffmpeg [91a84a52] by Anton Khirnov <anton@khirnov.net>
af_asyncts: check return value from lavr when flushing. Fixes an …
4:53 AM Changeset in ffmpeg [ca7be934] by Michael Niedermayer <michaelni@gmx.at>
lavfi: 10l fix () placement Signed-off-by: Michael Niedermayer …
3:24 AM Changeset in ffmpeg [a33b4bc7] by Michael Niedermayer <michaelni@gmx.at>
lavfi: factor copy_video_props() out Signed-off-by: Michael …
1:17 AM Changeset in ffmpeg [c9a0f9bf] by Michael Niedermayer <michaelni@gmx.at>
libavfilter: pass QP table through the filter chain Any volunteers to …
12:57 AM Ticket #1718 (MP3 parser get frame_size wrong) updated by adam_csheng
Have you ever seen my analysis about this issue? And if I add one line …
12:51 AM Ticket #1718 (MP3 parser get frame_size wrong) updated by adam_csheng
Above is the console output. Although there isn't any audible …
12:48 AM Ticket #1718 (MP3 parser get frame_size wrong) updated by adam_csheng
[…]

Sep 6, 2012:

11:36 PM Changeset in ffmpeg [de9f5b68] by Michael Niedermayer <michaelni@gmx.at>
lavc/vp6: Disable deblock filtering for Simple Profile In vp6 …
11:16 PM Ticket #1554 (Support reading proprietary AVID DNxHD MXF) updated by llogan
Status, Reproduced by developer changed
As a side note FFmbc 0.7-rc7 can apparently decode this sample: […]
10:41 PM Changeset in ffmpeg [c5278cb8] by Michael Niedermayer <michaelni@gmx.at>
Add Dolby/DPLII downmix support to libswresample Based on code by …
10:29 PM Changeset in ffmpeg [2dd2e429] by Michael Niedermayer <michaelni@gmx.at>
swr: update rematrix coeffs to match AC-3 Signed-off-by: Michael …
10:29 PM Changeset in ffmpeg [323d9120] by Michael Niedermayer <michaelni@gmx.at>
swr: update copyright years Signed-off-by: Michael Niedermayer …
9:39 PM Changeset in ffmpeg [144caa72] by Stefano Sabatini <stefasab@gmail.com>
lavc/raw-test: invert the order of key/value when printing the …
9:39 PM Changeset in ffmpeg [da2ea7c3] by Stefano Sabatini <stefasab@gmail.com>
lavf/flvenc: apply various log fixes/clarifications Should improve …
9:39 PM Changeset in ffmpeg [1bd6b0c9] by Stefano Sabatini <stefasab@gmail.com>
lavf/flvenc: return meaningful error codes
6:58 PM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by skank
Im having issues with pgs subtitles in bdmv/m2ts movies too When i try …
6:48 PM Changeset in ffmpeg [290d1022] by Kostya Shishkov <kostya.shishkov@gmail.com>
mss2: simplify loop in decode_rle() It calculates the sum of power of …
6:44 PM Changeset in ffmpeg [9699b3a2] by Kostya Shishkov <kostya.shishkov@gmail.com>
mss12: avoid unnecessary division in arith*_get_bit() That division …
6:38 PM Changeset in ffmpeg [6ceef07] by Kostya Shishkov <kostya.shishkov@gmail.com>
mss2: do not try to read too many palette entries Reported by Michael …
5:02 PM Changeset in ffmpeg [59383d57] by Janne Grunau <janne-libav@jannau.net>
mpegvideo: set AVFrame fields to NULL after freeing the base memory …
4:42 PM Ticket #1719 (MPEG-TS demuxer : don't parse a PAT (and clear programs) if its ...) updated by Michael Niedermayer
does someone have a testcase with multiple section PAT ?
4:19 PM Encode/H.264 edited by Roger Pack
non wiki-ify a link (diff)
4:18 PM Encode/H.264 edited by Roger Pack
elaborate 10 bit, what little I know about it, anyway (diff)
4:11 PM Encode/H.264 edited by Roger Pack
tweak layout (diff)
4:10 PM Encode/H.264 edited by Roger Pack
tweak verbiage (diff)
4:08 PM Encode/H.264 edited by Roger Pack
combine tips (diff)
3:09 PM Ticket #1720 (ffmpeg with -vcodec copy -acodec copy creates files "without audio" ...) updated by Carl Eugen Hoyos
Status, Version, Component changed
Sorry, the sample is sufficient.
2:50 PM Ticket #1720 (ffmpeg with -vcodec copy -acodec copy creates files "without audio" ...) updated by Roger Pack
shorter than the sintel.2.5.mpg file attached? It seems to reproduce it.
2:23 PM Changeset in ffmpeg [40112e7b] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
2:14 PM Changeset in ffmpeg [2bb62455] by Michael Niedermayer <michaelni@gmx.at>
Revert "lavu: add snprintf(), vsnprint() and strtod() replacements for …
2:05 PM Changeset in ffmpeg [376b16d7] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0db2d94280e260af5f3ad7993c5a6357462f17c9' * commit …
2:05 PM Changeset in ffmpeg [a224b2c] by Martin Storsjö <martin@martin.st>
configure: Set the right cc_e flags for msvc The default ones work, …
1:38 PM Ticket #1720 (ffmpeg with -vcodec copy -acodec copy creates files "without audio" ...) updated by Carl Eugen Hoyos
Is this also reproducible with a shorter input file? If yes, please …
1:37 PM Ticket #1718 (MP3 parser get frame_size wrong) updated by Carl Eugen Hoyos
Keywords changed
If you try the following command line, is there any audible distortion …
9:27 AM Changeset in ffmpeg [fb2e7ac3] by Stefano Sabatini <stefasab@gmail.com>
lavfi/mp: drop rotate wrapper The native filter transpose is …
8:59 AM Ticket #1719 (MPEG-TS demuxer : don't parse a PAT (and clear programs) if its ...) updated by Aurélien Nephtali
Agreed (however the demuxer does not support tables with multiple …
7:35 AM Changeset in ffmpeg [2b366008] by Martin Storsjö <martin@martin.st>
fate: Allow setting the ld parameter from the config file …
7:05 AM Changeset in ffmpeg [ef6ba1f2] by Diego Biurrun <diego@biurrun.de>
x86: dsputil: Do not redundantly check for CPU caps before calling …
2:42 AM Changeset in ffmpeg [ef122ff5] by Michael Niedermayer <michaelni@gmx.at>
eliminate some mingw warnings Signed-off-by: rogerdpack …
2:21 AM Ticket #1720 (ffmpeg with -vcodec copy -acodec copy creates files "without audio" ...) updated by Michael Niedermayer
Replying to rogerdpack: > If I dump it to out.avi, the …
12:53 AM Ticket #1642 (-f segment: automagically generate #EXTM3U tags to -segment_list ...) updated by kelexel
Well, I'ld say it's up to you. One thing is certain, as you stated in …

Sep 5, 2012:

11:18 PM Changeset in ffmpeg [52fa5cea] by Michael Niedermayer <michaelni@gmx.at>
amrnbdec: silence a warning about unsigned cant be negative …
11:09 PM Changeset in ffmpeg [bdfffa6] by Stefano Sabatini <stefasab@gmail.com>
tests/lavfi-regression: name temporary files after $testname in …
10:48 PM Ticket #992 (avoid strptime() dependancy, it seems unavailable on windows) closed by Stefano Sabatini
fixed: Replying to MattE: > Because strptime isn't available …
10:40 PM Changeset in ffmpeg [5780f9bb] by Stefano Sabatini <stefasab@gmail.com>
tests: add tinterlace filter tests Only the merge and pad modes are …
10:40 PM Changeset in ffmpeg [77c991d8] by Stefano Sabatini <stefasab@gmail.com>
tests/lavfi-regressions: support user-specified test name in …
10:40 PM Changeset in ffmpeg [9a2daef5] by Stefano Sabatini <stefasab@gmail.com>
lavfi/tinterlace: declare source buffers in copy_picture_field() as …
10:40 PM Changeset in ffmpeg [fd5293d2] by Stefano Sabatini <stefasab@gmail.com>
lavfi/tinterlace: set inlink->cur to NULL, since it is stored …
10:40 PM Changeset in ffmpeg [29e972f6] by Stefano Sabatini <stefasab@gmail.com>
lavu/parseutils: add av_small_strptime() Make internal …
10:40 PM Changeset in ffmpeg [79dcd58d] by Stefano Sabatini <stefasab@gmail.com>
lavu/parseutils: make small_strptime() return a (non const) char * …
9:22 PM Changeset in ffmpeg [56200884] by Clément Bœsch <ubitux@gmail.com>
lavf: fix a few typo in some comments.
9:18 PM Changeset in ffmpeg [9d9f34a3] by Clément Bœsch <ubitux@gmail.com>
lavf: remove a few useless AV_NOWARN_DEPRECATED(). read_seek was …
8:20 PM Changeset in ffmpeg [4a185ed] by Martin Storsjö <martin@martin.st>
configure: Disable some warnings in MSVC This disables the following …
8:18 PM Changeset in ffmpeg [e60fcdb] by Michael Niedermayer <michaelni@gmx.at>
vf_hue: fix AVOption defaults Signed-off-by: Michael Niedermayer …
8:08 PM out.mpg attached to Ticket #1720 by Roger Pack
the resultant file that has "no audio VLC, no audio WMP" even though …
8:03 PM sintel.2.5.mpg attached to Ticket #1720 by Roger Pack
there is an initial "thud" that tells you whether audio is working or not.
8:03 PM Ticket #1720 (ffmpeg with -vcodec copy -acodec copy creates files "without audio" ...) created by Roger Pack
Summary of the bug: $title How to reproduce: […] command …
7:56 PM Changeset in ffmpeg [750cc3c0] by Michael Niedermayer <michaelni@gmx.at>
acelp_pitch_delay: add missing libm.h include for exp2() …
7:30 PM Changeset in ffmpeg [d914ea6f] by Diego Biurrun <diego@biurrun.de>
x86: vp56: cmov version of vp56_rac_get_prob requires inline asm …
7:07 PM CompilationGuide/MinGW edited by Roger Pack
note helps (diff)
7:06 PM CompilationGuide edited by Roger Pack
(diff)
7:05 PM CompilationGuide/CrossCompilingForWindows edited by Roger Pack
(diff)
7:04 PM CompilationGuide/CrossCompilingForWindows edited by Roger Pack
flesh out how (diff)
7:03 PM Changeset in ffmpeg [269e6212] by Michael Niedermayer <michaelni@gmx.at>
g723_1: add some const for more correctness Signed-off-by: Michael …
6:54 PM Changeset in ffmpeg [397ebc1d] by Michael Niedermayer <michaelni@gmx.at>
proresenc_anatoliy: add 2 const to silence 2 warnings Signed-off-by: …
6:48 PM CompilationGuide/CrossCompilingForWindows created by Roger Pack
init happy birthday
6:47 PM CompilationGuide edited by Roger Pack
add link to CC windows (diff)
6:43 PM CompilationGuide/MinGW edited by Roger Pack
(diff)
6:09 PM Changeset in ffmpeg [b3fdfc8c] by Michael Niedermayer <michaelni@gmx.at>
Optimization of AC3 floating point decoder for MIPS FFT in MIPS …
5:09 PM Changeset in ffmpeg [42e63ec8] by Martin Storsjö <martin@martin.st>
avopt: fix examples to match the same style about default values as …
4:44 PM Changeset in ffmpeg [9afd5592] by Michael Niedermayer <michaelni@gmx.at>
imgconvert: silence some const incompatible pointer warnings. …
4:40 PM Changeset in ffmpeg [7666828c] by Michael Niedermayer <michaelni@gmx.at>
avopt: fix examples to match the same style about default values as …
4:31 PM Changeset in ffmpeg [8267f0f7] by Michael Niedermayer <michaelni@gmx.at>
vf_scale: fix incompatible pointer type warning Signed-off-by: …
4:15 PM Using libav* edited by Roger Pack
tell them their alternatives (diff)
4:05 PM FilteringGuide edited by Roger Pack
(diff)
4:04 PM FilteringGuide edited by Roger Pack
add link to docu (diff)
3:42 PM Ticket #1719 (MPEG-TS demuxer : don't parse a PAT (and clear programs) if its ...) updated by Michael Niedermayer
Status, Reproduced by developer changed
If i understand the spec correctly, the PAT can be in multiple …
2:08 PM Changeset in ffmpeg [5666a1b2] by Stefano Sabatini <stefasab@gmail.com>
lavu/opt: support NULL and special "none" values for size and pixel …
2:07 PM Changeset in ffmpeg [dfa559bc] by Martin Storsjö <martin@martin.st>
configure: Add support for MSVC cl.exe/link.exe Signed-off-by: Martin …
2:07 PM Changeset in ffmpeg [4fa661a8] by Martin Storsjö <martin@martin.st>
lavu: add snprintf(), vsnprint() and strtod() replacements for MS …
2:07 PM Changeset in ffmpeg [0db2d942] by Martin Storsjö <martin@martin.st>
dsputil: workaround VA_ARGS missing tokenization for MSVC A …
2:07 PM Changeset in ffmpeg [b797f3c4] by Martin Storsjö <martin@martin.st>
configure: add section for libc-specific hacks Signed-off-by: Martin …
2:07 PM Changeset in ffmpeg [a322247] by Martin Storsjö <martin@martin.st>
build: disable ranlib on mingw Using ranlib is not required but …
1:35 PM mpegts_fix_long_pmt.diff attached to Ticket #1719 by Aurélien Nephtali
1:34 PM Ticket #1719 (MPEG-TS demuxer : don't parse a PAT (and clear programs) if its ...) created by Aurélien Nephtali
[…] In pat_cb(), clear_programs() is called unconditionally so the …
1:02 PM Changeset in ffmpeg [b21b5b04] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
1:01 PM Changeset in ffmpeg [6d654969] by Martin Storsjö <martin@martin.st>
parser: Don't use pc as context for av_dlog The ParserContext class …
12:52 PM Changeset in ffmpeg [8510150f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '21bc44038491e525335ad763883b0288402ff6a0' * commit …
12:44 PM Changeset in ffmpeg [98840ee0] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a' * commit …
12:33 PM Changeset in ffmpeg [d46c1c72] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' * commit …
12:09 PM Changeset in ffmpeg [99de3df3] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078' * commit …
11:58 AM Changeset in ffmpeg [d5f65e9d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '124134e42455763b28cc346fed1d07017a76e84e' * commit …
11:49 AM Changeset in ffmpeg [743a295] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2d7d91f06d6a1d243dc74c96d3389ee237a3b906' * commit …
11:28 AM Changeset in ffmpeg [5e997688] by Martin Storsjö <martin@martin.st>
h264: Remove an assert on current_picture_ptr being null It is …
9:55 AM Changeset in ffmpeg [fc15f58a] by Stefano Sabatini <stefasab@gmail.com>
doc/filters: add mp=noise example
9:53 AM Changeset in ffmpeg [8a7b82cc] by Stefano Sabatini <stefasab@gmail.com>
doc/filters: itemize example for mp filter
9:50 AM Changeset in ffmpeg [6980453] by Diego Biurrun <diego@biurrun.de>
build: eamad: Add missing dependency on mpegvideo code
9:50 AM Changeset in ffmpeg [aa661113] by Diego Biurrun <diego@biurrun.de>
build: utvideoenc: Add missing dependency on Huffman code
9:44 AM Changeset in ffmpeg [0e28e3cf] by Stefano Sabatini <stefasab@gmail.com>
doc/filters: remove reference to mp=hue filter, which was dropped
8:06 AM Ticket #1457 (Add support for libshine-fxp fixed point math MP3 encoder) updated by patters
I can't seem to compile a threaded perl so I haven't been able to …
8:05 AM Ticket #1457 (Add support for libshine-fxp fixed point math MP3 encoder) updated by patters
double post
4:45 AM Ticket #1718 (MP3 parser get frame_size wrong) updated by adam_csheng
It's a parser issue, so it should be reproduced by ffmpeg. What do you …
4:07 AM Ticket #1718 (MP3 parser get frame_size wrong) updated by Carl Eugen Hoyos
Keywords changed
Is this also reproducible with ffmpeg (the application)? If yes, …
3:35 AM M4A_MP1_288Kbps_CBR_44.1KHz_2ch.m4a attached to Ticket #1718 by adam_csheng
3:30 AM Ticket #1718 (MP3 parser get frame_size wrong) created by adam_csheng
Summary of the bug: MP3 parser get the frame_size wrong when …

Sep 4, 2012:

9:38 PM Changeset in ffmpeg [3b6e9cd7] by Clément Bœsch <ubitux@gmail.com>
lavc/dvdsubdec: parse the size from the extradata.
8:16 PM Changeset in ffmpeg [686a3293] by Martin Storsjö <martin@martin.st>
avopt: Reorder the default_val struct, making i64 the first field …
8:13 PM Changeset in ffmpeg [21bc440] by Martin Storsjö <martin@martin.st>
avopt: Explicitly store rational option defaults in .dbl …
8:13 PM Changeset in ffmpeg [c7b610aa] by Martin Storsjö <martin@martin.st>
avopt: Explicitly store float/double option defaults in .dbl …
8:13 PM Changeset in ffmpeg [e6153f17] by Martin Storsjö <martin@martin.st>
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member …
8:13 PM Changeset in ffmpeg [d58dd4b5] by Martin Storsjö <martin@martin.st>
avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member …
8:13 PM Changeset in ffmpeg [124134e4] by Martin Storsjö <martin@martin.st>
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member …
7:45 PM Changeset in ffmpeg [d83ff76] by Michael Niedermayer <michaelni@gmx.at>
intreadwrite: Dont evaluate value for AV_W* multiple times. …
7:25 PM Changeset in ffmpeg [8c6d651f] by Michael Niedermayer <michaelni@gmx.at>
paf: avoid using expressions with sideeffects in AV_R* Signed-off-by: …
4:51 PM Changeset in ffmpeg [daa3c288] by Michael Niedermayer <michaelni@gmx.at>
configure: update sinks used by ffplay/ffmpeg Signed-off-by: Michael …
4:51 PM Changeset in ffmpeg [49c230fb] by Michael Niedermayer <michaelni@gmx.at>
libavfilter/Makefile: add forgotten entries for the ff-sinks …
4:51 PM Changeset in ffmpeg [172161c8] by Michael Niedermayer <michaelni@gmx.at>
sink_buffer: fix #ifs for FF-sinks Signed-off-by: Michael Niedermayer …
4:40 PM Ticket #1661 (Adding/converting srt to dvdsub subtitle) updated by Carl Eugen Hoyos
Keywords changed
4:37 PM Ticket #1661 (Adding/converting srt to dvdsub subtitle) updated by Clément Bœsch
Description changed
4:26 PM Ticket #1277 (Subtitle (hdmv_pgs_subtitle) conversion fails) updated by Clément Bœsch
Description changed
3:38 PM Changeset in ffmpeg [2d7d91f0] by Martin Storsjö <martin@martin.st>
svq1enc: Set picture_structure correctly This fixes assert failures …
3:38 PM Changeset in ffmpeg [91672504] by Martin Storsjö <martin@martin.st>
mpegvideo: remove last_picture_ptr / h264 assert. This assert is no …
3:37 PM Changeset in ffmpeg [19000122] by Martin Storsjö <martin@martin.st>
mpegvideo_enc: remove assert that has become obsolete with the new API …
3:37 PM Changeset in ffmpeg [2c340596] by Martin Storsjö <martin@martin.st>
elbg: Fix an assert It seems the condition was flipped from what was …
3:04 PM Changeset in ffmpeg [9dcc4c30] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
1:31 PM Changeset in ffmpeg [b36f87ff] by Luca Barbato <lu_zero@gentoo.org>
configure: add support for bdver1 and bdver2 CPU types. …
1:04 PM Changeset in ffmpeg [30939390] by Luca Barbato <lu_zero@gentoo.org>
avio: make avio_close NULL the freed buffer
12:55 PM Changeset in ffmpeg [a684267] by Luca Barbato <lu_zero@gentoo.org>
pixdesc: cosmetics
12:32 PM Changeset in ffmpeg [cc86bd4c] by Martin Storsjö <martin@martin.st>
proresenc: Don't free a buffer not owned by the codec The data in …
12:31 PM Changeset in ffmpeg [6d9e74cd] by Martin Storsjö <martin@martin.st>
proresenc: Write the full value in one put_bits call Previously, the …
12:30 PM Changeset in ffmpeg [aa264da5] by Martin Storsjö <martin@martin.st>
adpcmenc: Calculate the IMA_QT predictor without overflow Previously, …
11:05 AM Ticket #1642 (-f segment: automagically generate #EXTM3U tags to -segment_list ...) updated by Stefano Sabatini
Replying to kelexel: > Confirmed. > > If you add …
9:39 AM Changeset in ffmpeg [9de76229] by Stefano Sabatini <stefasab@gmail.com>
lavfi/transpose: implement landscape passthrough mode Emulate the …
9:29 AM Changeset in ffmpeg [3b34cbce] by Stefano Sabatini <stefasab@gmail.com>
examples/scaling_video: write to rawvideo file This is more useful …
9:28 AM Changeset in ffmpeg [838b1d60] by Stefano Sabatini <stefasab@gmail.com>
lavf/segment: add EXT-X-MEDIA-SEQUENCE tag in M3U8 header
9:27 AM Changeset in ffmpeg [ebd703f0] by Stefano Sabatini <stefasab@gmail.com>
lavf/segment: deprecate "ext" format in favor of "csv" The new option …
9:25 AM Changeset in ffmpeg [d8157635] by Stefano Sabatini <stefasab@gmail.com>
lavf/segment: add escaping for filename field of the CSV list file …
8:38 AM Ticket #1715 (Wrong timestamps for h264 in mpegts) updated by Carl Eugen Hoyos
Replying to cehoyos: > I will provide a link to a very …
8:10 AM Ticket #1716 (Wavpack Encoder) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component changed
7:10 AM Ticket #1717 (Concat filter can not join individual images) updated by Cigaes
Status, Reproduced by developer, Summary, Priority, Version, Analyzed by developer changed
This is a timestamp problem: concat uses the mean inter-frame interval …
6:25 AM Ticket #1717 (Concat filter can not join individual images) created by chinshou
using latest ffmepg build from …
4:12 AM Changeset in ffmpeg [29948971] by Michael Niedermayer <michaelni@gmx.at>
tty: return av_get_packet() error codes instead of converting them to …
4:12 AM Changeset in ffmpeg [bf959ac] by Michael Niedermayer <michaelni@gmx.at>
tty: return EOF when the 'effective' end of file is reached. …
2:38 AM Changeset in ffmpeg [688cb712] by Michael Niedermayer <michaelni@gmx.at>
aaccoder: switch to av_assert Signed-off-by: Michael Niedermayer …
2:03 AM Ticket #1716 (Wavpack Encoder) created by hakermania
Right now it is not possible to provide an audio file as input and to …
1:29 AM Changeset in ffmpeg [7b1ff5e2] by Michael Niedermayer <michaelni@gmx.at>
h263dec: fix xvid IDCT switching Signed-off-by: Michael Niedermayer …

Sep 3, 2012:

11:44 PM Changeset in ffmpeg [f82c4fb2] by Diego Biurrun <diego@biurrun.de>
x86: Add convenience macros to check for CPU extensions and flags
11:44 PM Changeset in ffmpeg [a84ac7a8] by Diego Biurrun <diego@biurrun.de>
x86: h264dsp: drop some unnecessary ifdefs around prototype declarations
11:12 PM Ticket #138 (add support for rtmp live stream) updated by taeuber
No I haven't tried yet. Next time I come around a live stream I'll try.
10:57 PM Ticket #511 (Intel JPEG library: flipped?) updated by Carl Eugen Hoyos
Keywords changed
9:51 PM Ticket #1642 (-f segment: automagically generate #EXTM3U tags to -segment_list ...) updated by kelexel
Confirmed. If you add #EXT-X-ALLOW-CACHE:0 in the top of the …
9:41 PM Ticket #511 (Intel JPEG library: flipped?) closed by Michael Niedermayer
fixed
9:39 PM Changeset in ffmpeg [1fa4018e] by Michael Niedermayer <michaelni@gmx.at>
jpegdec: try to fix different flipping behavior of inteljpegs. This …
9:30 PM Ticket #1642 (-f segment: automagically generate #EXTM3U tags to -segment_list ...) updated by kelexel
I might have spotted an issue. Take the following example: ffmpeg -i …
9:30 PM Ticket #1713 (Linkage fails due to relocations) closed by Michael Niedermayer
invalid
9:26 PM Changeset in ffmpeg [507d2d28] by Michael Niedermayer <michaelni@gmx.at>
lsp: change assert to av_assert Signed-off-by: Michael Niedermayer …
9:24 PM Ticket #424 (A/V desync on transport stream) updated by Carl Eugen Hoyos
Keywords changed
Ticket #1715 may be related.
9:24 PM Ticket #1715 (Wrong timestamps for h264 in mpegts) updated by Carl Eugen Hoyos
Cc, Status, Reproduced by developer changed
Sample uploaded to http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket1715/
9:23 PM Changeset in ffmpeg [c868219c] by Michael Niedermayer <michaelni@gmx.at>
lavc: put motion test back. While not that usefull, we can as well …
9:20 PM CompilationGuide edited by cbsrobot
(diff)
9:20 PM Ticket #403 (-r to specify input frame rate does not work) closed by Carl Eugen Hoyos
invalid: Replying to buhman: > Verbatim Source: …
9:17 PM Ticket #1715 (Wrong timestamps for h264 in mpegts) created by Carl Eugen Hoyos
(Originally reported in ticket #403, maybe related to ticket #424). I …
9:05 PM Ticket #1714 (Wrong video stream chosen when transcoding Movie Maker created wmv files) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Reproduced by developer, Summary changed
Reproducible since b286383 / 5e745ce, work-around is to use -map 0:1 …
8:40 PM Changeset in ffmpeg [e6dc0da5] by Michael Niedermayer <michaelni@gmx.at>
rmdec: remove unused variable Signed-off-by: Michael Niedermayer …
8:40 PM Changeset in ffmpeg [8cc77646] by Michael Niedermayer <michaelni@gmx.at>
yadif: remove unused variable Signed-off-by: Michael Niedermayer …
8:36 PM Ticket #1642 (-f segment: automagically generate #EXTM3U tags to -segment_list ...) updated by kelexel
Ok, have tested on Master, applied the 3 attached patches (seems the …
8:23 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by kelexel
I can confirm this working with gcc-4.6 on FreeBSD-9. If you're using …
7:11 PM Ticket #1714 (Wrong video stream chosen when transcoding Movie Maker created wmv files) updated by Jernej Virag
A sample file to reproduce the problem with the name of …
7:08 PM Ticket #1714 (Wrong video stream chosen when transcoding Movie Maker created wmv files) created by Jernej Virag
FFMpeg detects a (very short) mjpeg string from within wmv file …[…]
6:54 PM CompilationGuide/Ubuntu edited by llogan
re-add --enable-x11grab that someone removed for no good reason (diff)
5:11 PM Ticket #1713 (Linkage fails due to relocations) updated by Andrey Utkin
This is fixed by adding -Wl,-Bsymbolic to last linkage command: […]
3:41 PM Changeset in ffmpeg [b0dc4286] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
3:27 PM Ticket #1713 (Linkage fails due to relocations) created by Andrey Utkin
Summary of the bug: Fail to link my own .so with ffmpeg's .a. Happens …
12:41 PM Changeset in ffmpeg [344fbc47] by Kostya Shishkov <kostya.shishkov@gmail.com>
mss12: merge decode_pixel() and decode_top_left_pixel() No meaningful …
12:39 PM Changeset in ffmpeg [626c1a33] by Kostya Shishkov <kostya.shishkov@gmail.com>
mss12: reduce SliceContext size from 1067 to 164 KB Signed-off-by: …
12:39 PM Changeset in ffmpeg [a97ee41b] by Kostya Shishkov <kostya.shishkov@gmail.com>
mss12: move SliceContexts out of the common context into the codec …
9:33 AM Changeset in ffmpeg [eb239a57] by Diego Biurrun <diego@biurrun.de>
build: avcodec: order cosmetics
9:31 AM Changeset in ffmpeg [7681b883] by Diego Biurrun <diego@biurrun.de>
intrax8dsp: Add missing #include to make header standalone
8:43 AM Changeset in ffmpeg [13b6b7e0] by Diego Biurrun <diego@biurrun.de>
Delete motion-test tool; it is of doubtful utility.
12:49 AM Ticket #403 (-r to specify input frame rate does not work) reopened by buhman
I seem to have a similar problem with what appears to be video from …

Sep 2, 2012:

11:26 PM Changeset in ffmpeg [5d558303] by Michael Niedermayer <michaelni@gmx.at>
snowdec: remove unused variable Signed-off-by: Michael Niedermayer …
11:25 PM Changeset in ffmpeg [0b23452c] by Michael Niedermayer <michaelni@gmx.at>
ffv1: fix 2 uninitialized variable warnings Signed-off-by: Michael …
10:56 PM Ticket #1711 (increasing memory in flv - VP6F files) closed by Carl Eugen Hoyos
invalid
8:42 PM FilteringGuide edited by llogan
update filter list to 3.15.102 (diff)
8:29 PM CompilationGuide/Ubuntu edited by llogan
add disable-shared to fdk-aac configure; add fdk-aac upgrade info (diff)
7:56 PM Changeset in ffmpeg [f099fbf5] by Michael Niedermayer <michaelni@gmx.at>
Remove redundant masks in STORE_BGR24_MMX. Signed-off-by: Michael …
7:01 PM Changeset in ffmpeg [50b0edea] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
6:29 PM Ticket #1709 (2012 Autumn Website Banner Contest: herve flores) updated by llogan
Status, Summary changed
In your link I only see screenshots of the logos as shown on the site. …
5:32 PM CompilationGuide/Ubuntu edited by Doug
(diff)
4:15 PM Changeset in ffmpeg [083e65cf] by Michael Niedermayer <michaelni@gmx.at>
fate: add ansi256 test case Signed-off-by: Michael Niedermayer …
3:32 PM Changeset in ffmpeg [15616eb0] by Mans Rullgard <mans@mansr.com>
intrax8: move functions from dsputil to own context Signed-off-by: …
1:27 PM Ticket #1712 (Audio precision in lossless and long time to encode.) updated by Daniel
Thank you for your attention :)
1:22 PM Ticket #1712 (Audio precision in lossless and long time to encode.) updated by Cigaes
Analyzed by developer, Status, Version, Reproduced by developer changed
Possible explanation of the problem here: …
12:40 PM CompilationGuide/Ubuntu edited by Kalle_Carlito
(diff)
12:39 PM CompilationGuide/Ubuntu edited by Kalle_Carlito
(diff)
12:37 PM CompilationGuide/Ubuntu edited by Kalle_Carlito
(diff)
12:07 PM Ticket #1712 (Audio precision in lossless and long time to encode.) updated by Daniel
I think that is only with APE files, because i've tried with a FLAC …
11:47 AM Ticket #1712 (Audio precision in lossless and long time to encode.) updated by Cigaes
Does this happen only with APE files, or does it happen also if you …
10:57 AM Ticket #1712 (Audio precision in lossless and long time to encode.) created by Daniel
Summary of the bug: Hi, first of all, i'm sorry for my english. I've …
8:48 AM Changeset in ffmpeg [c8ef3093] by Stefano Sabatini <stefasab@gmail.com>
examples: add demuxing.c example
8:47 AM Ticket #1711 (increasing memory in flv - VP6F files) updated by DonMoir
fixed. …
8:42 AM Changeset in ffmpeg [f7eec895] by Stefano Sabatini <stefasab@gmail.com>
lavf/segment: set EXT-X-VERSION to 3 rather than to 4 There is …
8:42 AM Changeset in ffmpeg [34bf06a3] by Stefano Sabatini <stefasab@gmail.com>
lavfi: when configuring a link, set channel layout from previous link …
8:42 AM Changeset in ffmpeg [06fc74bd] by Stefano Sabatini <stefasab@gmail.com>
lavc/codec_desc: fix name of wavesynth codec
8:33 AM Using libav* edited by Stefano Sabatini
remove reference to libavcodec resampling documentation of libavcodec, … (diff)
8:32 AM Using libav* edited by Stefano Sabatini
perform some corrections to the text, avoid use of ugly "docu" … (diff)
8:29 AM Using libav* edited by Stefano Sabatini
remove reference to libavresample, as confusing (diff)
8:28 AM Using libav* edited by Stefano Sabatini
extend/clarify/correct description of the FFmpeg libraries (diff)
8:12 AM Using libav* edited by Stefano Sabatini
sort FFmpeg libraries to be more logically grouped (diff)
7:31 AM Ticket #1642 (-f segment: automagically generate #EXTM3U tags to -segment_list ...) updated by kelexel
saste: ahh, nice! will test and report asap.
5:14 AM Using libav* edited by Roger Pack
add doxygen links, clarify some libs (diff)
4:54 AM Using libav* edited by Roger Pack
(diff)
4:52 AM Using libav* edited by Roger Pack
add tip on determining values (diff)
4:45 AM Using libav* edited by Roger Pack
add link to libav-user (diff)
4:36 AM Using libav* edited by Roger Pack
link to the doc/* files (diff)
4:23 AM Using libav* edited by Roger Pack
try to add some getting started options (diff)
4:10 AM Using libav* created by Roger Pack
init birthday
4:04 AM WikiStart edited by Roger Pack
minor cleanups, add link to using libav* (diff)
3:04 AM Changeset in ffmpeg [4654bf44] by Michael Niedermayer <michaelni@gmx.at>
flvdec: fix creation of lots of phantom data streams Signed-off-by: …
1:18 AM Ticket #1711 (increasing memory in flv - VP6F files) created by DonMoir
There is a bug in flvdec.c that continues to allocate memory. This …

Sep 1, 2012:

9:45 PM Changeset in ffmpeg [c112b6b6] by Michael Niedermayer <michaelni@gmx.at>
configure: Treat warnings as errors in check_yasm() yasm generates a …
9:45 PM Changeset in ffmpeg [19a71dbc] by Michael Niedermayer <michaelni@gmx.at>
psxstr: more correct array type. Signed-off-by: Michael Niedermayer …
5:22 PM Ticket #1667 (ffplay resizes can cause "garbage" in the margins) updated by Marton Balint
Status, Owner changed
5:12 PM Ticket #1710 (pictor: gray bar at the top) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component changed
5:08 PM Ticket #1609 (ffplay: no refresh with still picture) closed by Marton Balint
fixed: Fixed in the latest git master.
5:03 PM GSAM.PIC attached to Ticket #1710 by ami_stuff
5:03 PM Ticket #1710 (pictor: gray bar at the top) created by ami_stuff
the file comes from PC Paint package […]
4:40 PM Ticket #1425 (Clips generated by ffmpeg using segment muxer are not correctly played ...) updated by Stefano Sabatini
Replying to fesago90: > I'm experiencing the same problem, …
4:11 PM 0008-lavf-segment-add-segment_list_live-option-allow-live.patch attached to Ticket #1642 by Stefano Sabatini
4:11 PM 0007-lavf-segment-add-EXT-X-MEDIA-SEQUENCE-tag-in-M3U8-he.patch attached to Ticket #1642 by Stefano Sabatini
4:11 PM 0006-lavf-segment-set-EXT-X-VERSION-to-3-rather-than-to-4.patch attached to Ticket #1642 by Stefano Sabatini
4:10 PM Ticket #1642 (-f segment: automagically generate #EXTM3U tags to -segment_list ...) updated by Stefano Sabatini
Replying to kelexel: > I see, in essence m3u8(-specs) and …
3:49 PM Changeset in ffmpeg [c0daa73a] by Michael Niedermayer <michaelni@gmx.at>
fix flv new stream handling after head already parsed This fixes …
3:35 PM Changeset in ffmpeg [5081310b] by Michael Niedermayer <michaelni@gmx.at>
lavf: add missing new line to some error messages 2 Signed-off-by: …
3:33 PM Changeset in ffmpeg [9d87cf51] by Michael Niedermayer <michaelni@gmx.at>
lavfi/vf_frei0: add missing new line to some error messages …
2:19 PM Ticket #1709 (2012 Autumn Website Banner Contest: herve flores) created by herve flores
Hi I made some banners (some months ago, before summer) here are …
1:59 PM Changeset in ffmpeg [53241b5d] by Michael Niedermayer <michaelni@gmx.at>
lavc: add missing new line to some messages Signed-off-by: Michael …
1:59 PM Changeset in ffmpeg [08277a45] by Michael Niedermayer <michaelni@gmx.at>
lavf: add missing new line to some error messages Signed-off-by: …
1:59 PM Changeset in ffmpeg [9b4badb0] by Michael Niedermayer <michaelni@gmx.at>
Fix libx264 profile listing Signed-off-by: Michael Niedermayer …
1:37 PM Changeset in ffmpeg [9cdb596] by Michael Niedermayer <michaelni@gmx.at>
libmpcodecs: remove unused and half existing vo_fs variable It breaks …
1:23 PM Changeset in ffmpeg [65a31a0d] by Michael Niedermayer <michaelni@gmx.at>
ansi: erase screen on first frame Signed-off-by: Michael Niedermayer …
1:23 PM Changeset in ffmpeg [3ac718d6] by Michael Niedermayer <michaelni@gmx.at>
ansi: support 256-colors Signed-off-by: Michael Niedermayer …
1:22 PM Changeset in ffmpeg [95b9e56b] by Michael Niedermayer <michaelni@gmx.at>
ansi: support escaped codes where last argument is zero …
1:22 PM Changeset in ffmpeg [368a768c] by Michael Niedermayer <michaelni@gmx.at>
ansi: remove misplaced return Signed-off-by: Michael Niedermayer …
12:59 PM Changeset in ffmpeg [c3f20cef] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
12:23 PM Changeset in ffmpeg [75a4b91] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'stev47/master' * stev47/master: cpia: …
12:09 PM Changeset in ffmpeg [899101d3] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: crypto: …
10:11 AM Ticket #1532 (Additional column in "ffmpeg -codecs") closed by Stefano Sabatini
fixed: Fixed by Anton in: […]
10:08 AM Ticket #1649 (add a volumedetect audio filter) closed by Stefano Sabatini
fixed: Shoulld be fixed by the volumedetect filter, added in: […]
8:59 AM Changeset in ffmpeg [a26789cf] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix compilation with yasm-0.6.2.
8:16 AM Changeset in ffmpeg [e3096771] by Stephan Hilb <stephan@ecshi.net>
Merge branch 'master' of git://source.ffmpeg.org/ffmpeg
8:12 AM Changeset in ffmpeg [296140eb] by Stephan Hilb <stephan@ecshi.net>
cpia: move reget_buffer after header check If the header is invalid, …
7:44 AM Ticket #1708 (mss2: error while decoding stream) updated by Carl Eugen Hoyos
Reproduced by developer, Keywords, Status, Version, Component changed
Reproducible with mplayer -nosound -demuxer lavf, not reproducible …
7:26 AM Changeset in ffmpeg [d55252c3] by Stefano Sabatini <stefasab@gmail.com>
lavfi/mp: remove decimate wrapper It was natively integrated into …
4:30 AM Ticket #1642 (-f segment: automagically generate #EXTM3U tags to -segment_list ...) updated by vel2000
I can confirm this issue. No device, neither iOS or Android, is able …
4:05 AM Changeset in ffmpeg [3061664a] by Michael Niedermayer <michaelni@gmx.at>
avoid ambigous buffersink names Signed-off-by: Michael Niedermayer …
4:05 AM Changeset in ffmpeg [e4e02a7d] by Michael Niedermayer <michaelni@gmx.at>
libavfilter: Support the forks ABI for buffer sinks With this change …
3:22 AM Changeset in ffmpeg [9d89c8b3] by Philip Langdale <philipl@overt.org>
matroskadec, matroskadec, srtenc: Read/Write duration for subtitles. …
1:44 AM Ticket #1708 (mss2: error while decoding stream) updated by ami_stuff
probably related to ticket #1477
1:40 AM Ticket #1708 (mss2: error while decoding stream) created by ami_stuff
play ok in wmp …
1:20 AM Ticket #692 (Audio is not in sync with video, webcam capturing) updated by ewhac
I'm seeing the same problem, using a Pinnacle Dazzle DVC-100. Audio …
1:02 AM ffmpeg-20120831-173234.log attached to Ticket #692 by ewhac
Specifies video input first; audio in final file is slightly early.
1:01 AM ffmpeg-20120831-173134.log attached to Ticket #692 by ewhac
Specifies audio input first; audio in final file is very late.

Aug 31, 2012:

11:54 PM Changeset in ffmpeg [6a0dfe3b] by Michael Niedermayer <michaelni@gmx.at>
fate-utvideoenc: remove unneeded -f avi Signed-off-by: Michael …
11:29 PM Changeset in ffmpeg [4814326] by Michael Niedermayer <michaelni@gmx.at>
swr/resample: update SSSE3 flag to new name Signed-off-by: Michael …
9:27 PM Changeset in ffmpeg [12c8912d] by Martin Storsjö <martin@martin.st>
crypto: Remove a stray double space Signed-off-by: Martin Storsjö …
9:27 PM Changeset in ffmpeg [235f74d] by Martin Storsjö <martin@martin.st>
Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_* Signed-off-by: …
9:04 PM Changeset in ffmpeg [50591626] by Michael Niedermayer <michaelni@gmx.at>
flic: use AV_LOG_ERROR for error message Signed-off-by: Michael …
9:03 PM Changeset in ffmpeg [d2b927d4] by Michael Niedermayer <michaelni@gmx.at>
filmstripdec: add new line to error message Signed-off-by: Michael …
7:35 PM Changeset in ffmpeg [dfb4757b] by Michael Niedermayer <michaelni@gmx.at>
lavc: support building with the forks ABI for …
7:35 PM Changeset in ffmpeg [42e78552] by Michael Niedermayer <michaelni@gmx.at>
configure: add switch to enable debian/libav compatible ABI needed …
7:35 PM Changeset in ffmpeg [7b607eb5] by Michael Niedermayer <michaelni@gmx.at>
avfiltergraph: use avcodec_find_best_pix_fmt_of_2() Signed-off-by: …
7:35 PM Changeset in ffmpeg [704a5a06] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg_filter: use avcodec_find_best_pix_fmt_of_2() Signed-off-by: …
7:35 PM Changeset in ffmpeg [2a54ae9d] by Michael Niedermayer <michaelni@gmx.at>
imgconvert: add avcodec_find_best_pix_fmt_of_2() and deprecate …
7:16 PM Ticket #1646 (bad first_dts in h264 file) updated by DonMoir
Yeah, works now. Thanks
7:00 PM Changeset in ffmpeg [5559444] by Marton Balint <cus@passwd.hu>
ffplay: only free vfilters on exit Freeing it in the end of the video …
7:00 PM Changeset in ffmpeg [0e5042be] by Marton Balint <cus@passwd.hu>
ffplay: replace SDL_delay in read thread with SDL_CondWait When the …
7:00 PM Changeset in ffmpeg [4a45e722] by Marton Balint <cus@passwd.hu>
ffplay: requeue last picture on forced video refresh Fixes ticket …
5:58 PM Changeset in ffmpeg [fe79fc2e] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
dvbsubdec: set width/height from display def if not set. This fixes …
5:58 PM Changeset in ffmpeg [dddd006c] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
wtvdec: set correct codec ID for CC streams. Closed caption data is …
4:09 PM Changeset in ffmpeg [54ca7e39] by Stefano Sabatini <stefasab@gmail.com>
lavfi/hue: add process_command callback This allows dynamic …
3:59 PM Ticket #1707 (ffplay: Increasing desync) created by Carl Eugen Hoyos
The sample from ticket #1230 can be transcoded with ffmpeg ("ffmpeg -i …
3:49 PM Changeset in ffmpeg [fa838a0c] by Stefano Sabatini <stefasab@gmail.com>
configure: add decimate filter dependency on avcodec
2:48 PM Ticket #1677 (x264 encoding with overlay fails ( moov atom not found)) updated by Carl Eugen Hoyos
> Is the original problem (that encoding fails and aborts) also …
2:29 PM Ticket #1230 (Support Windows Media Screen Codec 2) closed by Carl Eugen Hoyos
fixed: Implemented by Alberto Delmás and Kostya Shishkov.
2:12 PM Ticket #1677 (x264 encoding with overlay fails ( moov atom not found)) updated by houbahop69
Replying to cehoyos: > It is very difficult to read the …
2:04 PM Changeset in ffmpeg [9dd3d6c7] by Stefano Sabatini <stefasab@gmail.com>
lavfi: port decimate libmpcodecs filter This filter is based on the …
2:04 PM Changeset in ffmpeg [6c010782] by Stefano Sabatini <stefasab@gmail.com>
lavfi/mp=decimate: fix off-by-one logic in diff_C() x loop Set x …
2:02 PM Changeset in ffmpeg [e64b941d] by Stefano Sabatini <stefasab@gmail.com>
lavfi/mp: remove smartblur filter It was natively integrated into …
1:45 PM Changeset in ffmpeg [d7587ba1] by Michael Niedermayer <michaelni@gmx.at>
flvdec: remove duplicate return Signed-off-by: Michael Niedermayer …
1:45 PM Changeset in ffmpeg [0b7d12e8] by Michael Niedermayer <michaelni@gmx.at>
vf_mp: fix duplicate return Signed-off-by: Michael Niedermayer …
1:39 PM Ticket #1695 (build fails with --disable-mmx) closed by Stefano Sabatini
fixed: Fixed by Diego in: […]
1:39 PM Changeset in ffmpeg [52be542] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add some missing _EXTERNAL suffixes to yasm source files.
1:22 PM Changeset in ffmpeg [9cb91999] by Michael Niedermayer <michaelni@gmx.at>
buffersink: remove stray ; Signed-off-by: Michael Niedermayer …
1:20 PM Changeset in ffmpeg [e234301c] by Michael Niedermayer <michaelni@gmx.at>
bintext: remove stray ; Signed-off-by: Michael Niedermayer …
1:15 PM Changeset in ffmpeg [f61ee9b5] by Michael Niedermayer <michaelni@gmx.at>
dsicinav: fix signed integer overflow Signed-off-by: Michael …
12:40 PM Ticket #1706 ((win64) avformat/FFMPEG crashed after connection loss to stream server) updated by Vladimir
Replying to cehoyos: > Is this also reproducible with …
12:27 PM Ticket #1686 (Dataloss because ffmpeg manpage about -passlogfile is wrong) closed by Carl Eugen Hoyos
fixed: I committed a documentation update for the next 0.7, 0.8, 0.9, 0.10 …
12:26 PM Changeset in ffmpeg [a9a1bc5] by Michael Niedermayer <michaelni@gmx.at>
ffplay: get rid of void casts in the option table Signed-off-by: …
12:25 PM Changeset in ffmpeg [b1034505] by Michael Niedermayer <michaelni@gmx.at>
ffplay: fix function parameters Signed-off-by: Michael Niedermayer …
12:24 PM Ticket #1706 ((win64) avformat/FFMPEG crashed after connection loss to stream server) updated by Carl Eugen Hoyos
Is this also reproducible with current git head? Sorry if I …
12:17 PM Changeset in ffmpeg [f50bb62e] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Clarify that -passlogfile has a different syntax when used with …
12:17 PM Changeset in ffmpeg [c497d71a] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Clarify that -passlogfile has a different syntax when used with …
12:17 PM Changeset in ffmpeg [f6ebfeb] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Clarify that -passlogfile has a different syntax when used with …
12:17 PM Changeset in ffmpeg [c7b73724] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Clarify that -passlogfile has a different syntax when used with …
12:16 PM Changeset in ffmpeg [3f78fe1d] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Clarify that -passlogfile has a different syntax when used with …
11:34 AM Changeset in ffmpeg [c617bed3] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: MSS1 …
11:30 AM ffmpeg_crash_linux.txt attached to Ticket #1706 by Vladimir
GDB Output from linux
11:29 AM Ticket #1706 ((win64) avformat/FFMPEG crashed after connection loss to stream server) created by Vladimir
Summary of the bug: When I stream using ffmpeg libraries or …
11:01 AM Changeset in ffmpeg [98298eb1] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' * commit …
9:15 AM Changeset in ffmpeg [f3683349] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Write TIFF Tag ExtraSamples when encoding pix_fmts that contain …
9:01 AM Changeset in ffmpeg [5eb532a9] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Cosmetics: Reorder pix_fmts in tiffenc.c.
8:57 AM Changeset in ffmpeg [a5a90fa5] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Simplify setting colour space for mono* when encoding tiff.
8:15 AM Ticket #1686 (Dataloss because ffmpeg manpage about -passlogfile is wrong) updated by Jon Bendtsen
Replying to jonb: > Yeah I noticed that when I …
8:12 AM Ticket #1677 (x264 encoding with overlay fails ( moov atom not found)) updated by Carl Eugen Hoyos
It is very difficult to read the log you provided, but am I correct …
8:03 AM Ticket #1705 (Wrong pixel format for overlay) closed by Carl Eugen Hoyos
invalid: (Did you RTFM?) There is an option for the overlay filter called "rgb" …
8:00 AM output.png attached to Ticket #1705 by jwjwjw
8:00 AM overlay.png attached to Ticket #1705 by jwjwjw
7:59 AM background.png attached to Ticket #1705 by jwjwjw
7:59 AM Ticket #1705 (Wrong pixel format for overlay) created by jwjwjw
Summary of the bug: The overlay filter uses an intermediate yuv420p …
7:53 AM Ticket #1677 (x264 encoding with overlay fails ( moov atom not found)) updated by houbahop69
Replying to cehoyos: > Is the problem also reproducible if …
7:41 AM Ticket #1678 (Regression with -vsync 1) updated by jwjwjw
It was taken directly from their web stream. The reason why I think …
7:40 AM Ticket #1678 (Regression with -vsync 1) updated by Carl Eugen Hoyos
Replying to jwjwjw: > You can see the frames changing on …
6:08 AM Changeset in ffmpeg [ede3d640] by Kostya Shishkov <kostya.shishkov@gmail.com>
MSS1 and MSS2: set final pixel format after common stuff has been …
5:37 AM Changeset in ffmpeg [ee769c6a] by Kostya Shishkov <kostya.shishkov@gmail.com>
MSS2 decoder Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
5:14 AM Ticket #1678 (Regression with -vsync 1) updated by jwjwjw
Please check this video showing both the clips side by side (old …
2:35 AM Changeset in ffmpeg [e7b43377] by Michael Niedermayer <michaelni@gmx.at>
v4l2: fix compile on systems that lack V4L2_PIX_FMT_CPIA1 …
12:59 AM Changeset in ffmpeg [d96d6ba6] by Mans Rullgard <mans@mansr.com>
configure: handle --disable-asm before check_deps This is necessary …
Note: See TracTimeline for information about the timeline view.