1. 22 Apr, 2010 4 commits
  2. 21 Apr, 2010 13 commits
  3. 20 Apr, 2010 11 commits
  4. 19 Apr, 2010 10 commits
  5. 18 Apr, 2010 2 commits
    • stefano's avatar
      Fix leak in avfilter_graph_add_filter(). · fa43cf8e
      stefano authored
      In case of reallocation failure the pointer to the original filter
      array was lost. The correct behavior seems to just keep the old array
      and count.
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22905 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      fa43cf8e
    • stefano's avatar
      Implement librtmp seek support. · 351f25b7
      stefano authored
      Implement flv_read_seek(), add a missing check on stream_index
      and fix timestamp rounding in rtmp_read_seek().
      
      Also add the flv_read_seek2() function, which is not enabled but is
      useful as reference.
      To actually implement flv_read_seek2() correctly, there would need to
      be some corresponding av_url_read_fseek2() function to propagate the
      timestamps down to the ByteIOContext and URLContext.
      
      Patch by Howard Chu <hyc <at> highlandsun.com>.
      
      See the thread:
      Subject: [FFmpeg-devel] RTMP seek support
      Date: 2010-03-28 23:35:02 GMT
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22904 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      351f25b7