1. 19 Jan, 2017 1 commit
  2. 16 Jan, 2017 1 commit
  3. 09 Dec, 2016 1 commit
  4. 04 Aug, 2016 2 commits
  5. 27 Jul, 2016 2 commits
  6. 19 Jul, 2016 1 commit
  7. 15 Jul, 2016 1 commit
    • Anton Khirnov's avatar
      h264: eliminate decode_postinit() · f450cc7b
      Anton Khirnov authored
      This function's purpose is not very well defined. Currently it does two
      (only marginally related) things: selecting the next output frame and
      calling ff_thread_finish_setup() for frame threading. The first of those
      more properly belongs under field_start(), while the second can be
      called directly from decode_nal_units().
      f450cc7b
  8. 11 Jul, 2016 1 commit
    • Anton Khirnov's avatar
      h264_ps: export actual height in MBs as SPS.mb_height · a8cbe5a0
      Anton Khirnov authored
      Currently, SPS.mb_height is actually what the spec calls
      PicHeightInMapUnits, which is half the frame height when interlacing is
      allowed. Calling this 'mb_height' is quite confusing, and there are at
      least two associated bugs where this field is treated as the actual
      frame height - in the h264 parser and in the code computing maximum
      reordering buffer size for a given level.
      
      Fix those issues (and avoid possible future ones) by exporting the real
      frame height in this field.
      a8cbe5a0
  9. 03 Jul, 2016 1 commit
  10. 01 Jul, 2016 1 commit
  11. 30 Jun, 2016 2 commits
  12. 29 Jun, 2016 3 commits
  13. 23 Jun, 2016 1 commit
  14. 21 Jun, 2016 21 commits
  15. 20 Jun, 2016 1 commit