ffmpeg | branch: master | Clément Bœsch | Wed Dec 24 15:03:26
2014 +0100| [304fdfe9f3a3879ce95d01c4dcb7e33bdb68f9ef] | committer: Stefano
Sabatini
lavfi: add showwavespic filter
This is a variant of showwaves. It is implemented as a different filter
so that the user is not allowed to use meani
ffmpeg | branch: master | Michael Niedermayer | Wed Mar 18
12:26:15 2015 +0100| [fbb9ef5b1727b9d133987617afad7a9f62781d9d] | committer:
Michael Niedermayer
avfilter/vf_lut3d: Change enum to int, which is accessed via AVOption as int
This fixes depending on implementation defined behavior
Sign
ffmpeg | branch: master | Michael Niedermayer | Wed Mar 18
12:23:39 2015 +0100| [67e1562228599018abf32f6376ffbb26b3bba649] | committer:
Michael Niedermayer
avfilter/vf_histogram: Change enum to int, which is accessed via AVOption as int
This fixes depending on implementation defined behavior
ffmpeg | branch: master | Michael Niedermayer | Wed Mar 18
12:25:18 2015 +0100| [ee17295d10aa1c3ea7356d8b91a27bfd870c1268] | committer:
Michael Niedermayer
avfilter/vf_il: Change enums to int, which are accessed via AVOption as int
This fixes depending on implementation defined behavior
Signe
ffmpeg | branch: master | Derek Buitenhuis | Tue
Mar 17 14:19:31 2015 +| [414d6547f33175b3f53eb3320aa13161a584a151] |
committer: Derek Buitenhuis
mov: Add option to keep exact packet sequence after seeking
The current behavior may produce a different sequence of packets
after seeking, comp
ffmpeg | branch: master | James Cowgill | Wed Mar 18
13:02:59 2015 +| [f8323744a0783d5937232a95cd1cc98f6b70a810] | committer:
Michael Niedermayer
mips/float_dsp: fix vector_fmul_window_mips on mips64
Commit dfa920807494 ("mips/float_dsp: fix a bug in vector_fmul_window_mips")
fixed vector_
ffmpeg | branch: master | Micah Galizia | Tue Mar 17
20:22:59 2015 +1100| [c59654d67d1afde3fac24021ef0fd9d18cf38455] | committer:
Michael Niedermayer
avformat/http: replace cookies with updated values instead of appending forever
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/g
ffmpeg | branch: master | Derek Buitenhuis | Mon
Mar 16 20:08:35 2015 +| [8692d74b7364b405d7939c0ed347e8a2815193a7] |
committer: Derek Buitenhuis
mov: Add option to keep exact packet sequence after seeking
The current behavior may produce a different sequence of packets
after seeking, comp
ffmpeg | branch: master | Michael Niedermayer | Wed Mar 18
21:14:52 2015 +0100| [b3818c47d8ba3cdae5e924afde797123352ce2a5] | committer:
Michael Niedermayer
Merge commit '8692d74b7364b405d7939c0ed347e8a2815193a7'
* commit '8692d74b7364b405d7939c0ed347e8a2815193a7':
mov: Add option to keep exa
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Mar 18
20:35:26 2015 +0100| [7a5356c7281d39ee168bfa984ae081969e47da27] | committer:
Carl Eugen Hoyos
lavf/mkv: Ignore ff_isom_write_hvcc() return value as the mov muxer does.
This change allows remuxing hevc from mpeg-ts to Matroska.
> http://g
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Mar 18
20:34:35 2015 +0100| [7f1ea38868e9d1e4f9814cc34ce7d50e38aa93fc] | committer:
Carl Eugen Hoyos
lavc/dts: Do not set bitrate for DTS-HD Master and High Resolution.
Fixes ticket #4375.
Reviewed-by: Hendrik Leppkes
> http://git.videolan.org
ffmpeg | branch: master | Michael Niedermayer | Wed Mar 18
21:24:31 2015 +0100| [ee648903f5e65b6f17f12326d2c50310a993be87] | committer:
Michael Niedermayer
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
lavf/mkv: Ignore ff_isom_write_hvcc() return value as the mov muxer does
The branch, master has been updated
via c991fdabc60a3f4b07e6a1bf49979531757c8d72 (commit)
from 10b0ce378ea918bc3fbd6a29e1de6f8c6f0a80d2 (commit)
- Log -
commit c991fdabc60a3f4b07e6a1bf49979531757c8d72
Author: Micha
ffmpeg | branch: master | Michael Niedermayer | Wed Mar 18
23:28:43 2015 +0100| [b1fbe29e51c4bda5419eb7b9239acf8055e7b0e8] | committer:
Michael Niedermayer
avcodec/mjpegdec: Support 3100 sampling
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit
ffmpeg | branch: master | Michael Niedermayer | Wed Mar 18
23:05:22 2015 +0100| [e15455891bc673f9767c1ececa3fa92f05267ce3] | committer:
Michael Niedermayer
avcodec/mjpegdec: Change upscale_* to an array instead of a bitmask
This allows storing integer factors instead of just 0 and 1
Signed-of
ffmpeg | branch: master | Clément Bœsch | Wed Mar 18 23:58:30
2015 +0100| [d2009c77fb0018e602e6f0fe7a4a90c2de03c4f0] | committer: Clément
Bœsch
avfilter/vf_colormatrix: fix yuv420p threading, second try
Now seems to work fine with different combinations of odd/even heights
and odd/even number
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 19
01:44:14 2015 +0100| [c5c09501f947ccffd98de45ac87050d703c1e6a5] | committer:
Michael Niedermayer
avformat/aiffdec: do not fail if header parser hits EOF
Based on patch by Martin Vignali
Signed-off-by: Michael Niedermayer
> http://gi
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 19
01:39:47 2015 +0100| [ae81e8a9c5e5511a5bdc34b9a10697c835923c0c] | committer:
Michael Niedermayer
avformat/aiffdec: Stop header parsing once a non header packet is reached
Fix Ticket3530
Based-on debuging work by Martin Vignali
Signed
ffmpeg | branch: master | Andreas Cadhalpun
| Wed Mar 18 21:57:58 2015 +0100| [b61cb61ab8f9abca98cc8c4d67cbefdb30f1e82a] |
committer: Michael Niedermayer
mxfenc: don't try to write footer without header
This fixes a crash, when trying to mux h264 into mxf_opatom.
Signed-off-by: Andreas Cadhal
19 matches
Mail list logo