-
- Downloads
Merge remote-tracking branch 'qatar/master'
* qatar/master:
configure: add --optflags option
build: move documentation rules to doc/Makefile
build: move test rules to tests/Makefile
ac3enc: remove unneeded local variable in asym_quant()
ac3enc: remove a branch in asym_quant() by doing 2 shifts
ac3enc: avoid masking output in asym_quant() by using signed values for quantized mantissas.
H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF
H.264: fix 4:4:4 + deblocking + MBAFF
H.264: fix 4:4:4 cropping warning
H.264: reference the correct SPS in decode_scaling_matrices
H.264: fix bug in lossless 4:4:4 decoding
Conflicts:
Makefile
Merged-by:
Michael Niedermayer <michaelni@gmx.at>
Showing
- Makefile 6 additions, 158 deletionsMakefile
- configure 7 additions, 1 deletionconfigure
- doc/Makefile 43 additions, 0 deletionsdoc/Makefile
- libavcodec/ac3enc.c 16 additions, 22 deletionslibavcodec/ac3enc.c
- libavcodec/ac3enc.h 1 addition, 1 deletionlibavcodec/ac3enc.h
- libavcodec/h264.c 2 additions, 2 deletionslibavcodec/h264.c
- libavcodec/h264_loopfilter.c 27 additions, 13 deletionslibavcodec/h264_loopfilter.c
- libavcodec/h264_ps.c 4 additions, 3 deletionslibavcodec/h264_ps.c
- tests/Makefile 121 additions, 0 deletionstests/Makefile
Loading
Please register or sign in to comment