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: 29619f47c152
Choose a base ref
...
head repository: FFmpeg/FFmpeg
compare: a8cb21fd62a1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 30, 2012

  1. Move subrip/text API change info from Changelog to doc/APIchanges.

    Note that a lavf bump was missing so I'm using 54.28.100 as a reference.
    ubitux committed Sep 30, 2012
    Copy the full SHA
    a04cb98 View commit details
    Browse the repository at this point in the history
  2. APIchanges: fill hashes.

    Also fix some dates (use the commit date instead of the author date).
    ubitux committed Sep 30, 2012
    Copy the full SHA
    0065d31 View commit details
    Browse the repository at this point in the history
  3. swscale: fix To{Y,UV} extern prototypes.

    This fix a bunch of "assignment from incompatible pointer type" warnings
    with GCC.
    ubitux committed Sep 30, 2012
    Copy the full SHA
    178ecfc View commit details
    Browse the repository at this point in the history
  4. xtea: fix decryption with --enable-small

    iv decrypt handling code needs to be executed regardless of CONFIG_SMALL
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    holdenc authored and michaelni committed Sep 30, 2012
    Copy the full SHA
    a8cb21f View commit details
    Browse the repository at this point in the history