-
- Downloads
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avcodec: add support for planar signed 8-bit PCM.
ra144enc: add sample_fmts list to ff_ra_144_encoder
smackaud: use uint8_t* for 8-bit output buffer type
smackaud: clip output samples
smackaud: use sign_extend() for difference value instead of casting
sipr: use a function pointer to select the decode_frame function
sipr: set mode based on block_align instead of bit_rate
sipr: do not needlessly set *data_size to 0 when returning an error
ra288: fix formatting of LOCAL_ALIGNED_16
udp: Allow specifying the local IP address
VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L)
vc1dec: move an if() block.
vc1dec: use correct hybrid prediction threshold.
vc1dec: Partial rewrite of vc1_pred_mv()
vc1dec: take ME precision into account while scaling MV predictors.
lavf: don't leak corrupted packets
Conflicts:
libavcodec/8svx.c
libavcodec/ra288.c
libavcodec/version.h
libavformat/iff.c
libavformat/udp.c
libavformat/utils.c
Merged-by:
Michael Niedermayer <michaelni@gmx.at>
Showing
- doc/protocols.texi 5 additions, 0 deletionsdoc/protocols.texi
- libavcodec/8svx.c 12 additions, 11 deletionslibavcodec/8svx.c
- libavcodec/Makefile 1 addition, 0 deletionslibavcodec/Makefile
- libavcodec/allcodecs.c 1 addition, 1 deletionlibavcodec/allcodecs.c
- libavcodec/avcodec.h 1 addition, 0 deletionslibavcodec/avcodec.h
- libavcodec/ra144enc.c 2 additions, 0 deletionslibavcodec/ra144enc.c
- libavcodec/ra288.c 2 additions, 2 deletionslibavcodec/ra288.c
- libavcodec/sipr.c 15 additions, 13 deletionslibavcodec/sipr.c
- libavcodec/sipr.h 14 additions, 10 deletionslibavcodec/sipr.h
- libavcodec/smacker.c 10 additions, 9 deletionslibavcodec/smacker.c
- libavcodec/vc1dec.c 100 additions, 124 deletionslibavcodec/vc1dec.c
- libavcodec/version.h 1 addition, 1 deletionlibavcodec/version.h
- libavformat/iff.c 1 addition, 1 deletionlibavformat/iff.c
- libavformat/udp.c 10 additions, 5 deletionslibavformat/udp.c
Loading
Please register or sign in to comment