Skip to content
Permalink
rext

Commits on Jan 27, 2016

Commits on Jan 26, 2016

  1. Fixed segfault

    pcabarat committed Jan 26, 2016
  2. Fix segfault

    pcabarat committed Jan 26, 2016

Commits on Jul 8, 2015

  1. fix multi-threadin bug

    whamidou committed Jul 8, 2015

Commits on Feb 26, 2015

  1. fix previous commit

    mraulet committed Feb 26, 2015
  2. fix wrong previous commit

    mraulet committed Feb 26, 2015
  3. avcodec/hevc: add support for interlace decoding

    Conflicts:
    	libavcodec/hevc.c
    	libavcodec/hevc.h
    	libavcodec/hevc_refs.c
    mraulet committed Feb 26, 2015

Commits on Jan 12, 2015

Commits on Jan 10, 2015

  1. Merge remote-tracking branch 'ffmpeg-upstream/master' into rext

    Conflicts:
    	libavcodec/utils.c
    mraulet committed Jan 10, 2015
  2. avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines()

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 10, 2015
  3. avformat/movenc: move variable to a more local block

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 10, 2015
  4. doc/examples: fix lib math dep for decoding_encoding

    It uses at least sin().
    
    Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    Andreas Cadhalpun authored and michaelni committed Jan 10, 2015
  5. configure: enable vsx together with altivec for ppc64el

    The altivec optimizations on little endian ppc64 don't work without vsx.
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    Andreas Cadhalpun authored and michaelni committed Jan 10, 2015
  6. avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Su…

    …ite Version 4.0.12.1"
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 10, 2015
  7. avfilter/internal: add fixme to ff_norm_qscale() to document obvious …

    …scaling issue
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 10, 2015
  8. avfilter: Factorize the use of norm_qscale in pp7

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    4arwa authored and michaelni committed Jan 10, 2015

Commits on Jan 9, 2015

  1. rm: fix memory leak on init failure

    AVInputFormat.read_close is not called if AVInputFormat.read_header
    fails, so this needs to be handled separately.
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    wm4 authored and michaelni committed Jan 9, 2015
  2. ffserver: Use av_malloc_array()

    Reviewed-by: "Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com>
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 9, 2015
  3. x86/vf_pp7: port dctB_mmx to yasm

    Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by: James Almer <jamrial@gmail.com>
    jamrial committed Jan 9, 2015
  4. Merge commit '51da7d02748cc54b7d009115e76efa940b99a8ef'

    * commit '51da7d02748cc54b7d009115e76efa940b99a8ef':
      matroskaenc: refuse to write AAC without valid extradata
    
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 9, 2015
  5. Merge commit '7e4e010b80e76862e83afbd41c25d50e72f0b44c'

    * commit '7e4e010b80e76862e83afbd41c25d50e72f0b44c':
      mpeg4audio: check the init_get_bits() return value
    
    Conflicts:
    	libavcodec/mpeg4audio.c
    
    See: deefdf9
    Merged-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 9, 2015
  6. avcodec/ass_split: use *alloc_array()

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 9, 2015
  7. avcodec/ass: Use av_realloc_array()

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 9, 2015
  8. lavfi: port mp=pp7 to libavfilter

    The only difference with mp=pp7 is that default mode is "medium", as stated
    in the MPlayer docs, rather than "hard".
    
    Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
    4arwa authored and saste committed Jan 9, 2015
  9. avformat/hdsenc: Remove redundant NULL pointer checks

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 9, 2015
  10. ffmpeg: remove unneeded NULL pointer check

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 9, 2015
  11. tools/uncoded_frame: Use avio_closep() to avoid leaving stale pointer…

    …s in memory
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 9, 2015
  12. mpeg4audio: check the init_get_bits() return value

    Fixes possible invalid reads.
    
    CC:libav-stable@libav.org
    elenril committed Jan 9, 2015
  13. avformat/tee: Simplify code by using avio_closep()

    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 9, 2015
  14. avformat/sapenc: Use avio_closep() to avoid leaving stale pointers in…

    … memory
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 9, 2015
  15. avformat/utils: Use avio_closep() to avoid leaving stale pointers in …

    …memory
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    michaelni committed Jan 9, 2015
  16. vp9: fix parser return values in error case

    The parser must always set the out_size and out_data pointers. The API
    seems to require it, and the common code in parser.c also relies on it.
    
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    wm4 authored and michaelni committed Jan 9, 2015
  17. fix interlace content

    mraulet committed Jan 9, 2015
Older