[FFmpeg-cvslog] rtpdec: Use ffio_free_dyn_buf

2015-02-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Feb 24 13:37:03 2015 +0200| [199fb40278146c5bb162990c66ad3cd561abc780] | committer: Martin Storsjö rtpdec: Use ffio_free_dyn_buf Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] rtpdec: Don't free the payload context in the .free function

2015-02-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Feb 24 13:07:57 2015 +0200| [bb4a310bb85f43e62240145a656b1e5285b14239] | committer: Martin Storsjö rtpdec: Don't free the payload context in the .free function This makes it more consistent with depacketizers that don't have any

[FFmpeg-cvslog] rtpdec: Free depacketizers if the init function failed

2015-02-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Feb 24 13:18:10 2015 +0200| [078d43e23a7a3d64aafee8a58b380d3e139b3020] | committer: Martin Storsjö rtpdec: Free depacketizers if the init function failed This is different from how it is handled in codecs/demuxers/muxers though

[FFmpeg-cvslog] avio: Add an internal utility function for freeing dynamic buffers

2015-02-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Feb 24 13:23:30 2015 +0200| [8a273a746061a112e5e35066a8fd8e146d821a62] | committer: Martin Storsjö avio: Add an internal utility function for freeing dynamic buffers Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] rtpdec: Remove unnecessary checks

2015-02-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Feb 24 13:30:12 2015 +0200| [12251f997bbc0abb93be39c51021e6d404ca385f] | committer: Martin Storsjö rtpdec: Remove unnecessary checks The free function of a depacketizer won't be called if data is NULL. Signed-off-by: Martin

[FFmpeg-cvslog] libavformat: Use ffio_free_dyn_buf where applicable

2015-02-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Feb 24 14:07:54 2015 +0200| [8e32b1f0963d01d4f5d4803eb721f162e0d58d9a] | committer: Martin Storsjö libavformat: Use ffio_free_dyn_buf where applicable Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org

[FFmpeg-cvslog] rtpenc: Merge the h264 and hevc packetizers

2015-02-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Feb 23 23:06:01 2015 +0200| [c82bf15dca00f67a701d126e47ea9075fc9459cb] | committer: Martin Storsjö rtpenc: Merge the h264 and hevc packetizers They share a great deal of common structure; only a few minor bits in the headers

[FFmpeg-cvslog] rtpdec: Remove unnecessary inline attributes

2015-02-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Feb 24 12:56:51 2015 +0200| [88434f9725e7c9484dcbcf323566ae88a2904f32] | committer: Martin Storsjö rtpdec: Remove unnecessary inline attributes These functions are far from performance critical, so there's no point in marking them

[FFmpeg-cvslog] rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions

2015-02-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Feb 24 12:32:17 2015 +0200| [ec96a89c3e507cf0fb1f2b159b28a53f2bad9a74] | committer: Martin Storsjö rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions This makes it clear that the individual parsing functions

[FFmpeg-cvslog] rtpdec: Allow allocating and freeing the private data without explicit functions

2015-02-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Feb 23 21:57:33 2015 +0200| [e72605f80bf5cbe32053a554ccc137e0a99cf3dd] | committer: Martin Storsjö rtpdec: Allow allocating and freeing the private data without explicit functions This can reduce the amount of boilerplate

[FFmpeg-cvslog] rtpdec: Add const to string parameters in internal fmtp parsing functions

2015-02-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Feb 24 12:31:23 2015 +0200| [ac0e54fda9305cc7d149007f5b512bb8619f7c78] | committer: Martin Storsjö rtpdec: Add const to string parameters in internal fmtp parsing functions Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] rtpdec: Remove the now unused .alloc field

2015-02-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Feb 24 12:45:15 2015 +0200| [f4b59334bd898c47c9ac30999a346176548630a8] | committer: Martin Storsjö rtpdec: Remove the now unused .alloc field Always use the .priv_data_size field instead. Signed-off-by: Martin Storsjö mar

[FFmpeg-cvslog] movenc: Write the make and model metadata keys for mov style files

