[FFmpeg-cvslog] configure: Extend the neon intrinsics check

2014-07-22 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Jul 22 15:09:43 2014 +0300| [06a1d1323bc8afd03f085ae98d9b74e431b3534e] | committer: Martin Storsjö configure: Extend the neon intrinsics check Check for an instruction that causes the (very old) Apple GCC 4.2 to error out

[FFmpeg-cvslog] librtmp: Don't free the temp url at the end of rtmp_open

2014-07-30 Thread Martin Storsjö
ffmpeg | branch: release/2.2 | Martin Storsjö mar...@martin.st | Fri Jul 4 22:13:39 2014 +0300| [f6b3dce952d66f87883a50d90d6e98416ee397df] | committer: Reinhard Tartler librtmp: Don't free the temp url at the end of rtmp_open librtmp can keep pointers to this string internally, and may use

[FFmpeg-cvslog] adpcm: Write the proper predictor in trellis mode in IMA QT

2014-08-08 Thread Martin Storsjö
ffmpeg | branch: release/1.1 | Martin Storsjö mar...@martin.st | Thu Jun 5 14:49:14 2014 +0300| [21d3e0ac9e1719d8444b3f5466983587ac0ad240] | committer: Luca Barbato adpcm: Write the proper predictor in trellis mode in IMA QT The actual predictor value, set by the trellis code, never

[FFmpeg-cvslog] configure: Add probe identification of MS armasm

2014-08-10 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sat Aug 9 22:25:44 2014 +0300| [f4312352fc52cc47c1ba398a33f629d32a737e91] | committer: Martin Storsjö configure: Add probe identification of MS armasm Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org

[FFmpeg-cvslog] configure: Don't pass MSVC compiler options -M[TD] to armasm

2014-08-10 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Aug 10 14:40:09 2014 +0300| [08b94f160a2c966bb83e32bde0e52246fafa2155] | committer: Martin Storsjö configure: Don't pass MSVC compiler options -M[TD] to armasm The -MD option (for enabling a dynamically linked crt) gets

[FFmpeg-cvslog] configure: Check for nanosleep in headers as well, not only in libs

2014-08-12 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Aug 12 11:23:38 2014 +0200| [223c374a9d977fdfe9af94858693c632f644aac7] | committer: Michael Niedermayer configure: Check for nanosleep in headers as well, not only in libs On mingw64 with c++11 support, the link libraries do

[FFmpeg-cvslog] configure: Check for -Werror parameters on clang

