ffmpeg | branch: master | Simon Thelen | Wed Sep 10
00:01:19 2014 +0200| [69071e8e9c04e406545d24479b9abc6cdacb158e] | committer:
Michael Niedermayer
doc/filters: fix localtime drawtext example.
The colon after the localtime function call needs an additional layer of
escaping or else everything
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 30
23:24:52 2014 +0200| [5c8eb16769e581f828ce420373c558c190185cc1] | committer:
Michael Niedermayer
avcodec: add codec_whitelist
This allows restricting decoders to a list of needed ones for improved security
Signed-off-by: Michael Niede
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 30
23:25:39 2014 +0200| [057ea2a9823a6e9f95a2f8eba05e401b8636b561] | committer:
Michael Niedermayer
avformat: Add format_whitelist
This allows restricting demuxers to a list of needed ones for improved security
Note, some demuxers themsel
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 10
03:16:50 2014 +0200| [e23af4662dc667cdb6b7cd297f8cc0160a63e9bf] | committer:
Michael Niedermayer
avcodec/utils: Display pixel format information as none ... if unknown instead
of omitting it
This is similar to 20a5956b8daeee4cb59d6fa0
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 19
03:03:04 2014 +0200| [c5e295cb9d57489741f66cbd6b058f0307652b6e] | committer:
Michael Niedermayer
avcodec/mpegaudiodec_template: use av_freep(), do not leave stale pointers in
memory
Signed-off-by: Michael Niedermayer
> http://git.vi
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 19
03:03:04 2014 +0200| [765abb3b76a1a9cb8f6896c30002551fa3bca8fd] | committer:
Michael Niedermayer
avcodec/libvpxenc: use av_freep(), do not leave stale pointers in memory
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gi
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 19
03:03:04 2014 +0200| [993a2487de7d53d5787d2267ddadd588e24e89ca] | committer:
Michael Niedermayer
avcodec/nellymoserenc: use av_freep(), do not leave stale pointers in memory
Signed-off-by: Michael Niedermayer
> http://git.videolan.or
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
23:48:02 2014 +0200| [52bf4ad6746a38f3e37b9ca8d579be7c448159cc] | committer:
Michael Niedermayer
Merge commit '0034314a69e76a53534a74cceef865cfcb7b42cc'
* commit '0034314a69e76a53534a74cceef865cfcb7b42cc':
rtmp: Always call rtmp_clos
ffmpeg | branch: master | Alexander Drozdov | Sat Oct 18
16:02:32 2014 +0200| [0034314a69e76a53534a74cceef865cfcb7b42cc] | committer:
Luca Barbato
rtmp: Always call rtmp_close() on rtmp_open() failure
Prevent possible memory leaks.
Connect to nginx and request a non-existent resource to
trigg
ffmpeg | branch: master | Vittorio Giovara | Fri
Oct 17 14:31:35 2014 +0100| [fc1eda543c6ef043300612db90da5cfd972af650] |
committer: Vittorio Giovara
swscale: fix sign extensions in yuv planar conversion
Casting the left-most byte to unsigned avoids an undefined
result of the shift by 24 if bi
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
23:39:56 2014 +0200| [fa040c224703a51d8a07ec33354ab47d275c0493] | committer:
Michael Niedermayer
Merge commit 'fc1eda543c6ef043300612db90da5cfd972af650'
* commit 'fc1eda543c6ef043300612db90da5cfd972af650':
swscale: fix sign extension
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
23:13:00 2014 +0200| [837605704dafdfe7df2a87fd3eac2a8458e3329c] | committer:
Michael Niedermayer
Merge commit 'b7c77912b62163b3b46ce93fe42fff3c83604c82'
* commit 'b7c77912b62163b3b46ce93fe42fff3c83604c82':
oss_audio: use a macro to s
ffmpeg | branch: master | Timothy Gu | Wed Oct 15
17:32:54 2014 +0100| [b7c77912b62163b3b46ce93fe42fff3c83604c82] | committer:
Vittorio Giovara
oss_audio: use a macro to simplify ioctl() error checking
Also add a note about SNDCTL_DSP_GETFMTS which may fail even if OSS is
available.
CC: libav
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
22:21:05 2014 +0200| [85cf049d5092cbcb8f81defeb8dcdb1f9a21ecf1] | committer:
Michael Niedermayer
Merge commit '963f76144897d3f7684d82ec21e51dd50ea1106e'
* commit '963f76144897d3f7684d82ec21e51dd50ea1106e':
avresample: Make sure the e
ffmpeg | branch: master | Luca Barbato | Wed Oct 15
17:32:57 2014 +0100| [963f76144897d3f7684d82ec21e51dd50ea1106e] | committer:
Vittorio Giovara
avresample: Make sure the even check does not overflow
CC: libav-sta...@libav.org
Bug-Id: CID 732225
> http://git.videolan.org/gitweb.cgi/ffmpeg.gi
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
22:13:30 2014 +0200| [9bcc430481d7d1039be03802b91b2a52fef84e5b] | committer:
Michael Niedermayer
Merge commit '088eca28164c8cd3b72b0c3d3f9e3fe5ee5cb28f'
* commit '088eca28164c8cd3b72b0c3d3f9e3fe5ee5cb28f':
avresample: prevent theoret
ffmpeg | branch: master | Vittorio Giovara | Wed
Oct 15 17:33:00 2014 +0100| [088eca28164c8cd3b72b0c3d3f9e3fe5ee5cb28f] |
committer: Vittorio Giovara
avresample: prevent theoretical division by zero
CC: libav-sta...@libav.org
Bug-Id: CID 1231986
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | Vittorio Giovara | Fri
Oct 17 10:07:11 2014 +0100| [0d989dbfc4bc5bc1d563e967449116a7a9865258] |
committer: Vittorio Giovara
af_resample: check av_opt_set_dict return value
CC: libav-sta...@libav.org
Bug-Id: CID 1087076
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
22:01:44 2014 +0200| [733db64ce0c66214d7461fe0fdac097cd3c38a16] | committer:
Michael Niedermayer
Merge commit '0d989dbfc4bc5bc1d563e967449116a7a9865258'
* commit '0d989dbfc4bc5bc1d563e967449116a7a9865258':
af_resample: check av_opt_s
ffmpeg | branch: master | Vittorio Giovara | Fri
Oct 17 10:07:09 2014 +0100| [6d96c7ea89600655b1f18a3b12f3f041fa714152] |
committer: Vittorio Giovara
vf_showinfo: Forward the av_image_get_linesize error
CC: libav-sta...@libav.org
Bug-Id: CID 1087086
> http://git.videolan.org/gitweb.cgi/ffmpeg
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
21:46:28 2014 +0200| [3a4c22f8067fc4e9005e7dc781dff541abca472a] | committer:
Michael Niedermayer
Merge commit '6d96c7ea89600655b1f18a3b12f3f041fa714152'
* commit '6d96c7ea89600655b1f18a3b12f3f041fa714152':
vf_showinfo: Forward the av
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
21:31:08 2014 +0200| [0b2f860db53e6274836036d3e3ff57f8d043aa0f] | committer:
Michael Niedermayer
Merge commit 'f401792595dd7760f531e8a3bd2336e9033bd45a'
* commit 'f401792595dd7760f531e8a3bd2336e9033bd45a':
vf_drawtext: Do not leak th
ffmpeg | branch: master | Luca Barbato | Fri Oct 17
10:07:10 2014 +0100| [f401792595dd7760f531e8a3bd2336e9033bd45a] | committer:
Vittorio Giovara
vf_drawtext: Do not leak the mmapped textfile
And validate its size while at it.
CC: libav-sta...@libav.org
Bug-Id: CID 1244189
> http://git.video
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
19:13:20 2014 +0200| [ae6ba2db8ff811fa1fe23c5abffcc8086dcbc052] | committer:
Michael Niedermayer
avcodec/mjpegenc: add priv_class to encoders
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
20:06:29 2014 +0200| [f4445c7be45cdd84e9db887a5cfae55e9ff5868d] | committer:
Michael Niedermayer
avcodec/wmv2enc: add priv_class
Fixes ratecontrol code
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.g
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
19:23:00 2014 +0200| [25f4e9387d0efd6fe2ac51d78eb681c542a6f82d] | committer:
Michael Niedermayer
Merge commit '530c1441fd1426b6a4bb33485ff3226e1ae0ad45'
* commit '530c1441fd1426b6a4bb33485ff3226e1ae0ad45':
lavc: make lmax/lmin into p
ffmpeg | branch: master | Anton Khirnov | Sun Oct 27
13:51:16 2013 +0100| [530c1441fd1426b6a4bb33485ff3226e1ae0ad45] | committer:
Anton Khirnov
lavc: make lmax/lmin into private options of mpegvideo encoders
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=530c1441fd1426b6a4bb33485f
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
19:41:48 2014 +0200| [bf301258b49ff6f700a096c5752864e789c6e6b3] | committer:
Michael Niedermayer
avcodec/snowenc: add FF_MPV_COMMON_OPTS
This fixes the ratecontrol code with snow
adding FF_MPV_COMMON_OPTS is needed as the generic rate
ffmpeg | branch: master | Giorgio Vazzana | Sat Oct 18
16:50:59 2014 +0200| [b48c95b6c92ea8ae2bb5ce55a5cf190421addb28] | committer:
Michael Niedermayer
libavutil: Add missing av_free() to cast5 selftest
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com
ffmpeg | branch: master | Anton Khirnov | Sun Oct 27
13:51:16 2013 +0100| [15ec053c4c0b198a2e93eb8e60c8f41e091e0c40] | committer:
Anton Khirnov
lavc: make border_masking into private options of mpegvideo encoders
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=15ec053c4c0b198a2e93e
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
15:58:52 2014 +0200| [709ab39cb9a4887a08ed0d8fc25c2ddc79731f85] | committer:
Michael Niedermayer
Merge commit '15ec053c4c0b198a2e93eb8e60c8f41e091e0c40'
* commit '15ec053c4c0b198a2e93eb8e60c8f41e091e0c40':
lavc: make border_masking i
ffmpeg | branch: master | Anton Khirnov | Wed Oct 8
10:58:43 2014 +| [c4f7bee0872d5e2e0e91673dd4b0f18de4a3d866] | committer:
Anton Khirnov
lavc: deprecate unused mb_threshold field
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4f7bee0872d5e2e0e91673dd4b0f18de4a3d866
---
l
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
15:42:29 2014 +0200| [1a5871d1bec6863dfee05c9cc8b97e2307530ce6] | committer:
Michael Niedermayer
Merge commit 'c4f7bee0872d5e2e0e91673dd4b0f18de4a3d866'
* commit 'c4f7bee0872d5e2e0e91673dd4b0f18de4a3d866':
lavc: deprecate unused mb_t
ffmpeg | branch: master | Anton Khirnov | Wed Oct 8
10:49:11 2014 +| [685be3d1aecf965281128f3b631ed965bcfa754d] | committer:
Anton Khirnov
libvpxenc: add static-thresh private option
Currently, this option is accessed through AVCodecContext.mb_threshold,
which originally controlled reusin
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
15:33:57 2014 +0200| [8be1120deb2b6bb7c5762071a116163d204d6ca8] | committer:
Michael Niedermayer
Merge commit '685be3d1aecf965281128f3b631ed965bcfa754d'
* commit '685be3d1aecf965281128f3b631ed965bcfa754d':
libvpxenc: add static-thres
ffmpeg | branch: master | Anton Khirnov | Wed Oct 8
10:39:02 2014 +| [59b55c494e01de09dfd7cbf9cbbe7223265ac283] | committer:
Anton Khirnov
lavc: deprecate unused me_threshold field
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=59b55c494e01de09dfd7cbf9cbbe7223265ac283
---
a
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
15:04:42 2014 +0200| [c48e8d9dca550327b88106276aed17f87b23b7fe] | committer:
Michael Niedermayer
Merge commit '59b55c494e01de09dfd7cbf9cbbe7223265ac283'
* commit '59b55c494e01de09dfd7cbf9cbbe7223265ac283':
lavc: deprecate unused me_t
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
14:17:41 2014 +0200| [fc67d937cc73fb68ab8d840e319e89c52df79c3d] | committer:
Michael Niedermayer
Merge commit '66a68ddd1ac376b24db8695058bc8fc28f5bada6'
* commit '66a68ddd1ac376b24db8695058bc8fc28f5bada6':
lavc: make rc_buffer_aggres
ffmpeg | branch: master | Anton Khirnov | Sun Oct 27
13:51:16 2013 +0100| [66a68ddd1ac376b24db8695058bc8fc28f5bada6] | committer:
Anton Khirnov
lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of
mpegvideo encoders
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | Anton Khirnov | Sun Oct 27
13:51:16 2013 +0100| [a75c2eb25a62105c09b48521aef429dc8a231637] | committer:
Anton Khirnov
lavc: make rc_eq into private options of mpegvideo encoders
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a75c2eb25a62105c09b48521aef429
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
14:06:15 2014 +0200| [ec8f56efad2c1a150e822f6b11c54915446a2d09] | committer:
Michael Niedermayer
Merge commit 'a75c2eb25a62105c09b48521aef429dc8a231637'
* commit 'a75c2eb25a62105c09b48521aef429dc8a231637':
lavc: make rc_eq into priva
ffmpeg | branch: master | Anton Khirnov | Sun Oct 27
13:51:16 2013 +0100| [946f95354ba76ef73c9b66889d86ab5fba4fb486] | committer:
Anton Khirnov
lavc: make rc_qmod_* into private options of mpegvideo encoders
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=946f95354ba76ef73c9b66889d
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
13:51:59 2014 +0200| [17a065cf204fb626b6940b1bc3df5d6ab9f4a468] | committer:
Michael Niedermayer
Merge commit '946f95354ba76ef73c9b66889d86ab5fba4fb486'
* commit '946f95354ba76ef73c9b66889d86ab5fba4fb486':
lavc: make rc_qmod_* into p
ffmpeg | branch: master | Anton Khirnov | Sun Oct 27
13:51:16 2013 +0100| [a6e4ce9fd50897dc6d9c2ada4b6b8090de7de5bf] | committer:
Anton Khirnov
lavc: make rc_qsquish a private option of mpegvideo encoders
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a6e4ce9fd50897dc6d9c2ada4b6b8
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
13:30:38 2014 +0200| [74128352047ee3fb075b0f69ab16047f70b45a42] | committer:
Michael Niedermayer
Merge commit 'a6e4ce9fd50897dc6d9c2ada4b6b8090de7de5bf'
* commit 'a6e4ce9fd50897dc6d9c2ada4b6b8090de7de5bf':
lavc: make rc_qsquish a pri
ffmpeg | branch: master | Timothy B. Terriberry | Mon Oct
13 17:46:00 2014 -0700| [6cbbf0592f4f3940aac7f687850d1b726a2ea836] | committer:
Anton Khirnov
resample: Avoid off-by-1 errors in PTS calcs.
The rounding used in the PTS calculations in filter_frame() does
not actually match the number o
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
12:46:37 2014 +0200| [17d16008befa82cb79e71fbb4dc28fb4d9ec2ce6] | committer:
Michael Niedermayer
Merge commit '6cbbf0592f4f3940aac7f687850d1b726a2ea836'
* commit '6cbbf0592f4f3940aac7f687850d1b726a2ea836':
resample: Avoid off-by-1 er
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
12:30:00 2014 +0200| [7321fc2f4304819258999e222332cf7c025e0ee5] | committer:
Michael Niedermayer
tests/fate/mpeg4: add -sws_flags +bitexact
Should fix fate-mpeg4-resolution-change tests
Found-by: ubitux
Signed-off-by: Michael Niederma
ffmpeg | branch: master | Anton Khirnov | Fri Oct 17
15:18:52 2014 +0200| [fb238f8230c1b0314985482207add548c68f83cf] | committer:
Anton Khirnov
urlprotocol: remove unused url_interrupt_cb declaration
It is a remnant of the old interrupt callback API.
> http://git.videolan.org/gitweb.cgi/ffmpe
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 18
12:15:50 2014 +0200| [83a897656aae95c0dc9f97a389cceb6986b79dd2] | committer:
Michael Niedermayer
Merge commit 'fb238f8230c1b0314985482207add548c68f83cf'
* commit 'fb238f8230c1b0314985482207add548c68f83cf':
urlprotocol: remove unused
50 matches
Mail list logo