[FFmpeg-cvslog] rtsp: Use AVERROR() with errno.h error codes for error returns

2019-12-12 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Dec 11 14:13:21 2019 +0200| [29f8d4e9477ccab7d52eef4f15c00b56286d7551] | committer: Martin Storsjö rtsp: Use AVERROR() with errno.h error codes for error returns This particular function is only required to return nonzero on errors, but use the

[FFmpeg-cvslog] fate: Fix dependencies to sample files to use local paths

2019-12-12 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Dec 11 22:52:50 2019 +0200| [b85dcd8586e2a64356f1d9aac035aa3f63b72501] | committer: Martin Storsjö fate: Fix dependencies to sample files to use local paths These dependencies are evaluted by make and must be expressed with the paths as in the

[FFmpeg-cvslog] checkasm: af_afir: Use a dynamic tolerance depending on values

2019-12-12 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Dec 11 11:15:11 2019 +0200| [f58bda642d6d95ffafd6297ca909c7dcc4e0b0e5] | committer: Martin Storsjö checkasm: af_afir: Use a dynamic tolerance depending on values As the values generated by av_bmg_get can be arbitrarily large (only the stddev is

[FFmpeg-cvslog] configure: Check for the SetDllDirectory and GetModuleHandle functions

2019-12-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Dec 11 22:53:28 2019 +0200| [06ec9c4746ebc1d3b613c1847e434bbd0b4407b4] | committer: Martin Storsjö configure: Check for the SetDllDirectory and GetModuleHandle functions These functions aren't available when building for the restricted UWP/

[FFmpeg-cvslog] fate: Add an option for disabling the 2k/4k tests

2019-12-17 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Dec 2 23:57:11 2019 +0200| [0f50be625f156e49ce3a2eac9b794a29fdcad4ab] | committer: Martin Storsjö fate: Add an option for disabling the 2k/4k tests When testing on a memory limited system, these tests consume a significant amount of memory and

[FFmpeg-cvslog] checkasm: aacpsdsp: Tolerate extra intermediate precision in stereo_interpolate

2019-12-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Dec 4 13:04:41 2019 +0200| [aad0e26f9312d380e613e312a3b307609296fe58] | committer: Martin Storsjö checkasm: aacpsdsp: Tolerate extra intermediate precision in stereo_interpolate The stereo_interpolate functions add h_step to the values h

[FFmpeg-cvslog] ffprobe: Fix fate tests for ffprobe in cases where TARGET_PATH differs from the current path

2019-12-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Dec 2 11:16:25 2019 +0200| [e10654de2b0db0f3b4828a3cc066d6fa21d02516] | committer: Martin Storsjö ffprobe: Fix fate tests for ffprobe in cases where TARGET_PATH differs from the current path In these cases, we must pass the full path of the

[FFmpeg-cvslog] cmdutils: Fix compilation on cygwin wrt SetDllDirectory and GetModuleHandle

2020-01-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Jan 8 13:29:07 2020 +0200| [2dc2b11fba675015a997be1e5ec1df897a0fff26] | committer: Martin Storsjö cmdutils: Fix compilation on cygwin wrt SetDllDirectory and GetModuleHandle After 06ec9c4746ebc1d3b613c1847e434bbd0b4407b4 we check for these

[FFmpeg-cvslog] movenc: Write durations based on pts into mvhd/mdhd/tkhd/elst

2020-01-09 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Dec 14 01:00:20 2019 +0200| [3d894db700cc1e360a7a75ab9ac8bf67ac6670a3] | committer: Martin Storsjö movenc: Write durations based on pts into mvhd/mdhd/tkhd/elst Keep all the existing data fields as they are (there's lots and lots of nontr

[FFmpeg-cvslog] libavutil: x86: Include stdlib.h before using _byteswap_ulong

2020-01-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Jan 21 21:54:22 2020 +0200| [1001b6a750fd6844a79c0f6551007a75ab7848b2] | committer: Martin Storsjö libavutil: x86: Include stdlib.h before using _byteswap_ulong When clang works in MSVC mode, it does have the _byteswap_ulong builtin, but one has

[FFmpeg-cvslog] configure: Check for GetStdHandle in addition to SetConsoleTextAttribute

2020-01-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Jan 21 14:47:57 2020 +0200| [63418e374fcf265bd4a8e79a655bacc96671a726] | committer: Martin Storsjö configure: Check for GetStdHandle in addition to SetConsoleTextAttribute SetConsoleTextAttribute used to be unavailable for Windows Store apps, but

[FFmpeg-cvslog] checkasm: Check HAVE_GETSTDHANDLE here as well

2020-01-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Jan 24 00:02:35 2020 +0200| [cbb254cb4cfdc64e50b24c559bf1a52480196e47] | committer: Martin Storsjö checkasm: Check HAVE_GETSTDHANDLE here as well This was missed in 63418e374fcf26. Signed-off-by: Martin Storsjö > http://git.videolan.

[FFmpeg-cvslog] vf_ssim: Fix loading doubles to float registers on i386

2020-02-05 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Feb 5 13:29:32 2020 +0200| [0815a22dccbb67970ea84559f22afacee4219192] | committer: Martin Storsjö vf_ssim: Fix loading doubles to float registers on i386 This fixes the tests filter-refcmp-ssim-yuv and filter-refcmp-ssim-rgb on i386 after

[FFmpeg-cvslog] checkasm: sbrdsp: Fix a spurious test failure by calculating a better epsilon for sum_square

2020-02-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Feb 5 22:18:19 2020 +0200| [5181f491ee3688317e236130d79d91c940526aa9] | committer: Martin Storsjö checkasm: sbrdsp: Fix a spurious test failure by calculating a better epsilon for sum_square Signed-off-by: Martin Storsjö > h

[FFmpeg-cvslog] libfdk-aacdec: Apply the decoder's output delay on timestamps

2020-02-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Feb 4 16:03:57 2020 +0200| [0f2b6594fc893c84e383e28136af5c9a3631e311] | committer: Martin Storsjö libfdk-aacdec: Apply the decoder's output delay on timestamps The delay is normally zero when the level limiter is disabled, but if en

[FFmpeg-cvslog] libfdk-aacdec: Allow explicitly disabling the DRC reference level option

2020-02-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Feb 4 16:23:27 2020 +0200| [e8cbdb9adbe5fff49f9fca8879ad8660801c007e] | committer: Martin Storsjö libfdk-aacdec: Allow explicitly disabling the DRC reference level option Previously, it was always left in the automatic mode, if the option was

[FFmpeg-cvslog] libfdk-aacdec: Use the decoder's default level limiter settings

2020-02-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Feb 4 16:07:06 2020 +0200| [5835adee248ff80e0c743fe454261ffa85f459a6] | committer: Martin Storsjö libfdk-aacdec: Use the decoder's default level limiter settings It was disabled by default in 2dbd35b00c6433e587d5f44d5dbc8972ebbaa88e as it

[FFmpeg-cvslog] swscale: aarch64: Avoid using the x18 register

2020-04-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sun Apr 19 00:24:06 2020 +0300| [872790b1f9be65d5fba2ddc0357f989001ecbd33] | committer: Martin Storsjö swscale: aarch64: Avoid using the x18 register The x18 is a reserved platform register on Darwin and Windows. x8/w8 seems to be unused in this

[FFmpeg-cvslog] swscale: aarch64: Don't clobber callee-saved registers v8-v15

2020-04-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sun Apr 19 20:46:15 2020 +0300| [9025d5c5ce3d4bbeb793500951ea7773ed293e61] | committer: Martin Storsjö swscale: aarch64: Don't clobber callee-saved registers v8-v15 Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] dnn-layer-mathbinary-test: Fix tests for cases with extra intermediate precision

2020-04-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Apr 23 09:19:25 2020 +0300| [f4d8fad802b59d3099eb453dcafb08219ecfa22c] | committer: Martin Storsjö dnn-layer-mathbinary-test: Fix tests for cases with extra intermediate precision This fixes tests on 32 bit x86 mingw with clang, which uses x87

[FFmpeg-cvslog] fate: hevc: Skip a few large testcases if large tests are disabled

2020-04-26 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Apr 23 10:15:03 2020 +0300| [499f43ae90c0b03264e874c199a5904280766782] | committer: Martin Storsjö fate: hevc: Skip a few large testcases if large tests are disabled Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] fate: Skip the dnxhd-uhd-hr-sq tests of large tests are disabled

2020-04-26 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Apr 23 10:13:06 2020 +0300| [02b74bd76a967741b0f4adf799d535350e13ce8b] | committer: Martin Storsjö fate: Skip the dnxhd-uhd-hr-sq tests of large tests are disabled These tests are also in the same size range as the previously skipped 2k and 4k

[FFmpeg-cvslog] avfoundation: Fix building on iOS

2020-04-30 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Apr 30 13:34:13 2020 +0300| [c810a9502cebe32e1dd08ee3d0d17053dde44aa9] | committer: Thilo Borgmann avfoundation: Fix building on iOS Apparently the changes from 3c9185bf3a83395d12a987f626dbdb985eac4320 aren't enough; even with that in pla

[FFmpeg-cvslog] rtpdec: Increase the max size of the jitter buffer to 500 packets

2015-09-16 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Sep 12 16:37:09 2015 +0200| [3c525b8b4770c1ac5f466a12c5523802bd5d40eb] | committer: Martin Storsjö rtpdec: Increase the max size of the jitter buffer to 500 packets Since the actual max length of the jitter buffer is restricted by max_delay, this

[FFmpeg-cvslog] movenc: Honor flush requests with delay_moov, when some tracks lack samples

2015-10-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Oct 20 22:30:03 2015 +0300| [5ea5a24eb70646a9061b85af407fcbb5dd4f89fd] | committer: Martin Storsjö movenc: Honor flush requests with delay_moov, when some tracks lack samples This also makes sure that a fragmented file without the empty_moov flag

[FFmpeg-cvslog] rtsp: Allow $ as interleaved packet indicator before a complete response header

2015-10-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Oct 21 11:56:36 2015 +0300| [e02dcdf6bb6835ef4b49986b85a67efcb3495a7f] | committer: Martin Storsjö rtsp: Allow $ as interleaved packet indicator before a complete response header Some RTSP servers ("HiIpcam/V100R003 VodServer/1.0.0")

[FFmpeg-cvslog] rtsp: Allow $ as interleaved packet indicator before a complete response header

2015-10-27 Thread Martin Storsjö
ffmpeg | branch: release/2.8 | Martin Storsjö | Wed Oct 21 11:56:36 2015 +0300| [3f3e12c768124762afa52c9de51c1a9c2fd98720] | committer: Carl Eugen Hoyos rtsp: Allow $ as interleaved packet indicator before a complete response header Some RTSP servers ("HiIpcam/V100R003 VodServer/

[FFmpeg-cvslog] libopenh264enc: Add an option for controlling the frame skipping

2015-10-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Oct 28 11:06:36 2015 +0200| [9e14a992409348630ea96521411127418a92e8a3] | committer: Martin Storsjö libopenh264enc: Add an option for controlling the frame skipping This allows enabling the frame skipping, which is required for the encoder to

[FFmpeg-cvslog] libopenh264enc: Count and warn about the number of skipped frames

2015-10-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Oct 28 11:12:42 2015 +0200| [8edaf625f3c38c695c33745822182e94e17d6e1b] | committer: Martin Storsjö libopenh264enc: Count and warn about the number of skipped frames Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] configure: Add -D_CRT_NONSTDC_NO_WARNINGS when building with msvc

2015-11-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Oct 28 21:41:46 2015 +0200| [567ca142952c5be57e52c149c815dfe5d6ac6d41] | committer: Martin Storsjö configure: Add -D_CRT_NONSTDC_NO_WARNINGS when building with msvc This silences warnings like this one: libavformat/file.c(62) : warning C4996

[FFmpeg-cvslog] os_support: Don' t try to return the service name as a string in getnameinfo

2015-11-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Oct 28 22:19:12 2015 +0200| [00b62968d079e63bf22028f253ac297292436ebe] | committer: Martin Storsjö os_support: Don't try to return the service name as a string in getnameinfo Some systems may be lacking getservbyport; the previous ifdef w

[FFmpeg-cvslog] w32pthreads: Map MemoryBarrier to __sync_synchronize on mingw

2015-11-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Oct 28 22:20:43 2015 +0200| [407ac22322e5ce67996ec54ef619cafa4c9ceb78] | committer: Martin Storsjö w32pthreads: Map MemoryBarrier to __sync_synchronize on mingw This fixes building on older mingw (both mingw.org and mingw64; mingw64 from before

[FFmpeg-cvslog] movenc: Automatically flush after writing the initial moov

2015-11-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Nov 7 01:18:05 2015 +0200| [8ad5124b7ecf7f727724e270a7b4bb8c7bcbf6a4] | committer: Martin Storsjö movenc: Automatically flush after writing the initial moov In most other cases when writing fragmented mp4 files, the output IO context is flushed

[FFmpeg-cvslog] movenc: Add an API unit test for fragmenting options/calls

2015-11-16 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Nov 6 00:12:11 2015 +0200| [59e8ec0aa8ab174701d01a3bfe96fedd0b7fcead] | committer: Martin Storsjö movenc: Add an API unit test for fragmenting options/calls Contrary to the normal fate tests that run via avconv, this tests nontrivial call

[FFmpeg-cvslog] movenc: Assume streams starting at pts= 0 for discontinuous fragments with editlists

2015-11-17 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Jan 5 15:13:04 2015 +0200| [09e431b9e3674804172e7b0a0f865b65ec09739a] | committer: Martin Storsjö movenc: Assume streams starting at pts=0 for discontinuous fragments with editlists This allows producing fragments discontinously where the video

[FFmpeg-cvslog] movenc: Add a unit test for frag_discont with edit lists

2015-11-17 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Nov 7 23:55:32 2015 +0200| [3eeb7edfc2a1157b7b0e0ce21ac2cd44d55d405b] | committer: Martin Storsjö movenc: Add a unit test for frag_discont with edit lists This tests the case where the muxer correctly guesses that a stream starts at pts=0

[FFmpeg-cvslog] movenc: Allow setting start_dts/start_cts before writing actual packets

2015-11-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Nov 3 22:16:21 2015 +0200| [bef3b1f59f036aba4a5fe599b2480f6bd9e6b280] | committer: Martin Storsjö movenc: Allow setting start_dts/start_cts before writing actual packets By writing a zero-sized packet, the caller can communicate the start_dts

[FFmpeg-cvslog] movenc: Add a unit test for signaling of the track start times

2015-11-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Nov 10 23:33:44 2015 +0200| [1d62ee38894afb696674db78cee8f8d89204a8fe] | committer: Martin Storsjö movenc: Add a unit test for signaling of the track start times Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] rtmpcrypt: Do the xtea decryption in little endian mode

2015-11-18 Thread Martin Storsjö
ffmpeg | branch: release/2.7 | Martin Storsjö | Wed Nov 11 21:42:02 2015 +0200| [cf115791daf4c0c9ed3d028ec0c7ed76c51ecd41] | committer: Michael Niedermayer rtmpcrypt: Do the xtea decryption in little endian mode The XTEA algorithm operates on 32 bit numbers, not on byte sequences. The XTEA

[FFmpeg-cvslog] rtmpcrypt: Do the xtea decryption in little endian mode

2015-11-19 Thread Martin Storsjö
ffmpeg | branch: release/2.6 | Martin Storsjö | Wed Nov 11 21:42:02 2015 +0200| [949f5dbcfbb8ce317b8104655dbc73efd383f6e0] | committer: Michael Niedermayer rtmpcrypt: Do the xtea decryption in little endian mode The XTEA algorithm operates on 32 bit numbers, not on byte sequences. The XTEA

[FFmpeg-cvslog] xtea: Clarify that the current API works in big endian mode

2015-11-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Nov 11 21:49:44 2015 +0200| [1fc94724f1fd52944bb5ae571475c621da4b77a0] | committer: Martin Storsjö xtea: Clarify that the current API works in big endian mode Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] rtmpcrypt: Do the xtea decryption in little endian mode