2014-08-12 Thread Martin Storsjö
ffmpeg | branch: release/0.10 | Martin Storsjö mar...@martin.st | Tue Nov 13 19:01:51 2012 +0200| [c98d164a6a2c3d93bfb10d44c946bc3ed56f14e7] | committer: Luca Barbato configure: Check for -Werror parameters on clang Signed-off-by: Martin Storsjö mar...@martin.st (cherry picked from commit

[FFmpeg-cvslog] http: Stop reading after receiving the whole file for non-chunked transfers

2014-08-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Aug 11 10:18:28 2014 +0300| [8bf3bf69ad7333bf0c45f4d2797fc2c61bc8922f] | committer: Martin Storsjö http: Stop reading after receiving the whole file for non-chunked transfers Previously this logic was only used if the server

[FFmpeg-cvslog] w32threads: Use newer thread synchronization functions when targeting Vista

2014-08-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Aug 6 09:52:38 2014 +0300| [428b0578c64241fc677fed7083cc8fe65e10f32e] | committer: Martin Storsjö w32threads: Use newer thread synchronization functions when targeting Vista When explicitly targeting Vista or newer (which only

[FFmpeg-cvslog] configure: Check for nanosleep in headers as well, not only in libs

2014-08-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Aug 11 15:02:28 2014 +0300| [72199e1041b4052544e181ad90b431ca6704da12] | committer: Martin Storsjö configure: Check for nanosleep in headers as well, not only in libs On mingw64 with c++11 support, the link libraries do contain

[FFmpeg-cvslog] http: Fix authentication, broken since 6a463e7fb

2014-08-13 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Aug 13 14:32:52 2014 +0300| [4e629ef80e62a54636cb46033998177dd08cf3ad] | committer: Martin Storsjö http: Fix authentication, broken since 6a463e7fb The cur_*auth_type variables were set before the http_connect call prior

[FFmpeg-cvslog] libavformat: Check mkdir return error codes

2014-09-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Sep 5 22:45:11 2014 +0300| [803e82276b3716bf6012ec69e8854dae14a4fd2b] | committer: Martin Storsjö libavformat: Check mkdir return error codes Previously, the returned error codes were intentionally ignored (see fadd3a68213

[FFmpeg-cvslog] ismindex: Avoid writing ismf files if no base name has been specified

2014-09-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Sep 5 22:50:24 2014 +0300| [fcf597625c7a991ca389f3a9b8ff4f5e383301c0] | committer: Martin Storsjö ismindex: Avoid writing ismf files if no base name has been specified Previously, this could create files named (null).ismf

[FFmpeg-cvslog] libavformat: Move avc mp4 startcode parsing to a shared file

2014-09-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Sep 24 11:17:04 2014 +0300| [a2efbecc4ed12d287cf29856418c4da4a7648d95] | committer: Martin Storsjö libavformat: Move avc mp4 startcode parsing to a shared file Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] avcodec: Fix a doxy comment to refer to the right function

2014-09-25 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Sep 24 23:31:43 2014 +0300| [d07ddc93e29a4fdf12cd426953a7ecd5abe5e36d] | committer: Martin Storsjö avcodec: Fix a doxy comment to refer to the right function CC: libav-sta...@libav.org Signed-off-by: Martin Storsjö mar

[FFmpeg-cvslog] sdp: Simplify parsing/conversion of H264 extradata

2014-10-06 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Oct 3 20:49:01 2014 +0300| [b76249443864c88ffb2d41ab8d1de7432e985dc7] | committer: Martin Storsjö sdp: Simplify parsing/conversion of H264 extradata By using ff_avc_write_annexb_extradata instead of the h264_mp4toannexb BSF

[FFmpeg-cvslog] lavf: Set the stream time base hint properly for chained muxers

2014-10-06 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Oct 6 11:41:33 2014 +0300| [28816050e47b6dba430a52e429d21a864cffda8e] | committer: Martin Storsjö lavf: Set the stream time base hint properly for chained muxers This avoids warnings about using the codec time base as time base

[FFmpeg-cvslog] smoothstreamingenc: Simplify code by removing a redundant variable

2014-10-12 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Oct 6 10:06:37 2014 +0300| [8bef43388132b53f59a6e90add18900a3bb4cc60] | committer: Martin Storsjö smoothstreamingenc: Simplify code by removing a redundant variable Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] movenc: Write edit lists for fragmented files as well, if necessary

2014-10-12 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Oct 12 00:03:25 2014 +0300| [dbb472cb2f2f799295a12b4922a6a8be2cccfdee] | committer: Martin Storsjö movenc: Write edit lists for fragmented files as well, if necessary This is necessary to get the right timestamp offset for content

[FFmpeg-cvslog] movenc: Print a warning for an unhandled case of nonzero start dts with empty_moov

2014-10-12 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Oct 12 00:33:24 2014 +0300| [dad12ce452a9d69c0d9d53c375003947d5f1b02e] | committer: Martin Storsjö movenc: Print a warning for an unhandled case of nonzero start dts with empty_moov Signed-off-by: Martin Storsjö mar...@martin.st

[FFmpeg-cvslog] mov: Handle tfdt atoms

2014-10-14 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Oct 12 01:24:26 2014 +0300| [a74f8121d88e0bdf0d69c22e4b3713032da9300a] | committer: Martin Storsjö mov: Handle tfdt atoms Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp lines

2014-10-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Oct 3 21:40:13 2014 +0300| [9b7f932ee568cadfc0f556a061fcc00cb63f9780] | committer: Martin Storsjö rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp lines These are assembled into extradata in the order vps/sps/pps/sei

[FFmpeg-cvslog] sdp: Provide out of bound parameter sets for HEVC if extradata is set

2014-10-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Oct 3 23:25:37 2014 +0300| [e5cfc8fdad901c9487fe896421972852f38bcf5b] | committer: Martin Storsjö sdp: Provide out of bound parameter sets for HEVC if extradata is set Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] rtpdec_hevc: Rename a variable for clarity

2014-10-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 15 16:14:28 2014 +0300| [752e71e74f50e7a6f9a19edb8e775b2ea2fb94d8] | committer: Martin Storsjö rtpdec_hevc: Rename a variable for clarity Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] rtpdec_hevc: Use av_realloc instead of av_malloc+memcpy

