Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FFmpeg/FFmpeg
base: 4fefe91a3395
Choose a base ref
...
head repository: FFmpeg/FFmpeg
compare: 2acb5cd90793
Choose a head ref
  • 10 commits
  • 11 files changed
  • 6 contributors

Commits on Sep 27, 2012

  1. Copy the full SHA
    e002150 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8041299 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6c5b051 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bc66827 View commit details
    Browse the repository at this point in the history
  5. http: Increase buffer sizes to cope with longer URIs

    Use the MAX_URL_SIZE define where applicable. Increase buffer
    sizes for all buffers that need to fit a long pathname - buffers
    that need to fit only the hostname (and other short strings, but
    not the pathname - such as "headers" in http_connect) are kept
    at 1024 bytes for now.
    
    Also increase the max line length in http_read_header, since it
    might need to contain a full url for Location: redirects.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    Duncan Salerno authored and mstorsjo committed Sep 27, 2012
    Copy the full SHA
    8bd324e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2012

  1. vc1dec: add flush function for WMV9 and VC-1 decoders

    CC: libav-stable@libav.org
    Kostya Shishkov committed Sep 28, 2012
    Copy the full SHA
    4dc8c83 View commit details
    Browse the repository at this point in the history
  2. avcodec: document the use of AVCodecContext.delay for audio decoding

    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    saintdev authored and DonDiego committed Sep 28, 2012
    Copy the full SHA
    e4aa383 View commit details
    Browse the repository at this point in the history
  3. Opus decoder using libopus

    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    Nicolas George authored and DonDiego committed Sep 28, 2012
    Copy the full SHA
    44617d6 View commit details
    Browse the repository at this point in the history
  4. libopus: Remap channels using libopus' internal remapping.

    This way we can directly remap channels from Opus' channel order to
    libav's internal channel order, instead of mapping channels from
    Opus' order to Vorbis' order then to libav's order.
    
    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    saintdev authored and DonDiego committed Sep 28, 2012
    Copy the full SHA
    d16860a View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'qatar/master'

    * qatar/master:
      libopus: Remap channels using libopus' internal remapping.
      Opus decoder using libopus
      avcodec: document the use of AVCodecContext.delay for audio decoding
      vc1dec: add flush function for WMV9 and VC-1 decoders
      http: Increase buffer sizes to cope with longer URIs
      nutenc: const correctness for ff_put_v_trace/put_s_trace function arguments
      h264_refs: Fix debug tprintf argument types
      golomb: const correctness for get_ue()/get_se() function arguments
      get_bits: const correctness for get_bits_trace()/get_xbits_trace() arguments
    
    Conflicts:
    	Changelog
    	libavcodec/Makefile
    	libavcodec/version.h
    	libavformat/http.c
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Sep 28, 2012
    Copy the full SHA
    2acb5cd View commit details
    Browse the repository at this point in the history