1. 29 Sep, 2015 1 commit
  2. 19 Apr, 2015 1 commit
  3. 13 Oct, 2014 1 commit
    • Anton Khirnov's avatar
      lavc: use a separate field for exporting audio encoder padding · 2df0c32e
      Anton Khirnov authored
      Currently, the amount of padding inserted at the beginning by some audio
      encoders, is exported through AVCodecContext.delay. However
      - the term 'delay' is heavily overloaded and can have multiple different
        meanings even in the case of audio encoding.
      - this field has entirely different meanings, depending on whether the
        codec context is used for encoding or decoding (and has yet another
        different meaning for video), preventing generic handling of the codec
        context.
      
      Therefore, add a new field -- AVCodecContext.initial_padding. It could
      conceivably be used for decoding as well at a later point.
      2df0c32e
  4. 04 May, 2013 1 commit
  5. 07 Jan, 2013 1 commit
  6. 02 Jan, 2013 1 commit
  7. 04 Oct, 2012 2 commits
  8. 29 Aug, 2012 1 commit
  9. 28 Aug, 2012 1 commit
  10. 26 Aug, 2012 1 commit
  11. 15 Aug, 2012 1 commit
  12. 15 May, 2012 1 commit
  13. 07 May, 2012 1 commit
    • Michael Niedermayer's avatar
      audio_frame_que: simplify · 36583d23
      Michael Niedermayer authored
      Also update libav->ffmpeg as theres pretty much no code left from libav.
      The new code is faster, requires fewer mallocs and less memory. Its
      also half the number of lines of code.
      
      This code is not 100% identical in behavior to the previous, but the
      differences appear to be rather limitations of the previous design
      than intended though i could be wrong of course.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      36583d23
  14. 20 Mar, 2012 1 commit