2014-10-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 15 16:21:27 2014 +0300| [ced7238cd01cc2199acf9225305628641a27c1d7] | committer: Martin Storsjö rtpdec_hevc: Use av_realloc instead of av_malloc+memcpy Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org

[FFmpeg-cvslog] rtmpproto: Fix a typo

2014-10-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 15 13:41:33 2014 +0300| [79dd756e143a54efc25d64e90505f0dca6cbc4ec] | committer: Martin Storsjö rtmpproto: Fix a typo Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avplay: Use av_gettime_relative

2014-10-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 22 12:23:08 2014 +0300| [248d8fb60c59c8e044d9c8f78f23383b7cdecf72] | committer: Martin Storsjö avplay: Use av_gettime_relative Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avconv: Use av_gettime_relative

2014-10-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 22 12:25:23 2014 +0300| [d0c093021943e9b9c23528b12cd61ca2a5b01b4f] | committer: Martin Storsjö avconv: Use av_gettime_relative Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] lavu: Provide fallbacks for gmtime_r and localtime_r

2014-10-25 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Oct 24 10:33:19 2014 +0300| [3f8f1c6ff24ee858eb5b0bf47ef6d4605299a87e] | committer: Martin Storsjö lavu: Provide fallbacks for gmtime_r and localtime_r This allows writing most code as if they always are is available

[FFmpeg-cvslog] drawtext: Remove the ifdef for localtime_r

2014-10-25 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Oct 24 10:59:34 2014 +0300| [6b9b42cc5576e1819ad1e29d98940066fd14b2d6] | committer: Martin Storsjö drawtext: Remove the ifdef for localtime_r If it isn't available in the system, we've got a fallback to the normal localtime

[FFmpeg-cvslog] movenc: Don't check the custom IO flag when using faststart

2014-10-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Oct 21 10:44:38 2014 +0300| [b2b79eca6fae2466a53c5daa163a37e2474364fc] | committer: Martin Storsjö movenc: Don't check the custom IO flag when using faststart The custom IO flag actually never is set for muxers, only for demuxers

[FFmpeg-cvslog] movenc: Use a local variable consistently

2014-10-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Oct 21 11:36:22 2014 +0300| [1e0b81abe86dc09dd34d60d57f92de5f12d65818] | committer: Martin Storsjö movenc: Use a local variable consistently Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] movenc: Signal iso6 in compatible_brands when using tfdt

2014-10-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 29 17:00:38 2014 +0200| [600d5ee6b12bad144756b0772319bb04796bc528] | committer: Martin Storsjö movenc: Signal iso6 in compatible_brands when using tfdt Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org

[FFmpeg-cvslog] movenc: Add a flag for using default-base-is-moof in tfhd atoms

2014-10-30 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 29 11:53:21 2014 +0200| [cf589faa5b7aed3bb38e08dcd00bd951e69686d1] | committer: Martin Storsjö movenc: Add a flag for using default-base-is-moof in tfhd atoms Similarly to the omit_tfhd_offset flag added in e7bf085b

[FFmpeg-cvslog] movenc: Write a 0 duration in mdhd and tkhd for an empty initial moov

2014-10-30 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 29 22:51:29 2014 +0200| [00c67fe1d0bc7c2ce49daac9c80ea39d5a663b73] | committer: Martin Storsjö movenc: Write a 0 duration in mdhd and tkhd for an empty initial moov ISO/IEC 14496-12:2012/Cor 1:2013 is explicit about how

[FFmpeg-cvslog] movenc: Don't write any iso brands in ismv files

2014-10-30 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 29 22:55:23 2014 +0200| [aae6b3b918b4133b8cc2d1631196c1d406d0351a] | committer: Martin Storsjö movenc: Don't write any iso brands in ismv files We deviate slightly from the iso specs for these files. Signed-off-by: Martin

[FFmpeg-cvslog] movenc: Define the flag bits using shifts instead of as decimal numbers

2014-11-03 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Nov 2 17:01:10 2014 +0200| [2f221b6a9365aa400061e16266f2d1242f7169f8] | committer: Martin Storsjö movenc: Define the flag bits using shifts instead of as decimal numbers Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] movenc: Remove a now redundant check

