ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29
05:46:20 2015 +0200| [215430e049b78fc4c3d1cb8f6086bcd4bae0375e] | committer:
Michael Niedermayer
Merge commit '0ac8ff618c5e6d878c547a8877e714ed728950ce'
* commit '0ac8ff618c5e6d878c547a8877e714ed728950ce':
avresample: Reallocate the
ffmpeg | branch: master | Luca Barbato | Tue Apr 28
01:55:10 2015 +0200| [0ac8ff618c5e6d878c547a8877e714ed728950ce] | committer:
Luca Barbato
avresample: Reallocate the internal buffer to the correct size
Fixes the corner case in which the internal buffer size
is larger than input buffer provi
ffmpeg | branch: master | John Högberg | Tue Apr 28
10:20:33 2015 +0200| [82de8d71118f4eafd6a43e9ea9169bd411793798] | committer:
Luca Barbato
mpegts: Update the PSI/SI table only if the version change
If a PAT is finished while a PMT section filter is opened but
not yet finished, the PMT secti
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29
04:24:06 2015 +0200| [12f7253d0ea11c44ac01e1727a2724df060530a8] | committer:
Michael Niedermayer
Merge commit '82de8d71118f4eafd6a43e9ea9169bd411793798'
* commit '82de8d71118f4eafd6a43e9ea9169bd411793798':
mpegts: Update the PSI/SI t
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29
05:00:51 2015 +0200| [639781492684fcad05da52e7700bcbf6086599ea] | committer:
Michael Niedermayer
avformat/mpegts: reset last_version on seeking
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29
04:11:21 2015 +0200| [f6c524a9399f854602975c7c83c377fc7a4c0d5e] | committer:
Michael Niedermayer
Merge commit '0c69164f451cc9ca6ce9d6e7568083e2776bc845'
* commit '0c69164f451cc9ca6ce9d6e7568083e2776bc845':
h263: Convert function to m
ffmpeg | branch: master | Vittorio Giovara | Tue
Apr 28 10:38:29 2015 +0100| [0c69164f451cc9ca6ce9d6e7568083e2776bc845] |
committer: Vittorio Giovara
h263: Convert function to macro
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c69164f451cc9ca6ce9d6e7568083e2776bc845
---
libav
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29
04:03:54 2015 +0200| [78f50e7eb69437fd108c82f963e7add5e9faa36e] | committer:
Michael Niedermayer
Merge commit '59dfc2b0c89f35c5805abee72c2ae4ee7af8e98d'
* commit '59dfc2b0c89f35c5805abee72c2ae4ee7af8e98d':
h263: Drop commented-out co
ffmpeg | branch: master | Vittorio Giovara | Tue
Apr 28 10:38:28 2015 +0100| [59dfc2b0c89f35c5805abee72c2ae4ee7af8e98d] |
committer: Vittorio Giovara
h263: Drop commented-out code and a related otherwise unused function
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=59dfc2b0c89f35
ffmpeg | branch: master | Vittorio Giovara | Fri
Apr 24 16:59:33 2015 +0100| [c3418201307c6b7a2b3e3be10f33ab4a20a32c3b] |
committer: Vittorio Giovara
jpeglsenc: Mark codec as init-thread-safe and init-cleanup
Fixes a memory leak on init failure.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29
03:55:59 2015 +0200| [966a57b6e918d87e94d8457dfed457e087ceddf4] | committer:
Michael Niedermayer
Merge commit 'c3418201307c6b7a2b3e3be10f33ab4a20a32c3b'
* commit 'c3418201307c6b7a2b3e3be10f33ab4a20a32c3b':
jpeglsenc: Mark codec as in
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29
03:45:27 2015 +0200| [27801500eed36a19adc89a395e45085ddb9d8969] | committer:
Michael Niedermayer
Merge commit '3919a4572690894d0a7ad4170d699c52b4748194'
* commit '3919a4572690894d0a7ad4170d699c52b4748194':
jpeglsenc: Check memory all
ffmpeg | branch: master | Vittorio Giovara | Fri
Apr 24 16:59:32 2015 +0100| [3919a4572690894d0a7ad4170d699c52b4748194] |
committer: Vittorio Giovara
jpeglsenc: Check memory allocations
Convert exisiting free functions to av_freep() to avoid accidental
double frees, and always intialize all bu
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29
03:32:47 2015 +0200| [77010a41fef047bff53536387db7fa043495bb6c] | committer:
Michael Niedermayer
Merge commit 'f5ba67ee1342b7741200ff637fc3ea3387b68a1b'
* commit 'f5ba67ee1342b7741200ff637fc3ea3387b68a1b':
flacenc: Move a scratch buf
ffmpeg | branch: master | Vittorio Giovara | Tue
Apr 28 15:50:39 2015 +0100| [f5ba67ee1342b7741200ff637fc3ea3387b68a1b] |
committer: Vittorio Giovara
flacenc: Move a scratch buffer to struct used by the function
This avoids allocating/freeing memory at every function call,
checking its return
ffmpeg | branch: master | Andreas Cadhalpun
| Tue Apr 28 22:37:19 2015 +0200| [7c24ca1bda2d4df1dc9b2b982941be532d60da21] |
committer: Michael Niedermayer
nutdec: fix illegal count check in decode_main_header
The existing check has two problems:
1) i + count can overflow, so that the check '<
ffmpeg | branch: master | Andreas Cadhalpun
| Tue Apr 28 20:58:21 2015 +0200| [361702660d2c37a63b7d6381d39e1e1de8405260] |
committer: Michael Niedermayer
nutdec: fix memleaks on error in nut_read_header
Signed-off-by: Andreas Cadhalpun
Signed-off-by: Michael Niedermayer
> http://git.videola
ffmpeg | branch: master | Andreas Cadhalpun
| Tue Apr 28 20:57:59 2015 +0200| [3ff1af2b0db7132d5717be6395227a94c8abab07] |
committer: Michael Niedermayer
nutdec: check chapter creation in decode_info_header
This fixes a segmentation fault when accessing the metadata.
Signed-off-by: Michael Ni
ffmpeg | branch: master | Andreas Cadhalpun
| Tue Apr 28 20:31:56 2015 +0200| [6621105877ce0d65724a8ab60b3a50160adbe65d] |
committer: Michael Niedermayer
nutdec: check for negative frame rate in decode_info_header
A negative frame rate triggers an av_assert2 in av_rescale_rnd.
Signed-off-by:
ffmpeg | branch: master | Michael Niedermayer | Tue Apr 28
19:55:39 2015 +0200| [5bebd13d2d86b683717ef823677545f52ea2a12f] | committer:
Michael Niedermayer
avcodec/vqavideo: Use ff_tlog() for byte and opcode tracing
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmp
ffmpeg | branch: master | foo86 | Tue Apr 28 17:47:53 2015
+0300| [191dd219d9c955a379cf52b18731c334ae70e475] | committer: Michael
Niedermayer
avformat/dtsdec: Extend DTS core sync word
Check extended sync word for 16-bit LE and BE core streams to reduce
probability of alias sync detection. Pre
ffmpeg | branch: master | Michael Niedermayer | Thu Apr 23
14:29:47 2015 +0200| [e2877bdf3862325c2982c3237d9bf28f1bbf793f] | committer:
Michael Niedermayer
ffmpeg: remove incorrect network deinit
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e
ffmpeg | branch: master | Andreas Cadhalpun
| Tue Apr 28 11:13:43 2015 +0200| [699341d647f7af785fb8ceed67604467b0b9ab12] |
committer: Michael Niedermayer
apedec: prevent out of array writes in decode_array_
s->decoded_buffer is allocated with a min_size of:
2 * FFALIGN(blockstodecode,
ffmpeg | branch: master | Maneesh Gupta | Tue Apr 28
13:20:38 2015 +0530| [91305c60261c77ad4a071062a21136fc0b6c5ab2] | committer:
Michael Niedermayer
OpenCL: Fix ABI incompatibility issues
AVOpenCLDeviceNode and AVOpenCLPlatformNode used fixed static buffer for
holding the device and platform
ffmpeg | branch: master | Maneesh Gupta | Tue Apr 28
13:26:31 2015 +0530| [cf234552b83a9503ff96572de2658b921b8842eb] | committer:
Michael Niedermayer
OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c
The opt_opencl_bench function copied the device name using strcpy without
checking
25 matches
Mail list logo