2015-03-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sat Nov 22 00:53:42 2014 +0200| [e0046bc9c96150fa06146ace9093f06857dd7b23] | committer: Martin Storsjö movenc: Write the make and model metadata keys for mov style files These are essential allowing QuickTime to keep detecting content

[FFmpeg-cvslog] rtsp: Don't warn about unparsed time ranges

2015-04-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Apr 22 23:15:58 2015 +0300| [eb7ddb5066843ab16caf33b05eafb2576648b797] | committer: Martin Storsjö rtsp: Don't warn about unparsed time ranges This removes the error logging added in 4e54432164. This avoids warnings about Invalid

[FFmpeg-cvslog] dashenc: Add a publishTime field in dynamic manifests

2015-04-20 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sat Apr 18 00:01:02 2015 +0300| [2cc3936599b6fc63143036659653d1be0624360f] | committer: Martin Storsjö dashenc: Add a publishTime field in dynamic manifests This field is mandatory in dynamic manifests. Signed-off-by: Martin Storsjö

[FFmpeg-cvslog] rtsp: Make sure we don' t write too many transport entries into a fixed-size array

2015-04-24 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Apr 24 12:38:09 2015 +0300| [b90adb0aba073f9c1b4abca852119947393ced4c] | committer: Martin Storsjö rtsp: Make sure we don't write too many transport entries into a fixed-size array CC: libav-sta...@libav.org Signed-off-by: Martin

[FFmpeg-cvslog] avplay: Add support for rotated video

2015-05-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Apr 29 22:28:45 2015 +0300| [e2d50fc2f5f3600e13055acf1a10fec35e941f37] | committer: Martin Storsjö avplay: Add support for rotated video This is enabled by default, but can be disbled via the -noautorotate option. Based

[FFmpeg-cvslog] avconv: Add an option for automatically rotating video according to display matrix

2015-05-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Apr 29 17:59:01 2015 +0300| [16302246b1fcb7ad4e6f7bd31c49956a455336d2] | committer: Martin Storsjö avconv: Add an option for automatically rotating video according to display matrix The option is enabled by default, but can

[FFmpeg-cvslog] avprobe: Print the display matrix from per-stream sidedata

2015-05-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Apr 29 16:48:26 2015 +0300| [709e1c91ea7a5bbf2b9a104642572ca7616b224f] | committer: Martin Storsjö avprobe: Print the display matrix from per-stream sidedata This is printed in a separate subgroup displaymatrix inside a new group

[FFmpeg-cvslog] configure: Use the right local variable in the MSVC and ICL probes

2015-05-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Jun 5 22:59:47 2014 +0300| [863ee06809b215895ee20cbc557eeceb904cf770] | committer: Martin Storsjö configure: Use the right local variable in the MSVC and ICL probes $cc is the compiler requested as main target compiler, while

[FFmpeg-cvslog] avprobe: Support writing arrays of integers without keys

2015-05-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sat May 2 11:22:13 2015 +0300| [3080b0497ddf8549d86ee99b79ac0c15f44ee382] | committer: Martin Storsjö avprobe: Support writing arrays of integers without keys Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org

[FFmpeg-cvslog] dashenc: Reduce the segment duration if cutting out parts with edit lists

2015-05-10 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun May 10 10:05:37 2015 +0300| [b8d2630c5327d2818d05c8a48be0417905d8e0fd] | committer: Martin Storsjö dashenc: Reduce the segment duration if cutting out parts with edit lists This makes sure that the time + duration of the first

[FFmpeg-cvslog] rtpenc_mpegts: Free the right -pb in the error path in the init function

2015-05-14 Thread Martin Storsjö
ffmpeg | branch: release/2.6 | Martin Storsjö mar...@martin.st | Mon Mar 9 23:09:10 2015 +0200| [c3b1261afa319120f998b879b474c4f912eb8750] | committer: Andreas Cadhalpun rtpenc_mpegts: Free the right -pb in the error path in the init function This fixes a typo from 8e32b1f096. Signed-off

[FFmpeg-cvslog] rtpenc_mpegts: Set chain- rtp_ctx only after avformat_write_header succeeded