2015-11-22 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Nov 11 22:11:19 2015 +0200| [588b6215b4c74945994eb9636b0699028c069ed2] | committer: Martin Storsjö rtmpcrypt: Do the xtea decryption in little endian mode The XTEA algorithm operates on 32 bit numbers, not on byte sequences. The XTEA

[FFmpeg-cvslog] xtea: Add functions for little endian mode

2015-11-22 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Nov 11 22:09:41 2015 +0200| [92d107a17127c29036b71e53315a2c702960819a] | committer: Martin Storsjö xtea: Add functions for little endian mode Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] rtmpcrypt: Provide the xtea keys in little endian format for consistency

2015-11-22 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Nov 11 22:18:35 2015 +0200| [62b4a6f1b9aa83d56701af226adda98faa5ede09] | committer: Martin Storsjö rtmpcrypt: Provide the xtea keys in little endian format for consistency Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] rtmpcrypt: Do the xtea decryption in little endian mode

2015-11-26 Thread Martin Storsjö
ffmpeg | branch: release/2.8 | Martin Storsjö | Wed Nov 11 21:42:02 2015 +0200| [1290c85c9d451eaf45bf552fa313ea7f6cccb3f3] | committer: Michael Niedermayer rtmpcrypt: Do the xtea decryption in little endian mode The XTEA algorithm operates on 32 bit numbers, not on byte sequences. The XTEA

