1. 14 Apr, 2009 1 commit
  2. 13 Apr, 2009 1 commit
  3. 20 Mar, 2009 1 commit
  4. 03 Mar, 2009 3 commits
    • Ronald S. Bultje's avatar
      Don't let finalize_packet() touch pkt->stream_index. Instead, let individual · eafb17d1
      Ronald S. Bultje authored
      payload handlers take care of that themselves at their own option. What this
      patch really does is "fix" a bug in MS-RTSP protocol where incoming packets
      are always coming in over the connection (UDP) or interleave-id (TCP) of
      the stream-id of the first ASF packet in the RTP packet. However, RTP packets
      may contain multiple ASF packets (and usually do, from what I can see), and
      therefore this leads to playback bugs. The intended stream-id per ASF packet
      is given in the respective ASF packet header. The ASF demuxer will correctly
      read this and set pkt->stream_index, but since the "stream" parameter can
      not be known to rtpdec.c or any of the RTP/RTSP code, the "st" parameter
      in all these functions is basically invalid. Therefore, using st->id as
      pkt->stream_index leads to various playback bugs. The result of this patch
      is that pkt->stream_index is left untouched for RTP/ASF (and possibly for
      other payloads that have similar behaviour).
      
      The patch was discussed in the "[PATCH] rtpdec.c: don't overwrite
      pkt->stream_index in finalize_packet()" thread on the mailinglist.
      
      Originally committed as revision 17767 to svn://svn.ffmpeg.org/ffmpeg/trunk
      eafb17d1
    • Ronald S. Bultje's avatar
      Reindent after r17764. · 95f03cf3
      Ronald S. Bultje authored
      Originally committed as revision 17765 to svn://svn.ffmpeg.org/ffmpeg/trunk
      95f03cf3
    • Ronald S. Bultje's avatar
      In the current implementation of rtp_parse_packet(), finalize_packet() is · f3e71942
      Ronald S. Bultje authored
      called for all packets with an internal handler function but only for
      non-first packets from dynamic payload parse_packet() handlers. This patch
      fixes that. Bug was noticed by Luca in "[PATCH] rtpdec.c: don't overwrite
      pkt->stream_index in finalize_packet()" thread.
      
      Originally committed as revision 17764 to svn://svn.ffmpeg.org/ffmpeg/trunk
      f3e71942
  5. 26 Feb, 2009 1 commit
  6. 06 Feb, 2009 2 commits
  7. 27 Jan, 2009 1 commit
  8. 19 Jan, 2009 1 commit
  9. 13 Dec, 2008 1 commit
  10. 04 Oct, 2008 2 commits
  11. 29 Sep, 2008 1 commit
    • Diego Biurrun's avatar
      Uniformly define _XOPEN_SOURCE to 600. · d0feff2a
      Diego Biurrun authored
      The feature_tests.h header from Sun systems (Solaris/OpenSolaris) will abort
      the build if _XOPEN_SOURCE is defined to 500, and C99 is requested (as well
      as POSIX.1-2001), and will only accept it to be defined to 600.
      inspired by a patch from Diego Pettenò, flameeyes gmail com
      
      Originally committed as revision 15460 to svn://svn.ffmpeg.org/ffmpeg/trunk
      d0feff2a
  12. 07 Sep, 2008 1 commit
  13. 22 Aug, 2008 1 commit
  14. 14 Aug, 2008 1 commit
  15. 13 Jul, 2008 1 commit
  16. 02 Jul, 2008 2 commits
  17. 09 May, 2008 1 commit
  18. 15 Mar, 2008 1 commit
  19. 18 Jan, 2008 1 commit
  20. 10 Jan, 2008 2 commits
  21. 04 Jan, 2008 1 commit