Skip to content
Snippets Groups Projects
  1. Nov 26, 2013
  2. Nov 23, 2013
  3. Nov 15, 2013
  4. Nov 08, 2013
  5. Nov 04, 2013
  6. Oct 31, 2013
    • Guillaume Martres's avatar
      Add HEVC decoder · 064698d3
      Guillaume Martres authored
      
      Initially written by Guillaume Martres <smarter@ubuntu.com> as a GSoC
      project. Further contributions by the OpenHEVC project and other
      developers, namely:
      
      Mickaël Raulet <mraulet@insa-rennes.fr>
      Seppo Tomperi <seppo.tomperi@vtt.fi>
      Gildas Cocherel <gildas.cocherel@laposte.net>
      Khaled Jerbi <khaled_jerbi@yahoo.fr>
      Wassim Hamidouche <wassim.hamidouche@insa-rennes.fr>
      Vittorio Giovara <vittorio.giovara@gmail.com>
      Jan Ekström <jeebjp@gmail.com>
      Anton Khirnov <anton@khirnov.net>
      Martin Storsjö <martin@martin.st>
      Luca Barbato <lu_zero@gentoo.org>
      Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
      Reimar Döffinger <Reimar.Doeffinger@gmx.de>
      Diego Biurrun <diego@biurrun.de>
      
      Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
      064698d3
    • David Kment's avatar
      HNM4/HNM4A demuxer & video decoder · 9af7a852
      David Kment authored
      
      Signed-off-by: default avatarDiego Biurrun <diego@biurrun.de>
      9af7a852
  7. Oct 28, 2013
  8. Sep 26, 2013
  9. Sep 18, 2013
    • Justin Ruggles's avatar
      Add a WebP decoder · c4bfa098
      Justin Ruggles authored
      Container and lossy decoding by Aneesh Dogra <aneesh@sugarlabs.org>
      Lossless decoding by Justin Ruggles <justin.ruggles@gmail.com>
      c4bfa098
  10. Aug 31, 2013
    • Christian Schmidt's avatar
      pcm_dvd: consolidate pieces from pcm.c and mpeg.c · a42e3a67
      Christian Schmidt authored
      
      Remove the header decoding for PCM audio from mpeg.c and the
      20/24bit parts from pcm.c and merge them into a new decoder in
      pcm-dvd.c.
      
      The decoder has added support for samples that span multiple
      packets and modified 20/24bit group decoding. Both is needed to
      decode samples that have been generated with DVD-Lab Pro 2. The
      decoding of 16bit PCM and two channel 24bit is identical to
      before. No other samples are known to verify the correctness of
      the encoding this software does.
      The complete list of tested formats is
      48kHz/16bit/2-8 channels
      48kHz/24bit/2-5 channels
      96kHz/16bit/2-4 channels
      96kHz/24bit/2 channels
      
      Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
      a42e3a67
    • Christian Schmidt's avatar
      pcm_bluray: rename pcm-mpeg.c to pcm-bluray.c · 0d6549d8
      Christian Schmidt authored
      The original idea was to collect PCM codecs that could appear in various
      MPEG streams in this file. Discussion in IRC lead to the conclusion that
      one codec per file would be better and stop the need for #ifdefs.
      0d6549d8
  11. Aug 20, 2013
    • Martin Storsjö's avatar
      Add a libfdk-aac decoder · 4f2b469d
      Martin Storsjö authored
      This can be useful for decoding AAC object types that are not supported
      by the native AAC decoder, e.g. AAC-LD and AAC-ELD.
      4f2b469d
  12. Aug 09, 2013
    • Martin Storsjö's avatar
      libavutil: Make avpriv_open a library-internal function on msvcrt · e743e7ae
      Martin Storsjö authored
      
      Add one copy of the function into each of the libraries, similarly
      to what we do for log2_tab. When using static libs, only one
      copy of the file_open.o object file gets included, while when
      using shared libraries, each of them get a copy of its own.
      
      This fixes DLL builds with a statically linked C runtime, where
      each DLL effectively has got its own instance of the C runtime,
      where file descriptors can't be shared across runtimes.
      
      On systems not using msvcrt, the function is not duplicated.
      
      Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
      e743e7ae
  13. Aug 08, 2013
  14. Aug 05, 2013
  15. Jun 10, 2013
  16. Jun 03, 2013
  17. May 24, 2013
  18. May 18, 2013
  19. May 17, 2013
  20. Apr 22, 2013
  21. Apr 19, 2013
  22. Apr 10, 2013
  23. Mar 27, 2013
  24. Mar 11, 2013
  25. Mar 09, 2013
  26. Mar 07, 2013
  27. Feb 17, 2013
  28. Feb 06, 2013
  29. Jan 24, 2013
  30. Jan 21, 2013
    • Ronald S. Bultje's avatar
      wmv2: move IDCT to its own DSP context. · e6bc38fd
      Ronald S. Bultje authored
      This allows us to remove FF_IDCT_WMV2, which serves no practical purpose
      other than to be able to select the WMV2 IDCT for MPEG (or vice versa)
      and get corrupt output.
      
      Fate tests for all wmv2-related tests change, because (for some obscure
      reason) they forced use of the MPEG IDCT. You would get the same changes
      previously by not using -idct simple in the fate test (or replacing it
      with -idct auto).
      e6bc38fd
  31. Jan 20, 2013
  32. Jan 14, 2013
Loading