[FFmpeg-cvslog] rtmpcrypt: Do the xtea decryption in little endian mode

2015-11-26 Thread Martin Storsjö
ffmpeg | branch: release/2.5 | Martin Storsjö | Wed Nov 11 21:42:02 2015 +0200| [795908eff4a219c49d9e52be5ffb86765ab0a39e] | committer: Michael Niedermayer rtmpcrypt: Do the xtea decryption in little endian mode The XTEA algorithm operates on 32 bit numbers, not on byte sequences. The XTEA

[FFmpeg-cvslog] rtmpcrypt: Do the xtea decryption in little endian mode

2015-12-06 Thread Martin Storsjö
ffmpeg | branch: release/2.4 | Martin Storsjö | Wed Nov 11 21:42:02 2015 +0200| [65d6748d9e42a868825901473bd228e32faf32ae] | committer: Michael Niedermayer rtmpcrypt: Do the xtea decryption in little endian mode The XTEA algorithm operates on 32 bit numbers, not on byte sequences. The XTEA

[FFmpeg-cvslog] configure: Add -framework CoreVideo when building the avfoundation indev

2015-12-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Dec 1 10:14:00 2015 +0200| [1077d8c8455b27688de37cd04f8cc253fb37944d] | committer: Martin Storsjö configure: Add -framework CoreVideo when building the avfoundation indev This fixes builds with --disable-vda, which previously failed with