2015-05-14 Thread Martin Storsjö
ffmpeg | branch: release/2.6 | Martin Storsjö mar...@martin.st | Mon Mar 9 23:14:19 2015 +0200| [692fd5635f9fdaa493249f0488d890688b45601d] | committer: Andreas Cadhalpun rtpenc_mpegts: Set chain-rtp_ctx only after avformat_write_header succeeded By making sure we at each time only have one

[FFmpeg-cvslog] mpegtsenc: Take max_delay into account when buffering multiple audio packets into one PES packet

2015-04-03 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Apr 2 11:09:31 2015 +0300| [7d097a0fc57f0fa8385962a539c657c2f40b5ed0] | committer: Martin Storsjö mpegtsenc: Take max_delay into account when buffering multiple audio packets into one PES packet Make sure we don't buffer up more

[FFmpeg-cvslog] libavcodec: Clarify the documentation of the internal codec capability flags

2015-04-05 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Apr 2 15:17:01 2015 +0300| [5637ff01218a44fcc1fff9b4382a15a6470abcc9] | committer: Martin Storsjö libavcodec: Clarify the documentation of the internal codec capability flags The previous documentation was very vague and almost

[FFmpeg-cvslog] vfwcap: Unbreak building after c201069fa

2015-04-10 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Apr 10 12:22:33 2015 +0300| [4f373a5111f900af54301907132942f95276285c] | committer: Martin Storsjö vfwcap: Unbreak building after c201069fa These headers can't be included in any arbitrary order. Signed-off-by: Martin Storsjö mar

[FFmpeg-cvslog] configure: Remove unnecessary tests for d3d11va

2015-06-03 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Jun 2 10:12:51 2015 +0300| [b9875b497a38f494acb599083b0d004545958697] | committer: Martin Storsjö configure: Remove unnecessary tests for d3d11va These are only necessary once/if avconv gets support for this hwaccel. While

[FFmpeg-cvslog] configure: Don't run export $e for an empty string

2015-06-03 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Jun 2 22:55:52 2015 +0300| [76eb0950b8d82b1e9617b9c854f091e13bb23131] | committer: Martin Storsjö configure: Don't run export $e for an empty string This fixes the side effect of printing the whole environment, if no --env

[FFmpeg-cvslog] configure: Check for DXVA2_ConfigPictureDecode instead of LPDIRECT3DSURFACE9

2015-06-03 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Jun 2 10:15:57 2015 +0300| [e97446e600578392549ef6d0191f2020dae7f8bf] | committer: Martin Storsjö configure: Check for DXVA2_ConfigPictureDecode instead of LPDIRECT3DSURFACE9 Checking this struct is a bit more natural

[FFmpeg-cvslog] tls_gnutls: Add missing includes for the gcrypt thread safety callbacks

2015-05-28 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu May 28 10:18:49 2015 +0300| [d4d90504a687d2c0ef77ccf11d831f24dcff9cf1] | committer: Martin Storsjö tls_gnutls: Add missing includes for the gcrypt thread safety callbacks This fixes building with gcrypt-backed gnutls versions

[FFmpeg-cvslog] rtmpdh: Check the output buffer size in the openssl version of dh_compute_key

2015-05-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu May 28 10:08:27 2015 +0300| [9f1b3050d9e31e9283d818f3640f3460ac8cfb5b] | committer: Martin Storsjö rtmpdh: Check the output buffer size in the openssl version of dh_compute_key Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bn

2015-05-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu May 28 09:47:44 2015 +0300| [78efc69e7c990226f4b913721ef1b308ca5bfa04] | committer: Martin Storsjö rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bn Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] rtmpdh: Create sufficiently long private keys for gcrypt/nettle

2015-05-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu May 28 11:42:44 2015 +0300| [e9e86d9ef637f5a600c76b352ffe5a82b71b25d1] | committer: Martin Storsjö rtmpdh: Create sufficiently long private keys for gcrypt/nettle There was a misunderstanding betewen bits and bytes