2014-11-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 29 23:26:40 2014 +0200| [e7d20f12c5eff5570cd897f3ce3a88456024036b] | committer: Martin Storsjö movenc: Remove a now redundant check When using the new first_trun flag instead of checking the track id, we don't need to have

[FFmpeg-cvslog] movenc: Write correct presentation timestamps in tfra

2014-11-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Oct 12 00:24:31 2014 +0300| [9cbf70fa0e44613590b019cef1fe99aa3f3c5d9d] | committer: Martin Storsjö movenc: Write correct presentation timestamps in tfra Previously we wrote decoding timestamps here, while the specs say it should

[FFmpeg-cvslog] movenc: Avoid leaking locally allocated data when returning on errors

2014-11-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Nov 2 23:50:47 2014 +0200| [8cb7b7b461b52898765b38e3eff68c0ce88347f3] | committer: Martin Storsjö movenc: Avoid leaking locally allocated data when returning on errors Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] movenc: Require samples before trying to write edts

2014-11-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 3 20:13:36 2014 +0200| [9a5ac36b69ede4563e9ecd734141b12ea3280fbc] | committer: Martin Storsjö movenc: Require samples before trying to write edts This avoids a potential crash if writing a fragmented psp mp4 (which probably

[FFmpeg-cvslog] libfdk-aacdec: Support building with the latest version of fdk-aac

2014-11-09 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sat Nov 8 22:39:44 2014 +0200| [b44a242c3dfa1225ca4e75135ed5fbe7f0e3c378] | committer: Michael Niedermayer libfdk-aacdec: Support building with the latest version of fdk-aac The latest fdk-aac code drop (from android 5.0) changed

[FFmpeg-cvslog] libfdk-aacdec: Support building with the latest version of fdk-aac

2014-11-10 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Nov 4 10:22:05 2014 +0200| [28396d17ff1c1493b78d6eece484ffc27ed86d0d] | committer: Martin Storsjö libfdk-aacdec: Support building with the latest version of fdk-aac The latest fdk-aac code drop (from android 5.0) changed

[FFmpeg-cvslog] v4l2: Unify one instance of reading/storing errno

2014-11-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 10 09:49:01 2014 +0200| [b776113e5d4a56759615196de98efe802e95a6b6] | committer: Martin Storsjö v4l2: Unify one instance of reading/storing errno Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org

[FFmpeg-cvslog] libavcodec: Unconditionally build xiph.o

2014-11-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 10 10:14:45 2014 +0200| [52f954da7594c31ad94c9bcb54290145b59b27f5] | committer: Martin Storsjö libavcodec: Unconditionally build xiph.o vorbis_parser.o is built unconditionally since 5e80fb7ff, and the unconditionally built

[FFmpeg-cvslog] aarch64: Make the function pointer tables position independent

2014-11-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Nov 12 00:00:04 2014 +0200| [c00365b46d464ce47716315c1801818d811bdb9a] | committer: Martin Storsjö aarch64: Make the function pointer tables position independent This allows running the code on android, where 64 bit binaries

[FFmpeg-cvslog] lavf: Add an MPEG-DASH ISOFF segmenting muxer

2014-11-17 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Oct 6 11:36:17 2014 +0300| [fe5e6e34c05e274f98528be4f77f3c474473f977] | committer: Martin Storsjö lavf: Add an MPEG-DASH ISOFF segmenting muxer This is mostly to serve as a reference example on how to segment the output from

[FFmpeg-cvslog] movenc: Allow writing a DASH sidx atom at the start of files

2014-11-17 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Oct 21 11:42:27 2014 +0300| [40ed1cbf147d09fc0894bee160f0b6b6d9159fc5] | committer: Martin Storsjö movenc: Allow writing a DASH sidx atom at the start of files This is mapped to the faststart flag (which in this case perhaps

[FFmpeg-cvslog] tools: Add a sidxindex tool

2014-11-17 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Oct 29 11:43:34 2014 +0200| [c302d034ba2690a935df8bf7e4f5d44ed86e8d5c] | committer: Martin Storsjö tools: Add a sidxindex tool This tool can write an MPD file for fragmented MP4 files with a sidx index at the start of the file

[FFmpeg-cvslog] lavf: Only initialize s- offset once when using avoid_negative_ts make_zero

2014-11-17 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 17 13:31:47 2014 +0200| [9257692ac15eff7b07540c1f61cebde0d8823fbd] | committer: Martin Storsjö lavf: Only initialize s-offset once when using avoid_negative_ts make_zero When given a stream starting at dts=0, it would

[FFmpeg-cvslog] hdsenc: Use the right filename in an error message

2014-11-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Nov 18 14:16:41 2014 +0200| [f918b8a2933a65020cbe490ec637d5485c11a692] | committer: Martin Storsjö hdsenc: Use the right filename in an error message Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org

[FFmpeg-cvslog] hdsenc: Clear the previous codec tag when setting up the chained muxer

2014-11-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Nov 18 14:28:50 2014 +0200| [7fd10f66b722eccc2ada9128766d002f6d751f79] | committer: Martin Storsjö hdsenc: Clear the previous codec tag when setting up the chained muxer The chained flv muxer wants one set of tags - normally

[FFmpeg-cvslog] lavc: Move the libtwolame encoder registration to the list for external libraries

2014-11-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Nov 21 14:23:02 2014 +0200| [aa8b39d999589154f79300de9038994d0093cd34] | committer: Vittorio Giovara lavc: Move the libtwolame encoder registration to the list for external libraries This makes sure the default behaviour of using

[FFmpeg-cvslog] lavf: Remove a redundant include of sys/stat.h

2014-11-22 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Nov 18 09:57:07 2014 +0200| [eec7f032a903e06d249d1e8aa6630b65292bf40f] | committer: Martin Storsjö lavf: Remove a redundant include of sys/stat.h The same file already includes this header a few lines further above. Signed-off

[FFmpeg-cvslog] sidxindex: Write mimeType=audio/mp4 for audio-only representations

2014-11-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Nov 23 17:30:35 2014 +0200| [6f26f14f134e753d6168591f30815b1c08c1498b] | committer: Martin Storsjö sidxindex: Write mimeType=audio/mp4 for audio-only representations This fixes playback with dash.js, when the input is one separate

[FFmpeg-cvslog] dashenc: Don't segment all video streams when one stream gets a keyframe

2014-11-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 17 15:26:17 2014 +0200| [fe42f94ce1023f9c2f7e86404c60afcee5b078a9] | committer: Martin Storsjö dashenc: Don't segment all video streams when one stream gets a keyframe This makes sure that segments actually start at a keyframe

[FFmpeg-cvslog] lavf: Don't try to update files atomically with renames on windows

2014-11-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Nov 18 14:06:19 2014 +0200| [b9d08c77a44390b0848c06f20bc0e9e951ba6a3c] | committer: Martin Storsjö lavf: Don't try to update files atomically with renames on windows On windows, rename(2) will fail if the target file exists

[FFmpeg-cvslog] lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/ unlink

2014-11-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 17 23:08:15 2014 +0200| [960aff379da46dcaff61504a57714d4d4e758e41] | committer: Martin Storsjö lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlink This makes sure that the internal utf8 path names

[FFmpeg-cvslog] vorbis_parser: Include stdint.h in the header, to make it work standalone

2014-11-25 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Nov 25 10:43:55 2014 +0200| [f20141d73f08ed0c8e875bd993a7143e19b266e3] | committer: Martin Storsjö vorbis_parser: Include stdint.h in the header, to make it work standalone This fixes make checkheaders. Signed-off-by: Martin

[FFmpeg-cvslog] movenc: Add a flag for indicating a discontinuous fragment

2014-11-26 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Nov 20 09:51:05 2014 +0200| [ee37620b6ae4783cda637408422044b2d14a688c] | committer: Martin Storsjö movenc: Add a flag for indicating a discontinuous fragment This allows creating a later mp4 fragment without sequentially writing

[FFmpeg-cvslog] movenc: Expose the fragment index as an avoption

2014-11-26 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 3 22:38:09 2014 +0200| [234fb81e3145e9c9aec4ec16266676fab7dc21fa] | committer: Martin Storsjö movenc: Expose the fragment index as an avoption This allows setting the right fragment number if doing random-access writing

[FFmpeg-cvslog] Share the utf8 to wchar conversion routine between lavf and lavu

2014-11-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Nov 25 10:39:50 2014 +0200| [9326d64ed1baadd7af60df6bbcc59cf1fefede48] | committer: Martin Storsjö Share the utf8 to wchar conversion routine between lavf and lavu This doesn't add any dependency on library internals, since

[FFmpeg-cvslog] lavf: Use MoveFileEx instead of rename/_wrename on windows

2014-11-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Nov 25 11:08:59 2014 +0200| [79fd186a5035cf16fc0ab288d8f59da8b1ba2c0e] | committer: Martin Storsjö lavf: Use MoveFileEx instead of rename/_wrename on windows This allows getting the normal unix semantics, where a rename allows

[FFmpeg-cvslog] Revert lavf: Don't try to update files atomically with renames on windows

2014-11-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Nov 25 10:51:23 2014 +0200| [675ac56b7ee0f204963fde55295197c5df80aa91] | committer: Martin Storsjö Revert lavf: Don't try to update files atomically with renames on windows This reverts commit

[FFmpeg-cvslog] rtmpproto: Clarify a comment

2014-11-28 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 24 10:02:11 2014 +0200| [857e6667f9061ae261c0b951113e4efc4329b05e] | committer: Martin Storsjö rtmpproto: Clarify a comment Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] rtmpproto: Simplify code for copying data into the output packet

2014-11-28 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 24 10:17:20 2014 +0200| [3c3b8003a13d9c3668c0bb6d79d2376da3b2b352] | committer: Martin Storsjö rtmpproto: Simplify code for copying data into the output packet Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] rtmppkt: Make pkt-data reallocable