[FFmpeg-cvslog] rtmpproto: Include the full path as app when "slist=" is found

2016-01-01 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Nov 11 22:38:39 2015 +0200| [64f8c439fd663fec4d57ac21af572d498fe21f7a] | committer: Martin Storsjö rtmpproto: Include the full path as app when "slist=" is found This matches what librtmp does. This fixes automatic url parsing of crunch

[FFmpeg-cvslog] testprogs: Add missing libm.h includes

2016-05-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Apr 11 10:04:23 2016 +0300| [798845ce7e5b7fdd17c7269c5d267fb487d9c46f] | committer: Martin Storsjö testprogs: Add missing libm.h includes This fixes building on MSVC 2010 and 2012 after d12b5b2f135. Signed-off-by: Martin Storsjö > h

[FFmpeg-cvslog] mmaldec: Use imgutils.h for copying frames

2016-05-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Apr 12 10:48:10 2016 +0300| [b8e899f4bf5f09900aa71552112d32a5566b6baf] | committer: Martin Storsjö mmaldec: Use imgutils.h for copying frames Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] libavcodec: Add H264/MPEG4 encoders based on OpenMAX IL

2016-05-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sun Apr 8 01:18:07 2012 +0300| [e8919ec486a5559fdcf366e347be0656d904a87f] | committer: Martin Storsjö libavcodec: Add H264/MPEG4 encoders based on OpenMAX IL Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] omx: Add support for zerocopy input of frames

