-
- Downloads
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mpegvideo: reduce excessive inlining of mpeg_motion()
mpegvideo: convert mpegvideo_common.h to a .c file
build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEO
Move MASK_ABS macro to libavcodec/mathops.h
x86: move MANGLE() and related macros to libavutil/x86/asm.h
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
aacdec: Don't fall back to the old output configuration when no old configuration is present.
rtmp: Add message tracking
rtsp: Support mpegts in raw udp packets
rtsp: Support receiving plain data over UDP without any RTP encapsulation
rtpdec: Remove an unused include
rtpenc: Remove an av_abort() that depends on user-supplied data
vsrc_movie: discourage its use with avconv.
avconv: allow no input files.
avconv: prevent invalid reads in transcode_init()
avconv: rename OutputStream.is_past_recording_time to finished.
Conflicts:
configure
doc/filters.texi
ffmpeg.c
ffmpeg.h
libavcodec/Makefile
libavcodec/aacdec.c
libavcodec/mpegvideo.c
libavformat/version.h
Merged-by:
Michael Niedermayer <michaelni@gmx.at>
Showing
- configure 28 additions, 18 deletionsconfigure
- doc/ffmpeg.texi 8 additions, 0 deletionsdoc/ffmpeg.texi
- ffmpeg.c 11 additions, 10 deletionsffmpeg.c
- ffmpeg.h 1 addition, 1 deletionffmpeg.h
- libavcodec/Makefile 29 additions, 36 deletionslibavcodec/Makefile
- libavcodec/aacdec.c 4 additions, 6 deletionslibavcodec/aacdec.c
- libavcodec/dnxhdenc.c 0 additions, 1 deletionlibavcodec/dnxhdenc.c
- libavcodec/mathops.h 7 additions, 0 deletionslibavcodec/mathops.h
- libavcodec/mpeg12enc.c 1 addition, 1 deletionlibavcodec/mpeg12enc.c
- libavcodec/mpegvideo.c 2 additions, 3 deletionslibavcodec/mpegvideo.c
- libavcodec/mpegvideo.h 15 additions, 0 deletionslibavcodec/mpegvideo.h
- libavcodec/mpegvideo_enc.c 6 additions, 5 deletionslibavcodec/mpegvideo_enc.c
- libavcodec/mpegvideo_motion.c 48 additions, 49 deletionslibavcodec/mpegvideo_motion.c
- libavcodec/msmpeg4.c 1 addition, 1 deletionlibavcodec/msmpeg4.c
- libavcodec/x86/ac3dsp_mmx.c 1 addition, 1 deletionlibavcodec/x86/ac3dsp_mmx.c
- libavcodec/x86/cabac.h 1 addition, 1 deletionlibavcodec/x86/cabac.h
- libavcodec/x86/cavsdsp_mmx.c 1 addition, 1 deletionlibavcodec/x86/cavsdsp_mmx.c
- libavcodec/x86/dnxhd_mmx.c 1 addition, 1 deletionlibavcodec/x86/dnxhd_mmx.c
- libavcodec/x86/dsputil_mmx.c 1 addition, 1 deletionlibavcodec/x86/dsputil_mmx.c
- libavcodec/x86/dsputil_mmx.h 1 addition, 1 deletionlibavcodec/x86/dsputil_mmx.h
Loading
Please register or sign in to comment