1. 07 May, 2004 4 commits
  2. 06 May, 2004 1 commit
  3. 05 May, 2004 4 commits
  4. 04 May, 2004 2 commits
  5. 02 May, 2004 4 commits
  6. 01 May, 2004 1 commit
  7. 30 Apr, 2004 12 commits
  8. 29 Apr, 2004 4 commits
  9. 27 Apr, 2004 6 commits
  10. 26 Apr, 2004 2 commits
    • Wolfram Gloger's avatar
      Fix synthetic next_pts calculation / audio pts patch by (Wolfram Gloger <wmglo... · 4b85a28f
      Wolfram Gloger authored
      Fix synthetic next_pts calculation / audio pts patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
      
      Originally committed as revision 3079 to svn://svn.ffmpeg.org/ffmpeg/trunk
      4b85a28f
    • Hauke Duden's avatar
      mpeg SVCD compatibility, SCR fixes, standard compliance · 22494489
      Hauke Duden authored
      - fixed VBR+constrained bitstream header flags for non-VCD
      - more sane (and SVCD compatible) value for video stream->max_buffer_size
      - always write at least one PES header stuffing byte for MPEG-2 to
      prevent accidental start code generation
      - do not write more than 16 stuffing bytes in a PES header (not
      allowed). Use padding packets instead.
      - include a PES extension in the first MPEG-2 packet
      - fill the first pack of SVCD files with padding
      - "sanity hack" that prevents the SCR from overtaking the PTS for non-VCD
      - fixed VCD PTS values to correspond to the SCR
      - always include DTS in the first SVCD packet (fixes lots of
      compatibility problems with DVD players)
      
      patch by (Hauke Duden <H.NS.Duden at gmx dot net>)
      
      Originally committed as revision 3078 to svn://svn.ffmpeg.org/ffmpeg/trunk
      22494489