2016-05-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Mar 17 11:44:27 2015 +0200| [1bb56abb9b37bd208a66164339c92cad59b1087b] | committer: Martin Storsjö omx: Add support for zerocopy input of frames This can only be used if the input data happens to be laid out exactly correctly. This might not be

[FFmpeg-cvslog] libavcodec: Document that encoders may use the framerate field in AVCodecContext

2016-05-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Apr 6 21:59:59 2016 +0300| [9d4d9be538faa537440fff37d3b7ecf322911a55] | committer: Martin Storsjö libavcodec: Document that encoders may use the framerate field in AVCodecContext Signed-off-by: Martin Storsjö > http://git.videolan.

[FFmpeg-cvslog] omx: Add support for broadcom OMX on raspberry pi

2016-05-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Jul 24 21:33:42 2012 +| [f1cd9b03f3fa875eb5e394281b4b688cec611658] | committer: Martin Storsjö omx: Add support for broadcom OMX on raspberry pi The raspberry pi uses the alternative API/ABI for OMX; this makes such builds incompatible with

[FFmpeg-cvslog] libavformat: Update the comment about AVOutputFormat flags

2016-05-12 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Apr 20 13:38:35 2016 +0300| [75b90ef722b7cdfc70118ab987e298d087aae693] | committer: Martin Storsjö libavformat: Update the comment about AVOutputFormat flags Add a flag which applies here, which had been missed. Signed-off-by: Martin Storsjö

[FFmpeg-cvslog] movenc: Handle pts == NOPTS when autoflushing

2016-05-12 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Apr 20 13:22:41 2016 +0300| [74383def8f46805faf3391c98516b248108a9a6b] | committer: Martin Storsjö movenc: Handle pts == NOPTS when autoflushing This muxer generally handles pts == NOPTS by using dts instead; do this for consistency here as well

[FFmpeg-cvslog] movenc: Update a comment to reflect how the code actually behaves

2016-05-12 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Apr 19 14:07:25 2016 +0300| [0abb07bad7026a945a31ba4047e6583c8b3fa3da] | committer: Martin Storsjö movenc: Update a comment to reflect how the code actually behaves This codepath isn't quite as bad as it used to sound, if fragments ar