2014-11-28 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 24 10:41:34 2014 +0200| [44127b157e9f8acb837d4bb3a094f56b40da3ef5] | committer: Martin Storsjö rtmppkt: Make pkt-data reallocable We try to avoid mixing av_malloc with av_realloc, since av_malloc may be implemented

[FFmpeg-cvslog] rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccess

2014-11-28 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 24 10:51:46 2014 +0200| [01eac895ab350027467ffbe7278740f89ae8be75] | committer: Martin Storsjö rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccess Currently, when streaming to an RTMP server, any time

[FFmpeg-cvslog] dashenc: Avoid a VLA-like construct

2014-11-28 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Nov 28 11:51:05 2014 +0200| [fcae9f212a6001d966c52dc22cd4b22e9851b428] | committer: Martin Storsjö dashenc: Avoid a VLA-like construct This fixes the build on compilers that interpreted the earlier code as a variable length array

[FFmpeg-cvslog] rtpproto: Write a warning if the input data written isn't RTP packetized

2014-12-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Dec 7 01:42:06 2014 +0200| [29bc7bfba288ff8572ed967a8752a1dbde7b724b] | committer: Martin Storsjö rtpproto: Write a warning if the input data written isn't RTP packetized Tell the user that the RTP muxer needs to be used

[FFmpeg-cvslog] arm: fft_vfp: Add a missing endconst when building in thumb mode

