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: ed2b69a4c32a
Choose a base ref
...
head repository: FFmpeg/FFmpeg
compare: c0209facd268
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 28, 2012

  1. aacdec: detect faac and skip correct amount of startup samples

    This also fixes aac in adts and other containers than mov.
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Sep 28, 2012
    Copy the full SHA
    bfe735b View commit details
    Browse the repository at this point in the history
  2. mov: remove default of 1024 sample skip for aac.

    It is not correct in all cases and it is less predictable than a skip of 0
    for user applications.
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Sep 28, 2012
    Copy the full SHA
    c0209fa View commit details
    Browse the repository at this point in the history