[FFmpeg-cvslog] rtpdec_vp9: Make sure to free the temp buffer on close

2016-06-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Apr 27 14:03:18 2016 +0300| [03aa4cd22b4b1522260355c499729c08ce640732] | committer: Thomas Volkert rtpdec_vp9: Make sure to free the temp buffer on close Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] rtpdec_vp9: Update header parsing to spec draft 02

2016-06-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Apr 27 14:36:24 2016 +0300| [43880f971662c6f79f58ffb373200306e155e0f5] | committer: Thomas Volkert rtpdec_vp9: Update header parsing to spec draft 02 Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for

2016-06-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Apr 29 20:37:24 2016 +0300| [94dee9067acd6439550ccc4bdfef1694814ea0bc] | committer: Thomas Volkert rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for unimplemented features Signed-off-by: Martin Storsjö > http://git.videolan.

[FFmpeg-cvslog] rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_log

2016-06-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Apr 29 22:19:33 2016 +0300| [d50b3fe463138a8378d0d0884750bd71db825c82] | committer: Thomas Volkert rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_log Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] rtpdec_vp9: Support parsing the scalability structure

2016-06-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Apr 27 14:36:57 2016 +0300| [cab237953ea60963c627df53833513a0764ff8fe] | committer: Thomas Volkert rtpdec_vp9: Support parsing the scalability structure We still only support one single layer though, but this allows receiving streams that have

[FFmpeg-cvslog] dxva2_h264: Unbreak compilation after 3176217c6

2016-06-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Apr 25 10:12:24 2016 +0300| [39cdbb12aa2140520246bc4c3e22436b9f8a121a] | committer: Martin Storsjö dxva2_h264: Unbreak compilation after 3176217c6 Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] rtpdec_vp9: Make sure to free the temp buffer on close

2016-06-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Apr 27 14:03:18 2016 +0300| [33b83d89e3720aecc60b4df3d8021cbc5780dd91] | committer: Martin Storsjö rtpdec_vp9: Make sure to free the temp buffer on close Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] rtpdec_vp9: Update header parsing to spec draft 02

2016-06-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Apr 27 14:36:24 2016 +0300| [70c77fdfc1076fd7f6cd20079237ddc97e1a10bc] | committer: Martin Storsjö rtpdec_vp9: Update header parsing to spec draft 02 Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for unimplemented features

2016-06-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Apr 29 20:37:24 2016 +0300| [b55e3633d3f60cf0f51269f25936409b79d2729e] | committer: Martin Storsjö rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for unimplemented features Signed-off-by: Martin Storsjö > http://git.videolan.

[FFmpeg-cvslog] rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_log

2016-06-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Apr 29 22:19:33 2016 +0300| [943f4bea37dc8d510d2f43c0bbe0df59c9b34768] | committer: Martin Storsjö rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_log Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] rtpdec_vp9: Support parsing the scalability structure

2016-06-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Apr 27 14:36:57 2016 +0300| [375cad096565b0796df2a307faae7619766f7c49] | committer: Martin Storsjö rtpdec_vp9: Support parsing the scalability structure We still only support one single layer though, but this allows receiving streams that have

[FFmpeg-cvslog] avio: Remove a leftover comment

2016-06-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed May 4 17:00:52 2016 +0300| [e9443105ea4e8bc1d826ddceeba2816488c6ce92] | committer: Martin Storsjö avio: Remove a leftover comment The declarations that this comment referred to were removed in 2439f2ca8 - there is no unbuffered IO in this header

[FFmpeg-cvslog] rtpdec: Always check if we have the next packet queued

2016-06-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Jan 14 17:48:26 2013 +0200| [9ea78fd00a49f0691c1a5134eb59d4e5bb380a2a] | committer: Martin Storsjö rtpdec: Always check if we have the next packet queued It doesn't matter what the actual reason for not returning an AVPacket was - if we d

[FFmpeg-cvslog] rtsp: Parse SSRC attributes in the SDP

2016-06-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Dec 4 15:28:29 2012 +0200| [bc2a32969eb4db17677971def5ad5b936d9d1648] | committer: Martin Storsjö rtsp: Parse SSRC attributes in the SDP When feeding input RTP packets to the depacketizer via custom IO, it needs to pick the right stream using

[FFmpeg-cvslog] fate: Update fate-lavf-ts after commit 393596f9d5

2016-06-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue May 17 12:15:46 2016 +0300| [34effe816f9f3df2e6b8bc738e2b5a86a24fd0d7] | committer: Martin Storsjö fate: Update fate-lavf-ts after commit 393596f9d5 Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avio: Allow custom IO users to get labels for the output bytestream