2014-12-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Nov 16 12:38:53 2014 +0200| [ae81576414f2d2083d3118fb4abe1ebc5a7a4c54] | committer: Martin Storsjö arm: fft_vfp: Add a missing endconst when building in thumb mode Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumb

2014-12-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Nov 16 12:46:51 2014 +0200| [b280c6202b28b371a8d96850194fd69d7ad5dcc0] | committer: Martin Storsjö arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumb Don't include the function pointer table in the code segment

[FFmpeg-cvslog] arm: Use .data.rel.ro for const data with relocations

2014-12-09 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Nov 16 12:51:54 2014 +0200| [f963f80399deb1a2b44c1bac3af7123e8a0c9e46] | committer: Martin Storsjö arm: Use .data.rel.ro for const data with relocations Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org

[FFmpeg-cvslog] aarch64: Use .data.rel.ro for const data with relocations

2014-12-09 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Nov 16 12:52:21 2014 +0200| [780cd20b00a69e26bbfffbb8eec16fbe999ea793] | committer: Martin Storsjö aarch64: Use .data.rel.ro for const data with relocations This reverts commit c00365b46d464ce47716315c1801818d811bdb9a in addition

[FFmpeg-cvslog] rtpproto: Fix the input RTP data format check

2014-12-09 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Dec 9 16:05:14 2014 +0200| [95d880fa6436f3b557a9c060428a04b9e4d552df] | committer: Martin Storsjö rtpproto: Fix the input RTP data format check Only the upper 2 bits of the first byte are known to be a fixed value. The lower

[FFmpeg-cvslog] dashenc: Change the duration fields to 64 bit

