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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f7f5370b4b41
Choose a base ref
...
head repository: FFmpeg/FFmpeg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 032ba74ed29e
Choose a head ref

Commits on Oct 1, 2012

  1. Copy the full SHA
    d25fe4c View commit details
  2. Copy the full SHA
    d3c40a7 View commit details
  3. Copy the full SHA
    15d35be View commit details
  4. Opus encoder using libopus

    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    saintdev authored and DonDiego committed Oct 1, 2012
    Copy the full SHA
    6cb8c85 View commit details
  5. Copy the full SHA
    cf8c93a View commit details
  6. Copy the full SHA
    461ba7e View commit details
  7. Copy the full SHA
    9af4eaa View commit details
  8. Copy the full SHA
    cbf6ee7 View commit details
  9. Copy the full SHA
    64c312a View commit details
  10. Copy the full SHA
    3fca0d7 View commit details
  11. avconv: improve sample format negotiation for decoder request

    This takes into account planar vs. packed when comparing to find the closest
    sample format match.
    justinruggles committed Oct 1, 2012
    Copy the full SHA
    fd41cb4 View commit details
  12. Copy the full SHA
    1a34590 View commit details
  13. Copy the full SHA
    a34be78 View commit details
  14. Copy the full SHA
    1478a36 View commit details
  15. Copy the full SHA
    bfcd4b6 View commit details
  16. Copy the full SHA
    55f9037 View commit details
  17. avformat: refactor avformat_write_header

    Mostly cosmetic changes adding some intermediate to shorten the lines.
    lu-zero committed Oct 1, 2012
    Copy the full SHA
    86bbdf8 View commit details
  18. avformat: refactor avformat_write_header

    Split away option settings, sanity checks and general setup.
    lu-zero committed Oct 1, 2012
    Copy the full SHA
    1e46c63 View commit details
  19. msvc: Fix detection of VFW & Avisynth required libs

    It should be vfw32.lib with MSVC.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
    dwbuiten committed Oct 1, 2012
    Copy the full SHA
    bd680c7 View commit details
  20. Copy the full SHA
    5e3f997 View commit details

Commits on Oct 2, 2012

  1. Copy the full SHA
    9bc055e View commit details
  2. Copy the full SHA
    b92dfb5 View commit details
  3. nut: add do {} while (0) to GET_V

    Make it consistent with the other function-like macros.
    lu-zero committed Oct 2, 2012
    Copy the full SHA
    72d30b2 View commit details
  4. ARM: fix Thumb PIC on Apple

    LDR with register offset and PC as base register is not available in
    the Thumb instruction set so the addition must be done separately.
    
    Signed-off-by: Mans Rullgard <mans@mansr.com>
    mansr committed Oct 2, 2012
    Copy the full SHA
    7bda4ed View commit details
  5. Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'

    * commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d':
      avconv: improve sample format negotiation for decoder request
      Opus encoder using libopus
      mpegts: Drop pointless casting of hex_dump_debug arguments
      avformat: const correctness for av_hex_dump / av_hex_dump_log
      wmadec: Adjust debug printf argument length modifier
    
    Conflicts:
    	Changelog
    	ffmpeg.c
    	libavcodec/libopusdec.c
    	libavcodec/version.h
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Oct 2, 2012
    Copy the full SHA
    82db8ee View commit details
  6. Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'

    * commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0':
      adpcmdec: set AVCodec.sample_fmts
      twinvq: use planar sample format
      ralf: use planar sample format
      mpc7/8: use planar sample format
      iac/imc: use planar sample format
      dcadec: use float planar sample format
      cook: use planar sample format
      atrac3: use float planar sample format
      apedec: output in planar sample format
      8svx: use planar sample format
    
    Conflicts:
    	libavcodec/8svx.c
    	libavcodec/dcadec.c
    	libavcodec/mpc7.c
    	libavcodec/mpc8.c
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Oct 2, 2012
    Copy the full SHA
    e88ca80 View commit details
  7. libopusenc: use more specific and correct name for the channel order

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Oct 2, 2012
    Copy the full SHA
    f5b31da View commit details
  8. Merge commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd'

    * commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd':
      avformat: split muxing functions from util.c
    
    Conflicts:
    	libavformat/internal.h
    	libavformat/utils.c
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Oct 2, 2012
    Copy the full SHA
    513042c View commit details
  9. Merge commit '86bbdf865e04bc5ddc2021b0620e6de634375253'

    * commit '86bbdf865e04bc5ddc2021b0620e6de634375253':
      avformat: refactor avformat_write_header
    
    Conflicts:
    	libavformat/mux.c
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Oct 2, 2012
    Copy the full SHA
    6cbbf4a View commit details
  10. Merge commit '1e46c63eb72be752e044ba32257d77f35cbd9dac'

    * commit '1e46c63eb72be752e044ba32257d77f35cbd9dac':
      avformat: refactor avformat_write_header
    
    Conflicts:
    	libavformat/mux.c
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Oct 2, 2012
    Copy the full SHA
    dd78e10 View commit details
  11. Merge remote-tracking branch 'qatar/master'

    * qatar/master:
      ARM: fix Thumb PIC on Apple
      nut: add do {} while (0) to GET_V
      tiffenc: Check av_malloc() results.
      tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.
      Use atexit() instead of defining a custom exit_program() interface.
      msvc: Fix detection of VFW & Avisynth required libs
    
    Conflicts:
    	ffmpeg.c
    	ffmpeg_opt.c
    	ffplay.c
    	ffprobe.c
    	ffserver.c
    	libavcodec/tiffenc.c
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Oct 2, 2012
    Copy the full SHA
    032ba74 View commit details
Loading