[FFmpeg-cvslog] rtmpdh: Add fate test for the DH handshake routine

2015-05-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu May 28 10:54:11 2015 +0300| [063f7467e4d14ab7fe01b2845dab60cc75df8b53] | committer: Martin Storsjö rtmpdh: Add fate test for the DH handshake routine This helps if these functions need to be implemented using another crypto API

[FFmpeg-cvslog] rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_key

2015-05-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu May 28 11:39:45 2015 +0300| [8016a1bd3b60e917e1b12748dd80c06c3462c286] | committer: Martin Storsjö rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_key Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] rtsp: Make sure we don' t write too many transport entries into a fixed-size array

2015-06-01 Thread Martin Storsjö
ffmpeg | branch: release/2.2 | Martin Storsjö mar...@martin.st | Fri Apr 24 12:38:09 2015 +0300| [4c4cc9b27b69a86e405fd7612aa0a62f3b62b027] | committer: Reinhard Tartler rtsp: Make sure we don't write too many transport entries into a fixed-size array CC: libav-sta...@libav.org Signed-off

[FFmpeg-cvslog] rtmpdh: Fix the indentation in a struct

2015-06-01 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sat May 30 22:19:35 2015 +0300| [84c5ff911f3f0557c8f97a964f74ceb01dd6d214] | committer: Martin Storsjö rtmpdh: Fix the indentation in a struct Signed-off-by: Martin Storsjö mar...@martin.st http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] rtmpdh: Use GMP functions directly, instead of nettle wrappers

2015-06-01 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun May 31 23:46:56 2015 +0300| [63ce9fd23cfa5ac0d9a862be0da138108dc1c505] | committer: Martin Storsjö rtmpdh: Use GMP functions directly, instead of nettle wrappers mpz_import and mpz_export were added in GMP 4.1, in 2002

[FFmpeg-cvslog] dxva2: Add ifdefs around structs that might not be available

2015-06-01 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Jun 1 12:16:51 2015 +0300| [172b2cee17a3779c114ba065dd7b25dcf61e408f] | committer: Martin Storsjö dxva2: Add ifdefs around structs that might not be available Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] configure: Remove some unnecessary exported config items

2015-06-01 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Jun 1 13:46:40 2015 +0300| [8349bedfa5eac7f261ac43053a2f66b894bac288] | committer: Martin Storsjö configure: Remove some unnecessary exported config items The only need to be listed if they are to be used in ifdefs from within

[FFmpeg-cvslog] configure: Require LPDIRECT3DSURFACE9 for dxva2