2014-12-10 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Dec 10 08:08:59 2014 +0200| [e737a4aaafcb1d761b7f96043c2f83ce742c64ae] | committer: Martin Storsjö dashenc: Change the duration fields to 64 bit For the last_duration field, it's mostly theoretical, but the total_duration field

[FFmpeg-cvslog] mov: Fix handling of zero-length metadata values

2014-12-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Dec 15 12:09:10 2014 +0200| [6f4364aba9d70dc5fd9f1c88b9c03bf9ea893d40] | committer: Martin Storsjö mov: Fix handling of zero-length metadata values Since 3cec81f4d4, a zero-length metadata value would try to allocate 2*0 bytes

[FFmpeg-cvslog] dashenc: Write segment timelines properly if the timeline has gaps

2014-12-17 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Nov 28 10:40:05 2014 +0200| [2f628d5943c12389c07d652d23d3916997f9f0f6] | committer: Martin Storsjö dashenc: Write segment timelines properly if the timeline has gaps Write a new start time if the duration of the previous segment

[FFmpeg-cvslog] dashenc: Adjust the start time of a segment to the end of the previous segment

2014-12-17 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Nov 28 10:43:53 2014 +0200| [456e93bfdd4cbc5e995dea415019abd0703d0e16] | committer: Martin Storsjö dashenc: Adjust the start time of a segment to the end of the previous segment This is the same adjustment that the mp4 muxer does

[FFmpeg-cvslog] rtpenc: Set the AVFMT_TS_NONSTRICT flag

2014-12-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Dec 12 18:57:38 2014 +0200| [42181740a3972e17d0097d28fabc9a1a60322d47] | committer: Martin Storsjö rtpenc: Set the AVFMT_TS_NONSTRICT flag In particular, when packetizing mpegts into rtp, the input packet timestamp may come from

[FFmpeg-cvslog] rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data

2014-12-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Dec 17 13:50:06 2014 +0200| [df07c07b3de0a5e8890078944de1eb5cb8372ef8] | committer: Martin Storsjö rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data If we throw away the buffered incomplete frame, make sure

[FFmpeg-cvslog] h261enc: Disallow sliced encoding

2014-12-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Dec 17 12:18:03 2014 +0200| [91bfac759dfd536e439ad3e35964705012c6a5a7] | committer: Martin Storsjö h261enc: Disallow sliced encoding This avoids trying to do sliced encoding, even if a slice/packet size is requested (via the -ps

[FFmpeg-cvslog] rtpenc: Avoid brittle switch fallthroughs

2014-12-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Dec 18 12:20:11 2014 +0200| [adc214e6797750285a5e62634b8521db521162ad] | committer: Martin Storsjö rtpenc: Avoid brittle switch fallthroughs Instead explicitly jump to the default case in the cases where it is wanted, and avoid

[FFmpeg-cvslog] libavformat: Add a muxer wrapping mpegts encoding into RTP

2014-12-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon May 9 16:44:54 2011 +0300| [8a70ef94b9c377293b3dfa7d92cdc81a4fe1543a] | committer: Martin Storsjö libavformat: Add a muxer wrapping mpegts encoding into RTP Since this structurally is quite different from normal RTP (multiple

[FFmpeg-cvslog] movenc: Adjust the pts of new fragments similarly to what is done for dts

2014-12-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Nov 23 23:23:43 2014 +0200| [59f0275dd0a42a7f90271a83a78e9ca5e69ff5b0] | committer: Martin Storsjö movenc: Adjust the pts of new fragments similarly to what is done for dts The pts and the corresponding duration is written in sidx

[FFmpeg-cvslog] libavformat: Allow calling av_write_trailer with a NULL AVIOContext

2014-12-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Dec 19 15:40:02 2014 +0200| [4895aa65c6ddec2e33ec3c023f221b1bafcbaf9f] | committer: Martin Storsjö libavformat: Allow calling av_write_trailer with a NULL AVIOContext Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] libavformat: Allow calling av_write_trailer with a NULL AVIOContext

2014-12-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Dec 19 15:40:02 2014 +0200| [4895aa65c6ddec2e33ec3c023f221b1bafcbaf9f] | committer: Martin Storsjö libavformat: Allow calling av_write_trailer with a NULL AVIOContext Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] mpegts: Support running the write_trailer function without an AVIOContext

