-
- Downloads
Merge remote-tracking branch 'qatar/master'
* qatar/master:
docs: use -bsf:[vas] instead of -[vas]bsf.
mpegaudiodec: Prevent premature clipping of mp3 input buffer.
lavf: move the packet keyframe setting code.
oggenc: free comment header for all codecs
lcl: error out if uncompressed input buffer is smaller than framesize.
mjpeg: abort decoding if packet is too large.
golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF.
get_bits: add HAVE_BITS_REMAINING macro.
lavf/output-example: use new audio encoding API correctly.
lavf/output-example: more proper usage of the new API.
tiff: Prevent overreads in the type_sizes array.
tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.
apetag: do not leak memory if avio_read() fails
apetag: propagate errors.
SBR DSP x86: implement SSE sbr_hf_g_filt
SBR DSP x86: implement SSE sbr_sum_square_sse
SBR DSP: use intptr_t for the ixh parameter.
Conflicts:
doc/bitstream_filters.texi
doc/examples/muxing.c
doc/ffmpeg.texi
libavcodec/golomb.h
libavcodec/x86/Makefile
libavformat/oggenc.c
Merged-by:
Michael Niedermayer <michaelni@gmx.at>
No related branches found
No related tags found
Showing
- doc/bitstream_filters.texi 1 addition, 1 deletiondoc/bitstream_filters.texi
- doc/examples/muxing.c 35 additions, 52 deletionsdoc/examples/muxing.c
- doc/ffmpeg.texi 2 additions, 2 deletionsdoc/ffmpeg.texi
- libavcodec/arm/sbrdsp_init_arm.c 1 addition, 1 deletionlibavcodec/arm/sbrdsp_init_arm.c
- libavcodec/get_bits.h 14 additions, 1 deletionlibavcodec/get_bits.h
- libavcodec/golomb.h 1 addition, 1 deletionlibavcodec/golomb.h
- libavcodec/lcldec.c 22 additions, 1 deletionlibavcodec/lcldec.c
- libavcodec/mjpegdec.c 4 additions, 0 deletionslibavcodec/mjpegdec.c
- libavcodec/mpegaudiodec.c 4 additions, 2 deletionslibavcodec/mpegaudiodec.c
- libavcodec/sbrdsp.c 3 additions, 1 deletionlibavcodec/sbrdsp.c
- libavcodec/sbrdsp.h 4 additions, 1 deletionlibavcodec/sbrdsp.h
- libavcodec/tiff.c 20 additions, 13 deletionslibavcodec/tiff.c
- libavcodec/x86/Makefile 2 additions, 0 deletionslibavcodec/x86/Makefile
- libavcodec/x86/sbrdsp.asm 114 additions, 0 deletionslibavcodec/x86/sbrdsp.asm
- libavcodec/x86/sbrdsp_init.c 40 additions, 0 deletionslibavcodec/x86/sbrdsp_init.c
- libavformat/apetag.c 4 additions, 0 deletionslibavformat/apetag.c
- libavformat/oggenc.c 2 additions, 4 deletionslibavformat/oggenc.c
- libavformat/utils.c 4 additions, 8 deletionslibavformat/utils.c
Loading
Please register or sign in to comment