2015-06-01 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Jun 1 12:06:08 2015 +0300| [ff7ae4b9df6e89d99dbd5434408123b80a4f6cd7] | committer: Martin Storsjö configure: Require LPDIRECT3DSURFACE9 for dxva2 This fixes dxva2 detection (i.e. correctly realizes that it isn't available

[FFmpeg-cvslog] rtmpdh: Generate the whole private exponent using av_get_random_seed() with nettle/gmp

2015-05-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri May 29 10:14:39 2015 +0300| [b2f0f37d242f1194fe1f886557cf6cefdf98caf6] | committer: Martin Storsjö rtmpdh: Generate the whole private exponent using av_get_random_seed() with nettle/gmp Don't use a PRNG for generating

[FFmpeg-cvslog] fate: Avoid unnecessary pixel format conversions

2015-06-30 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Tue Jun 30 22:35:44 2015 +0300| [e2bd03a14a4e3366df0b1ee8e284a97165be1f3c] | committer: Martin Storsjö fate: Avoid unnecessary pixel format conversions Most of the fate-dds-* and fate-txd-* tests already output into the same pixel

[FFmpeg-cvslog] tls: Use custom IO to read from the URLContext

2015-05-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Nov 10 16:58:58 2011 +0200| [d15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02] | committer: Martin Storsjö tls: Use custom IO to read from the URLContext This avoids hijacking the fd, by reading using the normal URLContext functions

[FFmpeg-cvslog] tls: Remove the nonblocking code

2015-05-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Nov 10 17:35:39 2011 +0200| [d13b124eaf452b267480074b2e6946538ed03a6e] | committer: Martin Storsjö tls: Remove the nonblocking code Since the underlying URLContext read functions are used, they handle interruption, without having

[FFmpeg-cvslog] tls: Remove all the local polling loops

2015-05-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Nov 10 17:44:27 2011 +0200| [94599a6de3822b13c94096d764868128f388ba28] | committer: Martin Storsjö tls: Remove all the local polling loops These aren't necessary any longer. Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] rtsp: Make sure we don' t write too many transport entries into a fixed-size array

2015-05-21 Thread Martin Storsjö
ffmpeg | branch: release/2.5 | Martin Storsjö mar...@martin.st | Fri Apr 24 12:38:09 2015 +0300| [6b7c6218393082bf6c91f08944a6d2087e2170e7] | committer: Michael Niedermayer rtsp: Make sure we don't write too many transport entries into a fixed-size array (cherry picked from commit

[FFmpeg-cvslog] rtsp: Make sure we don' t write too many transport entries into a fixed-size array

2015-05-19 Thread Martin Storsjö
ffmpeg | branch: release/2.4 | Martin Storsjö mar...@martin.st | Fri Apr 24 12:38:09 2015 +0300| [f77c9d71615e17414aacbb1720693b800a5a32d3] | committer: Vittorio Giovara rtsp: Make sure we don't write too many transport entries into a fixed-size array CC: libav-sta...@libav.org Signed-off

[FFmpeg-cvslog] movenc: Add a new flag for writing global sidx indexes for dash

2015-08-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Aug 9 23:11:55 2015 +0300| [26ac22e5e7394346e9d59f800e7d4e91f4518d33] | committer: Martin Storsjö movenc: Add a new flag for writing global sidx indexes for dash The double meaning of the faststart flag (moving a moov atom

[FFmpeg-cvslog] configure: arm: Assume softfp ABI on darwin

2015-08-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Aug 14 09:47:21 2015 +0300| [cb2dbe2c762dae44d890aa26620bcdd9022fd0f3] | committer: Martin Storsjö configure: arm: Assume softfp ABI on darwin Don't try to detect the float ABI by checking at the toolchain name or by trying

[FFmpeg-cvslog] libfdk-aacdec: Bump the max number of channels to 8

2015-08-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Aug 14 10:55:54 2015 +0300| [87de6ddb7b7674e329d5c96677bd8685bc7f7855] | committer: Martin Storsjö libfdk-aacdec: Bump the max number of channels to 8 In the latest version of fdk-aac, the decoder can output up to 8 channels; take

[FFmpeg-cvslog] libfdk-aacdec: Clean up properly if the init fails

2015-08-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Aug 14 11:33:03 2015 +0300| [f34b152eb7b7e8d2aee57c710a072cf74173fbe1] | committer: Martin Storsjö libfdk-aacdec: Clean up properly if the init fails Previously most of the error paths leaked. Also add

[FFmpeg-cvslog] libfdk-aacdec: Always decode into an intermediate buffer

2015-08-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Aug 14 11:05:30 2015 +0300| [1b90433f79de857550d4d8c35c89fbe954920594] | committer: Martin Storsjö libfdk-aacdec: Always decode into an intermediate buffer For ADTS streams, the output format (number of channels, frame size) can

[FFmpeg-cvslog] rtsp: Only interpret $ as interleaved packet indicator at the start of replies

2015-07-30 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Jan 21 13:05:43 2015 +0100| [764ec70149728be82304c163ccc4e280f1629201] | committer: Martin Storsjö rtsp: Only interpret $ as interleaved packet indicator at the start of replies Allow $ as character anywhere within normal RTSP

[FFmpeg-cvslog] checkasm: Include io.h for isatty, if available

2015-07-30 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Wed Jul 29 23:08:09 2015 +0300| [bf0cef5c3a114df452e5476167634dd8f51eb448] | committer: Martin Storsjö checkasm: Include io.h for isatty, if available configure does check for isatty, and checkasm properly checks HAVE_ISATTY

[FFmpeg-cvslog] configure: Don' t force _WIN32_WINNT to an older version if targeting winphone/winrt

2015-07-28 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Jul 24 23:12:43 2015 +0300| [c6e0829e3696c894d24c8088c3ee30a9c17534c2] | committer: Martin Storsjö configure: Don't force _WIN32_WINNT to an older version if targeting winphone/winrt This avoids having to manually set

[FFmpeg-cvslog] dxva2/d3d11va: Set _WIN32_WINNT to 0x0602 instead of 0x0600

2015-07-28 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sat Jul 25 20:30:31 2015 +0300| [d75b55635a02444c2f188c26e431a1cec992babe] | committer: Martin Storsjö dxva2/d3d11va: Set _WIN32_WINNT to 0x0602 instead of 0x0600 If _WIN32_WINNT is unset, we force it to a new enough value to make

[FFmpeg-cvslog] movenc: Rename reserved_moov_pos to reserved_header_pos

2015-08-10 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Aug 9 22:39:28 2015 +0300| [83f254e65f938657a4dbec711e4c94252a72daf9] | committer: Martin Storsjö movenc: Rename reserved_moov_pos to reserved_header_pos The same field is also used for writing the sidx index header

[FFmpeg-cvslog] movenc: Check that frag_info entries exist in mov_write_sidx_tag

2015-08-10 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Aug 9 22:36:25 2015 +0300| [8e34089e265a6b01e1e3301e8864439d26793753] | committer: Martin Storsjö movenc: Check that frag_info entries exist in mov_write_sidx_tag This fixes crashes with pathological cases when trying to write

[FFmpeg-cvslog] movenc: Place the sidx index after the initial moov/mdat pair

2015-08-10 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Aug 9 22:40:39 2015 +0300| [5f200bbf98efe50f63d0515b115d2ba8dae297bc] | committer: Martin Storsjö movenc: Place the sidx index after the initial moov/mdat pair For fragmented files with non-empty moov, with a fragment index (sidx

[FFmpeg-cvslog] configure: Check for _M_ARMT to detect thumb when using MSVC

2015-07-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Jul 24 23:29:17 2015 +0300| [60a21b3d81c1a11cf5a08950eadd4e84ca2e597c] | committer: Martin Storsjö configure: Check for _M_ARMT to detect thumb when using MSVC Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] configure: Simplify, remove an unnecessary intermediate variable

2015-07-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Mon Jul 27 09:40:28 2015 +0300| [e4015b00d4e9e40dc1693a018edd51bf7a04993e] | committer: Martin Storsjö configure: Simplify, remove an unnecessary intermediate variable Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] configure: Default to armasm for --toolchain=msvc when targeting arm

2015-07-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Jul 24 23:23:29 2015 +0300| [2192ff84dd720968108bc1ca54e239f4c94eb61d] | committer: Martin Storsjö configure: Default to armasm for --toolchain=msvc when targeting arm Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] configure: Check MSVC defines for identifying hardfloat