2016-06-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed May 4 17:18:35 2016 +0300| [db7968bff4851c2be79b15b2cb2ae747424d2fca] | committer: Martin Storsjö avio: Allow custom IO users to get labels for the output bytestream This allows callers with avio write callbacks to get the bytestream positions

[FFmpeg-cvslog] flvenc: Provide output bytestream markers

2016-06-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed May 4 22:06:43 2016 +0300| [371df9ba71393a1c5429d5f40c76348b30e556c7] | committer: Martin Storsjö flvenc: Provide output bytestream markers Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] movenc: Provide output bytestream markers for fragmented content

2016-06-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed May 4 22:18:18 2016 +0300| [dbbaad32e36b9046cd19d6e3329e2ca7ab49b401] | committer: Martin Storsjö movenc: Provide output bytestream markers for fragmented content Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] matroskaenc: Provide output bytestream markers

2016-06-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed May 4 22:31:28 2016 +0300| [71852a1ba89abc8749e309d9d662c49d47e19531] | committer: Martin Storsjö matroskaenc: Provide output bytestream markers Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] movenc-test: Test write_data_type

2016-06-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed May 4 22:44:35 2016 +0300| [fd4957d9c67996e7d218fd36b4168c9cb85f9ea7] | committer: Martin Storsjö movenc-test: Test write_data_type Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] movenc: Add a test for VFR with b-frames, with a duration change at a fragment end

2016-06-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon May 9 13:48:58 2016 +0300| [a79aafd0b4d37eda6f15dc68e6509d4e815290c9] | committer: Martin Storsjö movenc: Add a test for VFR with b-frames, with a duration change at a fragment end Signed-off-by: Martin Storsjö > http://git.videolan.

[FFmpeg-cvslog] movenc: Use packets in interleaving queues for the duration at the end of fragments

2016-06-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Apr 20 23:10:37 2016 +0300| [e1eb0fc960163402bbb4e630185790488f7d28ed] | committer: Martin Storsjö movenc: Use packets in interleaving queues for the duration at the end of fragments As long as caller only writes packets using

[FFmpeg-cvslog] movenc: Add a missed const

2016-06-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed May 18 13:49:57 2016 +0300| [72d621069fc301b431fac36b5281699a362562f2] | committer: Martin Storsjö movenc: Add a missed const This was missed in e1eb0fc9601, when ff_interleaved_peek was changed to include const during the evolution of the patch

[FFmpeg-cvslog] mov: Add a comment referring to the standard that defines the loci box

2016-06-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed May 18 13:33:55 2016 +0300| [d34826c33d401929b2ff8aee161fd39ad0a73613] | committer: Martin Storsjö mov: Add a comment referring to the standard that defines the loci box Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] movenc: Factorize a function for finding a metadata entry and the associated language

2016-06-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed May 18 13:18:32 2016 +0300| [f12a705ee570e16ca692c66b62821a2dbdf82566] | committer: Martin Storsjö movenc: Factorize a function for finding a metadata entry and the associated language Signed-off-by: Martin Storsjö > http://git.videolan.

[FFmpeg-cvslog] movenc: Write 'loci' geotag metadata for 3gp and mp4

2016-06-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed May 18 13:54:11 2016 +0300| [b84f3a40034d28828c4ca639d012479a7eaace28] | committer: Martin Storsjö movenc: Write 'loci' geotag metadata for 3gp and mp4 Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] omx: Don't return > 0 from omx_encode_frame

2016-06-25 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Jun 24 01:13:16 2016 +0300| [a590d344e3164f5616d0fe85daee45dd834c4841] | committer: Michael Niedermayer omx: Don't return > 0 from omx_encode_frame The encode function is supposed to just return 0 on success. This stems from a mixup

[FFmpeg-cvslog] rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoder

2016-06-26 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue May 24 11:20:28 2016 +0300| [3fdffc032e8ea5676bc0c2551b900c0dc887835b] | committer: Martin Storsjö rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoder This is only used for logging a human readable codec name for debugging. Signed

[FFmpeg-cvslog] rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoder

2016-06-26 Thread Martin Storsjö
ffmpeg | branch: release/3.1 | Martin Storsjö | Tue May 24 11:20:28 2016 +0300| [3fdffc032e8ea5676bc0c2551b900c0dc887835b] | committer: Martin Storsjö rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoder This is only used for logging a human readable codec name for debugging

[FFmpeg-cvslog] x86: Add missing movsxd for the int stride parameter

