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

Commits on Oct 2, 2012

  1. ffmpeg: print muxed packet sizes in debug output too

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Oct 2, 2012
    Copy the full SHA
    44ae7ba View commit details
    Browse the repository at this point in the history
  2. Libspeex VAD support

    Option for Voice Activity Detection is added to speex encoder.
    
    Speex detects non-speech periods and encodes them with just enough bits
    to reproduce the background noise, aka ``comfort noise generation''.
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    Dmitry Samonenko authored and michaelni committed Oct 2, 2012
    Copy the full SHA
    c785b6d View commit details
    Browse the repository at this point in the history