1. 14 Dec, 2016 3 commits
    • Anton Khirnov's avatar
      decode: be more explicit about storing the last packet properties · 549d0bdc
      Anton Khirnov authored
      The current code stores a pointer to the packet passed to the decoder,
      which is then used during get_buffer() for timestamps and side data
      passthrough. However, since this is a pointer to user data which we do
      not own, storing it is potentially dangerous. It is also ill defined for
      the new decoding API with split input/output.
      
      Fix this problem by making an explicit internally owned copy of the
      packet properties.
      549d0bdc
    • Anton Khirnov's avatar
      lavc: add a null bitstream filter · 47e547b3
      Anton Khirnov authored
      It is useful for testing/debugging and will also be used as the default
      filter in the following commit adding pre-decode filtering to avoid
      having a separate non-filtered codepath.
      47e547b3
    • Anton Khirnov's avatar
      0309ddcf
  2. 12 Dec, 2016 2 commits
  3. 11 Dec, 2016 4 commits
  4. 10 Dec, 2016 4 commits
  5. 09 Dec, 2016 7 commits
  6. 08 Dec, 2016 15 commits
  7. 07 Dec, 2016 5 commits