ffmpeg | branch: master | Anton Khirnov | Sat Jan 17
22:28:46 2015 +0100| [e9b2383bf86b38ad18a001801aee20c8182e29bd] | committer:
Anton Khirnov
h264: move mb_mbaff into the per-slice context
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9b2383bf86b38ad18a001801aee20c8182e29bd
--
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
18:19:16 2015 +0100| [eb058a8dc5acf01860bd103d0ae64e68715226bc] | committer:
Michael Niedermayer
Merge commit 'ba7e165b864d69da4f0c79ec7757cb351535002f'
* commit 'ba7e165b864d69da4f0c79ec7757cb351535002f':
h264_cabac: constify all us
ffmpeg | branch: master | Anton Khirnov | Tue Jan 27
15:53:33 2015 +0100| [5c4b98de4d101ea715ef86847306a510afd0db0c] | committer:
Anton Khirnov
h264.c: constify all uses of H264Context in slice and lower-level functions
All the variables modified by this code are either per-MB arrays or have
b
ffmpeg | branch: master | Anton Khirnov | Tue Jan 27
15:53:33 2015 +0100| [ba7e165b864d69da4f0c79ec7757cb351535002f] | committer:
Anton Khirnov
h264_cabac: constify all uses of H264Context
All the variables modified by this code are either per-MB arrays or have
been moved to the per-slice cont
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
18:19:54 2015 +0100| [e845b9573df1cc20dcfa466cec07de351d9cc754] | committer:
Michael Niedermayer
Merge commit '7505c8dfba255f8e6c6dbb574d0cec91da16f24d'
* commit '7505c8dfba255f8e6c6dbb574d0cec91da16f24d':
h264_cavlc: constify all us
ffmpeg | branch: master | Anton Khirnov | Tue Jan 27
15:53:33 2015 +0100| [7505c8dfba255f8e6c6dbb574d0cec91da16f24d] | committer:
Anton Khirnov
h264_cavlc: constify all uses of H264Context
All the variables modified by this code are either per-MB arrays or have
been moved to the per-slice cont
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
18:18:37 2015 +0100| [9f2fad1af768ed374164beed60cddcf0bae8732f] | committer:
Michael Niedermayer
Merge commit '5c4b98de4d101ea715ef86847306a510afd0db0c'
* commit '5c4b98de4d101ea715ef86847306a510afd0db0c':
h264.c: constify all uses o
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17
22:28:46 2015 +0100| [36d04801ba9d8622c2d759c172aea18561bac74d] | committer:
Anton Khirnov
h264: move the scratch buffers into the per-slice context
Also change the method for allocating them. Instead of two possible
alloc calls from differe
ffmpeg | branch: master | Anton Khirnov | Tue Jan 27
15:53:33 2015 +0100| [34d4c605e9a5116d5289b35633ade5b01cacab24] | committer:
Anton Khirnov
h264_loopfilter: constify all uses of H264Context
All the variables modified by this code are either per-MB arrays or have
been moved to the per-slice
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
18:26:05 2015 +0100| [27301633297f36549d94499b1c5728e1118a2b7c] | committer:
Michael Niedermayer
Merge commit '34d4c605e9a5116d5289b35633ade5b01cacab24'
* commit '34d4c605e9a5116d5289b35633ade5b01cacab24':
h264_loopfilter: constify a
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
18:47:19 2015 +0100| [3d1d8e1f95e1cb6682a6dd035046d91a0812d331] | committer:
Michael Niedermayer
Merge commit '36d04801ba9d8622c2d759c172aea18561bac74d'
* commit '36d04801ba9d8622c2d759c172aea18561bac74d':
h264: move the scratch buff
ffmpeg | branch: master | Anton Khirnov | Wed Jan 28
12:38:57 2015 +0100| [5bc69f38c1af71fbcbfb4b5efa77d0aeb5424c04] | committer:
Anton Khirnov
error_resilience: do not require mbintra/skip tables
h264dec does not use them at all and only allocates them for ER.
> http://git.videolan.org/gitwe
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17
22:28:46 2015 +0100| [c377e04d8aa74d030672e9a4788a700b0695fc14] | committer:
Anton Khirnov
h264: move top_borders into the per-slice context
Also change the method for allocating to the same one as used by
edge_emu_buffer.
> http://git.vide
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
19:24:03 2015 +0100| [dd186b5825c41f0854c749d81b623578509e9f4a] | committer:
Michael Niedermayer
avcodec/error_resilience: Fix mbskip_table==NULL codepath
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
19:03:04 2015 +0100| [b37b0a58e38438c2673aa0b02e6ae640ad3d3e9a] | committer:
Michael Niedermayer
Merge commit '5bc69f38c1af71fbcbfb4b5efa77d0aeb5424c04'
* commit '5bc69f38c1af71fbcbfb4b5efa77d0aeb5424c04':
error_resilience: do not re
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
18:58:59 2015 +0100| [44e4a86c8afca4ac1f7498ff4419364b839a15f9] | committer:
Michael Niedermayer
Merge commit 'c377e04d8aa74d030672e9a4788a700b0695fc14'
* commit 'c377e04d8aa74d030672e9a4788a700b0695fc14':
h264: move top_borders into
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
19:28:56 2015 +0100| [44309dd29466bf2d9d9fa26ab6e73e7e64989c75] | committer:
Michael Niedermayer
avcodec/mpegvideo: support mbskip_table==NULL in ff_print_debug_info2()
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/git
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
20:00:34 2015 +0100| [830e548b9ec32ad7ab02be056db15cbcf3c58346] | committer:
Michael Niedermayer
Merge commit '582683b6ac798ed2a004a4e2121b7bd47892bbfd'
* commit '582683b6ac798ed2a004a4e2121b7bd47892bbfd':
h264: move remaining ER stu
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17
22:28:46 2015 +0100| [582683b6ac798ed2a004a4e2121b7bd47892bbfd] | committer:
Anton Khirnov
h264: move remaining ER stuff into the per-slice context
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=582683b6ac798ed2a004a4e2121b7bd47
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
20:10:49 2015 +0100| [84ae7294cbaa413b80d632f79d539270dd4bd6b5] | committer:
Michael Niedermayer
Merge commit '3178f4d33ff62243f7cdddb081db516ea34396c9'
* commit '3178f4d33ff62243f7cdddb081db516ea34396c9':
h264: move rbsp_buffer into
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17
22:28:46 2015 +0100| [3178f4d33ff62243f7cdddb081db516ea34396c9] | committer:
Anton Khirnov
h264: move rbsp_buffer into the per-slice context
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3178f4d33ff62243f7cdddb081db516ea34396c9
ffmpeg | branch: master | Ronald S. Bultje | Sat Mar 21
17:12:48 2015 -0300| [1fd1f58bd6a58f2067a8d6b4919e1a0f34eb1f22] | committer:
James Almer
vp9: make above buffer pointer 32-byte aligned.
Fixes ticket #4383
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c
ffmpeg | branch: master | Anton Khirnov | Wed Jan 28
13:24:32 2015 +0100| [92e0b7342c0490894cbcea4461380321e0569de2] | committer:
Anton Khirnov
h264_slice: constify all the uses of H264Context during slice decoding
All the variables modified by this code are either per-MB arrays or have
been m
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
20:22:34 2015 +0100| [b1e6d8a226524a7477b626e51e4982fc72f295d9] | committer:
Michael Niedermayer
Merge commit '92e0b7342c0490894cbcea4461380321e0569de2'
* commit '92e0b7342c0490894cbcea4461380321e0569de2':
h264_slice: constify all th
ffmpeg | branch: master | Anton Khirnov | Wed Jan 28
13:26:24 2015 +0100| [51d8725a6e4c7f989d6f0f38b59cb54a2d72846c] | committer:
Anton Khirnov
h264: use the main H264Context as the parent for all slice contexts
There is now no need to have per-slice copies of the H264Context.
> http://git.vi
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
21:33:27 2015 +0100| [8bdcec31116594b07e83a8845b64a5e8172884f2] | committer:
Michael Niedermayer
Merge commit '51d8725a6e4c7f989d6f0f38b59cb54a2d72846c'
* commit '51d8725a6e4c7f989d6f0f38b59cb54a2d72846c':
h264: use the main H264Cont
ffmpeg | branch: master | Anton Khirnov | Wed Jan 28
19:28:18 2015 +0100| [5bf3c0fa49afd5bbf43aa841ff78007d72c80736] | committer:
Anton Khirnov
h264: drop the now unused per-slice H264Contexts
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5bf3c0fa49afd5bbf43aa841ff78007d72c80736
ffmpeg | branch: master | Anton Khirnov | Wed Jan 28
19:49:50 2015 +0100| [94295106d20b32666a8c4e0d028ef79b9d3f3b7a] | committer:
Anton Khirnov
h264_mb: remove an unused function parameter
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94295106d20b32666a8c4e0d028ef79b9d3f3b7a
---
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
21:41:17 2015 +0100| [0f8bb0efc3cf9e2b86c7e518f24133ea358566d5] | committer:
Michael Niedermayer
Merge commit '5bf3c0fa49afd5bbf43aa841ff78007d72c80736'
* commit '5bf3c0fa49afd5bbf43aa841ff78007d72c80736':
h264: drop the now unused p
ffmpeg | branch: master | Anton Khirnov | Wed Jan 28
19:36:21 2015 +0100| [2b4c38d3c647f409080606ef02b3363ada00be2c] | committer:
Anton Khirnov
h264: drop some mpegvideo remnants from draw_horiz_band()
This code makes no sense for h.264.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
21:43:03 2015 +0100| [e970b576d28dd515d4ccd665b53763e228816cac] | committer:
Michael Niedermayer
Merge commit '94295106d20b32666a8c4e0d028ef79b9d3f3b7a'
* commit '94295106d20b32666a8c4e0d028ef79b9d3f3b7a':
h264_mb: remove an unused f
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
21:42:10 2015 +0100| [8c6370afe3437e7f3e6398faa721f8f3e0a1e034] | committer:
Michael Niedermayer
Merge commit '2b4c38d3c647f409080606ef02b3363ada00be2c'
* commit '2b4c38d3c647f409080606ef02b3363ada00be2c':
h264: drop some mpegvideo r
ffmpeg | branch: release/2.4 | Ronald S. Bultje | Sat Mar
21 17:12:48 2015 -0300| [f3b8cd748168efc37ba44b292bcbfd9500bbd853] | committer:
James Almer
vp9: make above buffer pointer 32-byte aligned.
Fixes ticket #4383
Signed-off-by: James Almer
(cherry picked from commit 1fd1f58bd6a58f2067a8d
ffmpeg | branch: release/2.5 | Ronald S. Bultje | Sat Mar
21 17:12:48 2015 -0300| [1e86b7108ef67734badba484d2ed102d1e0518f1] | committer:
James Almer
vp9: make above buffer pointer 32-byte aligned.
Fixes ticket #4383
Signed-off-by: James Almer
(cherry picked from commit 1fd1f58bd6a58f2067a8d
ffmpeg | branch: release/2.6 | Ronald S. Bultje | Sat Mar
21 17:12:48 2015 -0300| [0edf9c69079a6c4554b15fe380232ad04ed85ada] | committer:
James Almer
vp9: make above buffer pointer 32-byte aligned.
Fixes ticket #4383
Signed-off-by: James Almer
(cherry picked from commit 1fd1f58bd6a58f2067a8d
ffmpeg | branch: release/2.5 | James Almer | Sat Mar 21
15:07:35 2015 -0300| [eb6f2a183acdc57b2f52e5b1d2c0772c5c883f46] | committer:
James Almer
Update Changelog
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb6f2a183acdc57b2f52e5b1d2c0772c5c883f46
---
Changelog |4
1
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
22:08:19 2015 +0100| [d8151a7e944aea52d167571badc247c8d9972847] | committer:
Michael Niedermayer
Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3'
* commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3':
h264: use a smaller struct
ffmpeg | branch: master | Anton Khirnov | Thu Jan 29
08:42:14 2015 +0100| [a12d3188cbec15e22070e139fa5cc541da07e2c3] | committer:
Anton Khirnov
h264: use a smaller struct for the ref lists
There is no need to store a whole H264Picture, with a full AVFrame
embedded in it. This should allow gett
ffmpeg | branch: master | Anton Khirnov | Thu Jan 29
11:28:54 2015 +0100| [b53569e0681ff7bc99103ab4c961dbac3cc0fce6] | committer:
Anton Khirnov
h264_cabac: remove now unnecessary H264Context function parameters
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b53569e0681ff7bc99103ab
ffmpeg | branch: master | Anton Khirnov | Thu Jan 29
13:06:25 2015 +0100| [c28ed1d743443e783537d279ae721be3bbdf7646] | committer:
Anton Khirnov
h264: move [uv]linesize to the per-slice context
While it is a per-frame variable, it is only really used in the
low-level decoding code, so it is mor
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
23:45:46 2015 +0100| [141b9d5c3b4d3dd4e9034ea73ed73f25cc0340e7] | committer:
Michael Niedermayer
avcodec/h264_slice: update slice context linesizes when a new picture is
allocated
previously they where only updated when decoding start
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
23:13:25 2015 +0100| [a6cb0534e2b5e91c119c77165bc65a6ff14e649b] | committer:
Michael Niedermayer
Merge commit 'b53569e0681ff7bc99103ab4c961dbac3cc0fce6'
* commit 'b53569e0681ff7bc99103ab4c961dbac3cc0fce6':
h264_cabac: remove now unne
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21
23:16:36 2015 +0100| [fa7c08d5e192aea77fdfb7f52c44c196a3ba4452] | committer:
Michael Niedermayer
Merge commit 'c28ed1d743443e783537d279ae721be3bbdf7646'
* commit 'c28ed1d743443e783537d279ae721be3bbdf7646':
h264: move [uv]linesize to
ffmpeg | branch: release/2.5 | Anton Khirnov | Fri Mar 20
21:28:34 2015 +0100| [742d7e9a6e4e7dce6c2559b5a8f5cab4c111e430] | committer:
Michael Niedermayer
hevc: make the crop sizes unsigned
(cherry picked from commit c929659bdd7d2d5848ea52e685a3164c7b901bb0)
Signed-off-by: Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sat Mar
21 12:54:16 2015 +0100| [d0599a3516c5da31c7009af7574abbff360b9ce6] | committer:
Michael Niedermayer
avcodec/hevc_ps: Check cropping parameters more correctly
Signed-off-by: Michael Niedermayer
(cherry picked from commit 06c70d45373d
ffmpeg | branch: master | Michael Niedermayer | Sun Mar 22
00:27:32 2015 +0100| [0346783c9886f7d86a12ad9ed20d768a308f5da2] | committer:
Michael Niedermayer
avcodec/h264.h: Drop unused macro
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0346783
[ffmpeg] [branch: refs/tags/n2.5.5]
Tag:4c199649a400f99226cb9b46b34420c064d4824d
> http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=4c199649a400f99226cb9b46b34420c064d4824d
Tagger: Michael Niedermayer
Date: Sun Mar 22 02:58:14 2015 +0100
FFmpeg 2.5.5 release
__
The branch, master has been updated
via 6d56786ec0ee1f895552656c658e2974ae8534df (commit)
from c991fdabc60a3f4b07e6a1bf49979531757c8d72 (commit)
- Log -
commit 6d56786ec0ee1f895552656c658e2974ae8534df
Author: Micha
ffmpeg | branch: master | Michael Niedermayer | Sun Mar 22
03:40:17 2015 +0100| [324067d18bf23993855c4fc59f947488e9854ed7] | committer:
Michael Niedermayer
Merge commit '7ebb3022297aa00afda6800105684b8303f2608e'
* commit '7ebb3022297aa00afda6800105684b8303f2608e':
swscale: Check memory alloc
ffmpeg | branch: master | Federico Tomassetti | Sat
Mar 21 10:45:01 2015 +| [7ebb3022297aa00afda6800105684b8303f2608e] |
committer: Luca Barbato
swscale: Check memory allocation
Bug-Id: CID 1267890
CC: libav-sta...@libav.org
Signed-off-by: Luca Barbato
> http://git.videolan.org/gitweb.c
ffmpeg | branch: master | Federico Tomassetti | Sat
Mar 21 10:44:58 2015 +| [93c1b04abfc0dd31211a18bf2c0041d69cd16919] |
committer: Luca Barbato
mms: Check memory allocation
Bug-Id: CID 1258462
Signed-off-by: Luca Barbato
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=93c1b
ffmpeg | branch: master | Federico Tomassetti | Sat
Mar 21 10:45:00 2015 +| [d3aa307da076e8820298b2c59ec5d6ff01a5e374] |
committer: Luca Barbato
rmenc: Check memory allocation
Bug-Id: CID 1257832
Signed-off-by: Luca Barbato
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d3a
ffmpeg | branch: master | Michael Niedermayer | Sun Mar 22
03:52:17 2015 +0100| [c75681aba343912c8878705448ad470a1bba2191] | committer:
Michael Niedermayer
Merge commit '93c1b04abfc0dd31211a18bf2c0041d69cd16919'
* commit '93c1b04abfc0dd31211a18bf2c0041d69cd16919':
mms: Check memory allocatio
ffmpeg | branch: master | Michael Niedermayer | Sun Mar 22
03:51:49 2015 +0100| [a821617b5a09321a4ff875f77ad95daf6942c0d1] | committer:
Michael Niedermayer
Merge commit 'd450cb07d91ef39ad1d39bd7ca0cfce4bd7b13e7'
* commit 'd450cb07d91ef39ad1d39bd7ca0cfce4bd7b13e7':
avplay: Check memory alloca
ffmpeg | branch: master | Federico Tomassetti | Sat
Mar 21 10:44:56 2015 +| [d450cb07d91ef39ad1d39bd7ca0cfce4bd7b13e7] |
committer: Luca Barbato
avplay: Check memory allocation
Bug-Id: CID 1288294
Signed-off-by: Luca Barbato
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d4
ffmpeg | branch: master | Michael Niedermayer | Sun Mar 22
03:48:25 2015 +0100| [a3f5a8c3e06f330f7c572e454dad5dae85515ac7] | committer:
Michael Niedermayer
Merge commit 'd3aa307da076e8820298b2c59ec5d6ff01a5e374'
* commit 'd3aa307da076e8820298b2c59ec5d6ff01a5e374':
rmenc: Check memory allocat
ffmpeg | branch: master | Federico Tomassetti | Sat
Mar 21 10:44:59 2015 +| [27aa1ff35a13bc471c6e0a9cc496ec3f62f1574f] |
committer: Luca Barbato
oggdec: Check memory allocation
Bug-Id: CID 1257798 / CID 1257805
Signed-off-by: Luca Barbato
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/
ffmpeg | branch: master | Michael Niedermayer | Sun Mar 22
04:00:56 2015 +0100| [cff55cfe17ec396dd88aea20566ec0b8f27f222c] | committer:
Michael Niedermayer
Merge commit '27aa1ff35a13bc471c6e0a9cc496ec3f62f1574f'
* commit '27aa1ff35a13bc471c6e0a9cc496ec3f62f1574f':
oggdec: Check memory alloca
ffmpeg | branch: master | Federico Tomassetti | Sat
Mar 21 10:44:57 2015 +| [cfe64613923a2d47644a87386146ada1f9f6b659] |
committer: Luca Barbato
avfilter: Document avfilter_graph_alloc return value
Signed-off-by: Luca Barbato
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cf
ffmpeg | branch: master | Michael Niedermayer | Sun Mar 22
04:03:06 2015 +0100| [aa65ff2adffa550fecf010a839ad2318e32e1875] | committer:
Michael Niedermayer
Merge commit 'cfe64613923a2d47644a87386146ada1f9f6b659'
* commit 'cfe64613923a2d47644a87386146ada1f9f6b659':
avfilter: Document avfilter
101 - 160 of 160 matches
Mail list logo