2015-07-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri Jul 24 23:25:10 2015 +0300| [616b409c8f1e4fa568908212c01f6530da8d2e71] | committer: Martin Storsjö configure: Check MSVC defines for identifying hardfloat This macro identifies whether VFPv3 is available; MSVC defaults

[FFmpeg-cvslog] doc: Remove the now unnecessary remark about PATH and link.exe

2015-07-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sun Jul 26 20:23:30 2015 +0300| [6d3081e6c374ff7da12b07ed33d1662be1b32dbc] | committer: Martin Storsjö doc: Remove the now unnecessary remark about PATH and link.exe Signed-off-by: Martin Storsjö mar...@martin.st http

[FFmpeg-cvslog] dds: Write the palette in the native endian form

2015-07-23 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Jul 23 17:59:44 2015 +0300| [44f7df0c987965763c609f6dc36974b04182e58d] | committer: Martin Storsjö dds: Write the palette in the native endian form This fixes the palette on big endian, broken (or, differing from little endian

[FFmpeg-cvslog] configure: Only redefine inline to __inline for msvc if necessary

2015-07-26 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sat Jul 25 22:47:47 2015 +0300| [5fd553d31272d5ed42a7a5a0ecaab7b3452da83a] | committer: Martin Storsjö configure: Only redefine inline to __inline for msvc if necessary This isn't necessary on MSVC 2015 any longer. Signed-off

[FFmpeg-cvslog] configure: Only add -FIstdlib.h for msvc/icl if necessary

2015-07-26 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sat Jul 25 22:09:21 2015 +0300| [0cff125200ab53fa3ae70d85b4f614f269fe3426] | committer: Martin Storsjö configure: Only add -FIstdlib.h for msvc/icl if necessary This is only necessary on MSVC 2010/2012 (and possibly on some ICL

[FFmpeg-cvslog] configure: Only redirect strtoll to _strtoi64 if necessary

2015-07-26 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Sat Jul 25 22:54:26 2015 +0300| [342b0ba5f93b09b1d0c2597db44605300e6fcc53] | committer: Martin Storsjö configure: Only redirect strtoll to _strtoi64 if necessary This isn't necessary any longer on MSVC 2013 Update 4. Signed-off

[FFmpeg-cvslog] rtsp: Make sure we don' t write too many transport entries into a fixed-size array

2015-07-20 Thread Martin Storsjö
ffmpeg | branch: release/2.6 | Martin Storsjö mar...@martin.st | Fri Apr 24 12:38:09 2015 +0300| [94a3d2e49caa23f9a9506b226ada1344a91ce24d] | committer: Michael Niedermayer rtsp: Make sure we don't write too many transport entries into a fixed-size array (cherry picked from commit

[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ö <mar...@martin.st> | 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 w

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

2015-10-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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/V100R00

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

2015-10-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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 re

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

2015-10-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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ö <mar...@martin.st

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

2015-11-16 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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

[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ö <mar...@martin.st> | 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 fra

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

2015-11-17 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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

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

2015-11-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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/fil

[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ö <mar...@martin.st> | 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 getserv

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

2015-11-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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 m

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

2015-11-18 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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 call

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

2015-11-18 Thread Martin Storsjö
ffmpeg | branch: release/2.7 | Martin Storsjö <mar...@martin.st> | 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 o

[FFmpeg-cvslog] mov: Allow more than one keyframe per trun

2015-09-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | Wed Sep 2 13:05:45 2015 +0300| [7cad1bf0759ada2a1fc3e80bb232a5377dd4fda4] | committer: Martin Storsjö mov: Allow more than one keyframe per trun The previous restriction was partially designed to fix certain (broken) sample

[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ö <mar...@martin.st> | 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 rest

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

2015-12-08 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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 prev

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

2015-12-06 Thread Martin Storsjö
ffmpeg | branch: release/2.4 | Martin Storsjö <mar...@martin.st> | 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 o

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

2016-01-01 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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 autom

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

2015-11-26 Thread Martin Storsjö
ffmpeg | branch: release/2.8 | Martin Storsjö <mar...@martin.st> | 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 o

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

2015-11-26 Thread Martin Storsjö
ffmpeg | branch: release/2.5 | Martin Storsjö <mar...@martin.st> | 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 o

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

2015-11-19 Thread Martin Storsjö
ffmpeg | branch: release/2.6 | Martin Storsjö <mar...@martin.st> | 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 o

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

2015-11-22 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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 seq

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

2015-11-22 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | Wed Nov 11 22:09:41 2015 +0200| [92d107a17127c29036b71e53315a2c702960819a] | committer: Martin Storsjö xtea: Add functions for little endian mode Signed-off-by: Martin Storsjö <mar...@martin.st> > http://git.videolan

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

2015-11-22 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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ö <mar...@martin.st

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

2015-11-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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ö <mar...@martin.st

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

2016-06-14 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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

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

2016-06-14 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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ö <mar...@

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

2016-06-14 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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ö <mar...@martin.st> > http://g

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

2016-06-14 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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 rec

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

2016-06-14 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö <mar...@martin.st> | 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ö <mar...@martin.st

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