2016-07-09 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Jun 11 22:06:16 2016 +0300| [f1a9eee41c4b5ea35db9ff0088ce4e6f1e187f2c] | committer: Martin Storsjö x86: Add missing movsxd for the int stride parameter Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] checkasm: Add tests for h264 idct

2016-07-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Jun 11 14:17:37 2016 +0300| [105998fb5ca3c343f5c8cb39ce3197f87a5e4d36] | committer: Martin Storsjö checkasm: Add tests for h264 idct The tests are inspired by similar tests for vp9 by Ronald Bultje. Signed-off-by: Martin Storsjö > h

[FFmpeg-cvslog] Add an OpenH264 decoder wrapper

2016-07-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Jun 24 00:58:17 2016 +0300| [c5d326f551b0312ff581bf1df35b21d956e01523] | committer: Martin Storsjö Add an OpenH264 decoder wrapper This is cherrypicked from libav, from commits 82b7525173f20702a8cbc26ebedbf4b69b8fecec and

[FFmpeg-cvslog] libopenh264: Support building with the 1.6 release

2016-07-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Jul 8 23:21:41 2016 +0300| [293676c476733e81d7b596736add6cd510eb6960] | committer: Martin Storsjö libopenh264: Support building with the 1.6 release This fixes trac issue #5417. This is cherry-picked from libav commit

[FFmpeg-cvslog] checkasm: h264dsp: Initialize the padding area

2016-08-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Jun 27 22:22:21 2016 +0300| [2e95054ebb73f95aa6620b76245313a6ccb62245] | committer: Michael Niedermayer checkasm: h264dsp: Initialize the padding area This fixes valgrind warnings about conditional jumps based on uninitialized data (even though

[FFmpeg-cvslog] lavf/rtsp: Fix a crash with the RTSP muxer.

2016-09-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Sep 15 13:50:57 2016 +0200| [f8a13c72132a65e34e05b878dc780ad330dd7371] | committer: Carl Eugen Hoyos lavf/rtsp: Fix a crash with the RTSP muxer. Introduced in 00e122bc / bc2a3296 The whole block that the statement was added to is only relevant

[FFmpeg-cvslog] rtpdec_vp8: Set the keyframe flag

2015-02-20 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Feb 20 16:17:44 2015 +0200| [ba2e07909b848e583245856a59d0fe1dd08f917e] | committer: Martin Storsjö rtpdec_vp8: Set the keyframe flag This allows the output to be used with stream copy, which discards packet from the start until the first keyframe

[FFmpeg-cvslog] rtpdec_h264: Include the right header for AV_RB16

2015-02-20 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Feb 19 21:04:45 2015 +0200| [8bdbf49c6f4d9473183a3c45ec70d611eb6183cd] | committer: Martin Storsjö rtpdec_h264: Include the right header for AV_RB16 Including libavcodec/get_bits.h is superfluous for AV_RB16 - nothing in this file uses any actual

[FFmpeg-cvslog] rtpdec_h264: Use av_realloc instead of av_malloc+mempcy

2015-02-20 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Feb 19 21:12:06 2015 +0200| [7650caf013f45ebebf128855735a0c6350836ea4] | committer: Martin Storsjö rtpdec_h264: Use av_realloc instead of av_malloc+mempcy This is similar to what was done for rtpdec_hevc in ced7238cd01. Signed-off-by: Martin

[FFmpeg-cvslog] rtpdec_h264: Make a parameter pointer const

2015-02-20 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Feb 19 21:14:05 2015 +0200| [bb8c6ac840afa69dd37860fdf85da9f4cf1e0ae4] | committer: Martin Storsjö rtpdec_h264: Make a parameter pointer const Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_a

2015-02-20 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Feb 19 21:28:01 2015 +0200| [176903ce833ce7469f411640e9748a0d549b5285] | committer: Martin Storsjö rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_a Previously, errors were only logged but the code kept on trying, and never

[FFmpeg-cvslog] rtpdec_h264: Remove an unnecessary check

2015-02-20 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Feb 19 21:28:58 2015 +0200| [a335ed767161c6da2815371177cfd5e40f78e5b7] | committer: Martin Storsjö rtpdec_h264: Remove an unnecessary check If src_len is too small for nal_size, we already print a warning above, and the next step is to check the

[FFmpeg-cvslog] rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_a

2015-02-20 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Feb 19 21:49:18 2015 +0200| [46ad9ac9641d1fe8292ec1f46bbd2e4456621ca7] | committer: Martin Storsjö rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_a Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.

<    1   2   3   4   5   6   7   8   9   10   >