-
- Downloads
Merge remote-tracking branch 'qatar/master'
* qatar/master:
adpcm: split ADPCM encoders and decoders into separate files.
doc/avconv: fix typo.
rv34: check that subsequent slices have the same type as first one.
smacker demuxer: handle possible av_realloc() failure.
lavfi: add split filter from soc.
lavfi: add showinfo filter
libxavs: add private options corresponding to deprecated global options
Conflicts:
Changelog
libavcodec/adpcm.c
libavfilter/avfilter.h
libavfilter/vf_showinfo.c
libavfilter/vf_split.c
libavformat/smacker.c
Merged-by:
Michael Niedermayer <michaelni@gmx.at>
No related branches found
No related tags found
Showing
- doc/avconv.texi 1 addition, 1 deletiondoc/avconv.texi
- libavcodec/Makefile 20 additions, 20 deletionslibavcodec/Makefile
- libavcodec/adpcm.c 26 additions, 746 deletionslibavcodec/adpcm.c
- libavcodec/adpcm.h 46 additions, 0 deletionslibavcodec/adpcm.h
- libavcodec/adpcm_data.c 78 additions, 0 deletionslibavcodec/adpcm_data.c
- libavcodec/adpcm_data.h 37 additions, 0 deletionslibavcodec/adpcm_data.h
- libavcodec/adpcmenc.c 691 additions, 0 deletionslibavcodec/adpcmenc.c
- libavcodec/libxavs.c 99 additions, 27 deletionslibavcodec/libxavs.c
- libavcodec/rv34.c 7 additions, 0 deletionslibavcodec/rv34.c
- libavfilter/vf_showinfo.c 1 addition, 1 deletionlibavfilter/vf_showinfo.c
- libavformat/smacker.c 5 additions, 4 deletionslibavformat/smacker.c
Loading
Please register or sign in to comment