OpenHEVC / FFmpeg
forked from FFmpeg/FFmpegrext
Commits on Jan 27, 2016
-
commented goto error when overread SPS
pcabarat committedJan 27, 2016
Commits on Jul 8, 2015
-
whamidou committed
Jul 8, 2015
Commits on Feb 26, 2015
-
mraulet committed
Feb 26, 2015 -
mraulet committed
Feb 26, 2015 -
avcodec/hevc: add support for interlace decoding
Conflicts: libavcodec/hevc.c libavcodec/hevc.h libavcodec/hevc_refs.c
mraulet committedFeb 26, 2015
Commits on Jan 12, 2015
-
avcodec/hevc: reduce memory used by the SAO
mraulet committedJan 12, 2015
Commits on Jan 10, 2015
-
Merge remote-tracking branch 'ffmpeg-upstream/master' into rext
Conflicts: libavcodec/utils.c
mraulet committedJan 10, 2015 -
avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
michaelni committedJan 10, 2015 -
avformat/movenc: move variable to a more local block
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
michaelni committedJan 10, 2015 -
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>
-
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>
-
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 committedJan 10, 2015 -
avfilter/internal: add fixme to ff_norm_qscale() to document obvious …
…scaling issue Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
michaelni committedJan 10, 2015 -
avfilter: Factorize the use of norm_qscale in pp7
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Commits on Jan 9, 2015
-
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>
-
ffserver: Use av_malloc_array()
Reviewed-by: "Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
michaelni committedJan 9, 2015 -
x86/vf_pp7: port dctB_mmx to yasm
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
jamrial committedJan 9, 2015 -
Merge commit '51da7d02748cc54b7d009115e76efa940b99a8ef'
* commit '51da7d02748cc54b7d009115e76efa940b99a8ef': matroskaenc: refuse to write AAC without valid extradata Merged-by: Michael Niedermayer <michaelni@gmx.at>
michaelni committedJan 9, 2015 -
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 committedJan 9, 2015 -
avcodec/ass_split: use *alloc_array()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
michaelni committedJan 9, 2015 -
avcodec/ass: Use av_realloc_array()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
michaelni committedJan 9, 2015 -
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>
-
avformat/hdsenc: Remove redundant NULL pointer checks
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
michaelni committedJan 9, 2015 -
ffmpeg: remove unneeded NULL pointer check
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
michaelni committedJan 9, 2015 -
tools/uncoded_frame: Use avio_closep() to avoid leaving stale pointer…
…s in memory Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
michaelni committedJan 9, 2015 -
matroskaenc: refuse to write AAC without valid extradata
elenril committedJan 9, 2015 -
mpeg4audio: check the init_get_bits() return value
Fixes possible invalid reads. CC:libav-stable@libav.org
elenril committedJan 9, 2015 -
avformat/tee: Simplify code by using avio_closep()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
michaelni committedJan 9, 2015 -
avformat/sapenc: Use avio_closep() to avoid leaving stale pointers in…
… memory Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
michaelni committedJan 9, 2015 -
avformat/utils: Use avio_closep() to avoid leaving stale pointers in …
…memory Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
michaelni committedJan 9, 2015 -
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>
-
mraulet committed
Jan 9, 2015 -
Merge branch 'rext' of https://github.com/OpenHEVC/FFmpeg.git into rext
mraulet committedJan 9, 2015