]> git.sesse.net Git - vlc/commit
* modules/codec/ffmpeg/encoder.c:
authorChristophe Massiot <massiot@videolan.org>
Wed, 3 Mar 2004 11:29:26 +0000 (11:29 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 3 Mar 2004 11:29:26 +0000 (11:29 +0000)
commit9e4b5e027c85c6bc90e2ecf959ba1dac54897fc2
treef6d17e7b43f85cbe8a18f2096d2e65feadcf722a
parent7a649fb24aa5dbc9d8fdb5dad42346f35fe6de64
* modules/codec/ffmpeg/encoder.c:
  - use AV_NOPTS_VALUE instead of 0 when it's available
  - reworked the hurry-up mode to start with disabling the B frames first
  - reworked the hurry-up mode to remove my thread mess
  - check that we don't feed ffmpeg with twice the same PTS (crashes ffmpeg)
  - correctly flag the picture types

* modules/stream_out/transcode.c:
  - use AV_NOPTS_VALUE instead of 0 when it's available
  - copy block_t::i_flags to sout_buffer_t::i_flags (temporary)
modules/codec/ffmpeg/encoder.c
modules/stream_out/transcode.c