-
- Downloads
Merge remote-tracking branch 'qatar/master'
* qatar/master: dxva2: don't check for DXVA_PictureParameters->wDecodedPictureIndex img2: split muxer and demuxer into separate files rm: prevent infinite loops for index parsing. aac: fix infinite loop on end-of-frame with sequence of 1-bits. mov: Add more HDV and XDCAM FourCCs. lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields(). rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1. cdxl: correctly synchronize video timestamps to audio mlpdec_parser: fix a few channel layouts. Add channel names to channel_names[] array for channels added in b2890f5e movenc: Buffer the mdat for the initial moov fragment, too flvdec: Ignore the index if the ignidx flag is set flvdec: Fix indentation movdec: Don't parse all fragments if ignidx is set movdec: Restart parsing root-level atoms at the right spot prores: use natural integer type for the codebook index mov: Add support for MPEG2 HDV 720p24 (hdv4) swscale: K&R formatting cosmetics (part I) swscale: variable declaration and placement cosmetics Conflicts: configure libavcodec/aacdec.c libavcodec/mlp_parser.c libavformat/flvdec.c libavformat/img2.c libavformat/isom.h libavformat/mov.c libavformat/movenc.c libswscale/rgb2rgb.c libswscale/rgb2rgb_template.c libswscale/yuv2rgb.c Merged-by:Michael Niedermayer <michaelni@gmx.at>
No related branches found
No related tags found
Showing
- libavcodec/aacdec.c 13 additions, 12 deletionslibavcodec/aacdec.c
- libavcodec/mlp_parser.c 3 additions, 2 deletionslibavcodec/mlp_parser.c
- libavcodec/proresdec_lgpl.c 1 addition, 1 deletionlibavcodec/proresdec_lgpl.c
- libavcodec/proresenc_kostya.c 2 additions, 2 deletionslibavcodec/proresenc_kostya.c
- libavformat/Makefile 4 additions, 4 deletionslibavformat/Makefile
- libavformat/cdxl.c 10 additions, 4 deletionslibavformat/cdxl.c
- libavformat/flvdec.c 6 additions, 2 deletionslibavformat/flvdec.c
- libavformat/img2.c 0 additions, 448 deletionslibavformat/img2.c
- libavformat/img2dec.c 327 additions, 0 deletionslibavformat/img2dec.c
- libavformat/img2enc.c 175 additions, 0 deletionslibavformat/img2enc.c
- libavformat/isom.c 5 additions, 0 deletionslibavformat/isom.c
- libavformat/isom.h 1 addition, 0 deletionslibavformat/isom.h
- libavformat/mov.c 10 additions, 3 deletionslibavformat/mov.c
- libavformat/movenc.c 52 additions, 24 deletionslibavformat/movenc.c
- libavformat/movenc.h 1 addition, 0 deletionslibavformat/movenc.h
- libavformat/rmdec.c 18 additions, 3 deletionslibavformat/rmdec.c
- libavutil/audioconvert.c 4 additions, 0 deletionslibavutil/audioconvert.c
- libswscale/options.c 29 additions, 29 deletionslibswscale/options.c
- libswscale/rgb2rgb.c 140 additions, 138 deletionslibswscale/rgb2rgb.c
- libswscale/rgb2rgb_template.c 387 additions, 381 deletionslibswscale/rgb2rgb_template.c
Loading
Please register or sign in to comment