1. 05 Jul, 2017 6 commits
    • Diego Biurrun's avatar
      cinepakenc: Drop broken debug code · b40236d9
      Diego Biurrun authored
      b40236d9
    • addr-see-the-website@aetey.se's avatar
      cinepakenc: add option handling for flexibility · 158d2e15
      addr-see-the-website@aetey.se authored
      Now it is possible to adjust compression speed vs R/D when needed
      and also skip vintage player compatibility at will.
      Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
      158d2e15
    • addr-see-the-website@aetey.se's avatar
      cinepakenc: fixes and improvements · 7da9f452
      addr-see-the-website@aetey.se authored
      version 2013-02-08 Rl
      - fixes/optimization in multistrip encoding and codebook size choice,
        quality/bitrate is now better than that of the binary proprietary encoder
      
      version 2013-02-12 Rl
      - separated codebook training sets, avoided the transfer of wasted bytes,
        which yields both better quality and smaller files
      - now using the correct colorspace (TODO: move conversion to libswscale)
      
      version 2013-02-14 Rl "Valentine's Day" version:
      - made strip division more robust
      - minimized bruteforcing the number of strips,
        (costs some R/D but speeds up compession a lot), the heuristic
        assumption is that score as a function of the number of strips has
        one wide minimum which moves slowly, of course not fully true
      - simplified codebook generation,
        the old code was meant for other optimizations than we actually do
      - optimized the codebook generation / error estimation for MODE_MC
      
      version 2013-04-28 Rl
      - bugfixed codebook optimization logic
      
      version 2014-01-20 Rl
      - made the encoder compatible with vintage decoders
        and added some yet unused code for possible future
        incremental codebook updates
      - fixed a small memory leak
      
      version 2014-01-21 Rl
      - believe it or not, now we get even smaller files, with better quality
        (which means I missed an optimization earlier :)
      Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
      7da9f452
    • Tomas Härdin's avatar
      Add Cinepak encoder · 89e632de
      Tomas Härdin authored
      With permission of Tomas Härdin applied by Rl aetey.se
      Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
      89e632de
    • Martin Storsjö's avatar
    • Martin Storsjö's avatar
      d3d11va: Check WINAPI_FAMILY instead of HAVE_LOADLIBRARY · 1912973a
      Martin Storsjö authored
      If using the winstore compat library, a fallback LoadLibrary
      function does exist, that only calls LoadPackagedLibrary though
      (which doesn't work for dynamically loading d3d11 DLLs).
      
      Therefore explicitly check the targeted API family instead.
      
      Make this check a reusable HAVE_* component which other parts
      of the libraries can check when necessary as well.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      1912973a
  2. 02 Jul, 2017 1 commit
  3. 28 Jun, 2017 3 commits
  4. 26 Jun, 2017 8 commits
  5. 24 Jun, 2017 4 commits
  6. 22 Jun, 2017 1 commit
  7. 21 Jun, 2017 2 commits
  8. 20 Jun, 2017 8 commits
    • Martin Storsjö's avatar
      tls_gnutls: Readd support for nonblocking operation · eb061ad6
      Martin Storsjö authored
      The rtmp protocol uses nonblocking reads, to poll for incoming
      messages from the server while publishing a stream.
      
      Prior to 94599a6d and
      d13b124e, the tls protocol
      handled the nonblocking flag, mostly as a side effect from not
      using custom IO callbacks for reading from the socket. When custom
      IO callbacks were taken into use in
      d15eec4d, the handling of a nonblocking
      socket wasn't necessary for the default blocking mode any longer.
      
      The code was simplified, since it was overlooked that other code
      within libavformat actually used the tls protocol in nonblocking mode.
      
      This fixes publishing over rtmps, with the gnutls backend.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      eb061ad6
    • Martin Storsjö's avatar
      tls_openssl: Readd support for nonblocking operation · 0671eb23
      Martin Storsjö authored
      The rtmp protocol uses nonblocking reads, to poll for incoming
      messages from the server while publishing a stream.
      
      Prior to 94599a6d and
      d13b124e, the tls protocol
      handled the nonblocking flag, mostly as a side effect from not
      using custom IO callbacks for reading from the socket. When custom
      IO callbacks were taken into use in
      d15eec4d, the handling of a nonblocking
      socket wasn't necessary for the default blocking mode any longer.
      
      The code was simplified, since it was overlooked that other code
      within libavformat actually used the tls protocol in nonblocking mode.
      
      This fixes publishing over rtmps, with the openssl backend.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      0671eb23
    • John Stebbins's avatar
      movenc: allow alternative hvc1 h.265 codec tag · 84ab1cc4
      John Stebbins authored
      If AVCodecParameters.codec_tag is 'hvc1' use it instead of 'hev1' for
      h.265 streams. QuickTime (and other Apple software) requires 'hvc1'.
      84ab1cc4
    • John Stebbins's avatar
      1ea9b7fd
    • John Stebbins's avatar
      1c64bae6
    • John Stebbins's avatar
      movenc: simplify codec_tag lookup · f6f86f43
      John Stebbins authored
      mux.c init_muxer() already sets codec_tag correctly in the cases
      simplified here.
      
      This also adds the capability to support alternative tags for the
      same codec_id.
      f6f86f43
    • John Stebbins's avatar
      movenc: use correct tag list for AVOutputFormat.codec_tag · 713efb2c
      John Stebbins authored
      ff_mp4_obj_type contains the wrong type of tags for
      AVOutputFormat.codec_tag. AVOutputFormat.codec_tag is used to
      validate AVCodecParameters.codec_tag so needs to be the same
      type of tag.
      
      Creates new tag lists for mp4 and ismv.  New tag lists support
      same list of codecs found in ff_mp4_obj_type. psp uses the same
      tag list as mp4 since these both use mp4_get_codec_tag to look up tags.
      713efb2c
    • Memphiz's avatar
      aarch64: vp9: Fix assembling with Xcode 6.2 and older · a970f9de
      Memphiz authored
      Properly use the b.eq/b.ge forms instead of the nonstandard forms
      (which both gas and newer clang accept though), and expand the
      register list that used a range (which the Xcode 6.2 clang, based
      on clang 3.5 svn, didn't support).
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      a970f9de
  9. 19 Jun, 2017 1 commit
  10. 18 Jun, 2017 4 commits
  11. 17 Jun, 2017 2 commits
    • Diego Biurrun's avatar
      configure: Fix handling of _select dependencies · d9da7151
      Diego Biurrun authored
      The handling of _select dependencies had two issues:
      
      1) extralibs from _select dependencies of a component were not added to
         the list of extralibs for that component.
      2) extralibs from dependencies were only added to the extralibs of a
         component if the component was enabled. This led to incorrect results
         if that component was enabled by another component later in the dependency
         resolution process. Instead, always generate the full list of component
         extralibs for use later in the dependency resolution process.
      
      Also remove a leftover unused variable.
      d9da7151
    • Diego Biurrun's avatar
      7b1f9873