2014-12-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Dec 19 15:23:06 2014 +0200| [e2ce16392205d8efe9143329ed3fb5fcb15498fa] | committer: Martin Storsjö mpegts: Support running the write_trailer function without an AVIOContext If opening and closing dynamic buffers as AVIOContext, we

[FFmpeg-cvslog] rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no output buffer exists

2014-12-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Dec 19 15:26:23 2014 +0200| [fc308b30bb24e623fed042ec78b10803b2362a18] | committer: Martin Storsjö rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no output buffer exists Since the mpegts muxer now can handle being

[FFmpeg-cvslog] libavformat: Only use MoveFileExA when targeting the desktop API subset

2014-12-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Dec 15 23:55:30 2014 +0200| [8ebf02f8f530240edf7e45f35f7647ef9dd44a58] | committer: Martin Storsjö libavformat: Only use MoveFileExA when targeting the desktop API subset The MoveFileExA is available in the headers regardless

[FFmpeg-cvslog] fate: Use bitexact conversions in the dpxparser test

2014-12-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Dec 29 00:20:08 2014 +0200| [50036c30df83b609bc5a95276f1287f8b9b8bdd6] | committer: Martin Storsjö fate: Use bitexact conversions in the dpxparser test This fixes fate on e.g. ppc. Signed-off-by: Martin Storsjö mar...@martin.st

[FFmpeg-cvslog] dashenc: Fix writing of timelines that don't start at t=0

2014-12-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Dec 29 15:39:23 2014 +0200| [b91a5757fcbf723da99b05b298a6f820271dbc2b] | committer: Martin Storsjö dashenc: Fix writing of timelines that don't start at t=0 When writing an explicit time, reset the cur_time variable to this value

[FFmpeg-cvslog] dashenc: Remove some stray double spaces

2014-12-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Dec 29 14:57:05 2014 +0200| [8d54bacb789c7d37ca3cf48d9ac13083ad0c1ba7] | committer: Martin Storsjö dashenc: Remove some stray double spaces Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] movenc: Add an option for delaying writing the moov with empty_moov

2015-01-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 3 16:09:15 2014 +0200| [847bf5988fec1d3e65c1d8cf0cdb8caf0cfd0c1b] | committer: Martin Storsjö movenc: Add an option for delaying writing the moov with empty_moov This delays writing the moov until the first fragment

[FFmpeg-cvslog] movenc: Get rid of a hack for updating the dvc1 atom

2015-01-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Dec 29 13:32:21 2014 +0200| [b3b0b35db2f3b61bf2f0f4fa85f5b6267d83c8fe] | committer: Martin Storsjö movenc: Get rid of a hack for updating the dvc1 atom Use the more generic approach with the delay_moov flag, instead of having

[FFmpeg-cvslog] movenc: Remove an unnecessary condition when flushing fragments

2015-01-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Dec 18 23:59:27 2014 +0200| [724cbea7193945fe5a5b4dea8ede344803572844] | committer: Martin Storsjö movenc: Remove an unnecessary condition when flushing fragments If fragments == 0 it means we haven't written any moov atom yet

[FFmpeg-cvslog] movenc: Factorize writing ftyp and other identification tags to a separate function

2015-01-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Dec 18 23:52:42 2014 +0200| [355d01a1bf55297b1d1f04e4bfbf0ddc93b6247e] | committer: Martin Storsjö movenc: Factorize writing ftyp and other identification tags to a separate function Signed-off-by: Martin Storsjö mar...@martin.st

[FFmpeg-cvslog] dashenc: Use pts for MPD timeline timestamps

2015-01-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 17 14:34:46 2014 +0200| [7a1a63e34fa46af18311c2493fdaec9a93bdb750] | committer: Martin Storsjö dashenc: Use pts for MPD timeline timestamps This should be more correct. This also should give more sensible switching between

[FFmpeg-cvslog] dashenc: Use delay_moov

2015-01-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Nov 3 21:42:09 2014 +0200| [c5e7ea13d2d4da0c5da91973a547afff6fe9e011] | committer: Martin Storsjö dashenc: Use delay_moov Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] sidxindex: Don' t adjust the Period start time depending on the track start time

2015-01-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Nov 28 09:40:31 2014 +0200| [5cf6bda6e2eae496e8eb2bb06c96852d59a58b8a] | committer: Martin Storsjö sidxindex: Don't adjust the Period start time depending on the track start time This was only necessary to get playback to start

  1   2   3   4   5   6   7   8   9   10   >