git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • configure : Reorder pthreads checks

    12 décembre 2013, par Luca Barbato
    configure: Reorder pthreads checks
    
    Some pthreads symbols might be present in libc (as shown on various *BSD)
    but not all of them, leading to false positives.
    
    Check for the most common compiler flags before the plain symbol check
    to avoid known pitfalls.
    
    • [DH] configure
  • build : Merge pthreads/w32threads OBJS declarations

    12 décembre 2013, par Diego Biurrun
    build: Merge pthreads/w32threads OBJS declarations
    
    • [DH] libavcodec/Makefile
  • Allow stream-copying grayscale mov files.

    12 décembre 2013, par Carl Eugen Hoyos
    Allow stream-copying grayscale mov files.
    
    This reverts 0de2157f / r12272.
    Fixes ticket #3215.
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/8bps.c
    • [DH] libavcodec/msrle.c
    • [DH] libavcodec/rawdec.c
    • [DH] libavformat/mov.c
  • avformat/mov : Do not compute a grayscale palette for cinepak in mov.

    12 décembre 2013, par Carl Eugen Hoyos
    avformat/mov: Do not compute a grayscale palette for cinepak in mov.
    
    This was never done for avi files, the decoder always produced
    output no matter if a palette was computed or not.
    Since a non-standard palette was needed, this simplifies the code.
    See issue 1067 and ticket #165.
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavformat/mov.c
  • Merge remote-tracking branch ’qatar/master’

    12 décembre 2013, par Michael Niedermayer
    Merge remote-tracking branch 'qatar/master'
    
    * qatar/master:
      mp3adu: Set the channel layout properly
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    
    • [DH] libavcodec/mpegaudiodec_template.c