Skip to content
Snippets Groups Projects
  1. Apr 28, 2010
  2. Apr 25, 2010
  3. Apr 23, 2010
  4. Apr 22, 2010
  5. Apr 16, 2010
  6. Apr 15, 2010
    • Thiago Santos's avatar
      configure: Drop -Wcast-align · c84142d3
      Thiago Santos authored
      Commit message copied from core's commit from Benjamin Otte:
      246f5dba
      Apparently gcc warns that GstMiniObject is not castable to
      GstEvent/Message/Buffer due to them containing 64bit variables, even
      though ARM hackers claim that those only need 4byte alignment. And as
      long as gcc behaves that way, this warning is not very useful.
      
      So we'll remove the warning until this problem is fixed.
      
      Fixes #615698
      c84142d3
  7. Apr 14, 2010
  8. Apr 12, 2010
    • Tim-Philipp Müller's avatar
    • Arun Raghavan's avatar
      typefinding: add AAC level to ADTS caps · 43a04483
      Arun Raghavan authored
      This adds code to calculate the level for a given AAC stream and export
      it in the stream caps. For AAC LC streams, the level is calculated
      according to the definition under the AAC Profile. For other streams,
      the definition under the Main Profile is used.
      
      HE-AAC support is still to be done, and is dependent on detecting the
      presence of SBR and PS in the stream.
      
      Level is added as a field of type string because that's the way it's
      done in H.264 caps as well. There are only a few possible levels, so
      not using a numerical type is not too painful in this case, and
      consistency is nice.
      
      Fixes #613589.
      43a04483
    • Arun Raghavan's avatar
      typefinding: add AAC profile to ADTS caps · 34dcb845
      Arun Raghavan authored
      This looks at the AAC profile for ADTS streams and adds the profile as a
      string in the corresponding caps.
      
      Profile is the actual profile, base-profile denotes the minimum codec
      requirements to decode this stream. In this case they're always the
      same, but they may differ e.g. in case of certain HE-AAC streams that
      can be partially decoded by LC decoders (with loss of quality of course)
      if no suitable HE-AAC decoder is available.
      
      Fixes #612312.
      34dcb845
  9. Apr 11, 2010
  10. Apr 09, 2010
  11. Apr 08, 2010
  12. Apr 07, 2010
  13. Apr 06, 2010
    • Wim Taymans's avatar
      rtspconnection: Handle closed POST socket in tunneling · 318fbf33
      Wim Taymans authored
      Catch more socket errors.
      Rework how sockets are managed in the GSource, wake up the maincontext instead
      of adding/removing the sockets from the source.
      Add callback for when the tunnel connection is lost. Some clients (Quicktime
      Player) close the POST connection in tunneled mode and reopen the socket when
      needed.
      
      See #612915
      318fbf33
  14. Apr 05, 2010
  15. Apr 04, 2010
Loading