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: 695f0869395e
Choose a base ref
...
head repository: FFmpeg/FFmpeg
compare: 6a697b42d0c8
Choose a head ref
  • 7 commits
  • 16 files changed
  • 4 contributors

Commits on Oct 2, 2012

  1. ARM: set Tag_ABI_align_preserved in all asm files

    All our ARM asm preserves alignment so setting this attribute
    in a common location is simpler.  This removes numerous warnings
    when linking with armcc.
    
    Signed-off-by: Mans Rullgard <mans@mansr.com>
    mansr committed Oct 2, 2012
    Copy the full SHA
    5e826fd View commit details
    Browse the repository at this point in the history
  2. ARM: bswap: drop armcc version of av_bswap16()

    This function causes several versions of armcc to miscompile code,
    and the performance impact is small.
    
    Signed-off-by: Mans Rullgard <mans@mansr.com>
    mansr committed Oct 2, 2012
    Copy the full SHA
    1ca3b62 View commit details
    Browse the repository at this point in the history
  3. segment: Pass the interrupt callback on to the chained AVFormatContex…

    …t, too
    
    This might not be needed at the moment, but it's good practice to
    pass it to all chained AVFormatContexts, if it would happen to be
    used there at a later point.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    mstorsjo committed Oct 2, 2012
    Copy the full SHA
    4edb34f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2012

  1. ARM: use numeric ID for Tag_ABI_align_preserved

    Some old assemblers still in use do not support named tags.
    
    Signed-off-by: Mans Rullgard <mans@mansr.com>
    mansr committed Oct 3, 2012
    Copy the full SHA
    51a15ed View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'qatar/master'

    * qatar/master:
      ARM: use numeric ID for Tag_ABI_align_preserved
      segment: Pass the interrupt callback on to the chained AVFormatContext, too
      ARM: bswap: drop armcc version of av_bswap16()
      ARM: set Tag_ABI_align_preserved in all asm files
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Oct 3, 2012
    Copy the full SHA
    7e5496f View commit details
    Browse the repository at this point in the history
  3. lavc/h264: move ff_init_cabac_states() from decode_slice() to ff_h264…

    …_decode_init().
    
    This fixes one of the potential races spotted by Helgrind.
    ubitux committed Oct 3, 2012
    Copy the full SHA
    1e2e2c8 View commit details
    Browse the repository at this point in the history
  4. parser: fix large overreads

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Oct 3, 2012
    Copy the full SHA
    6a697b4 View commit details
    Browse the repository at this point in the history