1. 08 Apr, 2011 2 commits
  2. 07 Apr, 2011 1 commit
  3. 03 Apr, 2011 4 commits
  4. 19 Mar, 2011 1 commit
  5. 17 Mar, 2011 2 commits
  6. 23 Feb, 2011 2 commits
  7. 21 Feb, 2011 1 commit
  8. 20 Feb, 2011 1 commit
  9. 17 Feb, 2011 2 commits
  10. 16 Feb, 2011 2 commits
    • Anton Khirnov's avatar
      9fcae973
    • Nicolas George's avatar
      ffserver: set the sample aspect ratio · 6741f7c9
      Nicolas George authored
      Hi.
      
      It seems that ffserver sets sample_aspect_ratio to an invalid value and lavf
      rejects it.
      
      I am not sure what I am doing here, but the attached patch actually solves
      something: using the following config:
      
      CustomLog -
      NoDaemon
      RTSPPort 5454
      <Stream test1-rtsp.mpg>
      Format rtp
      File "/tmp/test1-rtsp.mpg"
      </Stream>
      
      it allows a somewhat old ffplay (unaffected by the content-base issue I
      spoke of in another thread) to play the stream.
      
      Without it, ffserver logs this and closes the stream:
      
      Wed Feb 16 14:52:14 2011 [rtp @ 0x1399de0]Aspect ratio mismatch between encoder and muxer layer
      
      Regards,
      
      --
        Nicolas George
      
      From 1b89c3c2164335060e87567b27deb0d354e0a814 Mon Sep 17 00:00:00 2001
      From: Nicolas George <nicolas.george@normalesup.org>
      Date: Wed, 16 Feb 2011 14:44:31 +0100
      Subject: [PATCH] ffserver: set the sample aspect ratio.
      Signed-off-by: 's avatarNicolas George <nicolas.george@normalesup.org>
      6741f7c9
  11. 15 Feb, 2011 1 commit
    • Reinhard Tartler's avatar
      Merge libavcore into libavutil · 737eb597
      Reinhard Tartler authored
      It is pretty hopeless that other considerable projects will adopt
      libavutil alone in other projects. Projects that need small footprint
      are better off with more specialized libraries such as gnulib or rather
      just copy the necessary parts that they need. With this in mind, nobody
      is helped by having libavutil and libavcore split. In order to ease
      maintenance inside and around FFmpeg and to reduce confusion where to
      put common code, avcore's functionality is merged (back) to avutil.
      Signed-off-by: 's avatarReinhard Tartler <siretart@tauware.de>
      737eb597
  12. 24 Jan, 2011 1 commit
  13. 23 Jan, 2011 1 commit
    • Reinhard Tartler's avatar
      ffserver: cleanup · 305ca590
      Reinhard Tartler authored
      remove the trivial function do_switch_stream as it doesn't help to make
      the code easier to understand.
      305ca590
  14. 07 Jan, 2011 1 commit
  15. 02 Jan, 2011 1 commit
  16. 04 Nov, 2010 1 commit
  17. 15 Oct, 2010 2 commits
  18. 26 Jul, 2010 1 commit
  19. 08 Jul, 2010 2 commits
  20. 27 Jun, 2010 1 commit
  21. 22 Jun, 2010 1 commit
  22. 16 Jun, 2010 1 commit
  23. 08 Jun, 2010 1 commit
  24. 03 Jun, 2010 1 commit
  25. 02 Jun, 2010 1 commit
  26. 25 May, 2010 1 commit
  27. 24 May, 2010 4 commits