Merge remote-tracking branch 'qatar/master'
* qatar/master: (26 commits)
fate: use diff -b in oneline comparison
Add missing version bumps and APIchanges/Changelog entries.
lavfi: move buffer management function to a separate file.
lavfi: move formats-related functions from default.c to formats.c
lavfi: move video-related functions to a separate file.
fate: make smjpeg a demux test
fate: separate sierra-vmd audio and video tests
fate: separate smacker audio and video tests
libmp3lame: set supported channel layouts.
avconv: automatically insert asyncts when -async is used.
avconv: add support for audio filters.
lavfi: add asyncts filter.
lavfi: add aformat filter
lavfi: add an audio buffer sink.
lavfi: add an audio buffer source.
buffersrc: add av_buffersrc_write_frame().
buffersrc: fix invalid read in uninit if the fifo hasn't been allocated
lavfi: rename vsrc_buffer.c to buffersrc.c
avfiltergraph: reindent
lavfi: add channel layout/sample rate negotiation.
...
Conflicts:
Changelog
doc/APIchanges
doc/filters.texi
ffmpeg.c
ffprobe.c
libavcodec/libmp3lame.c
libavfilter/Makefile
libavfilter/af_aformat.c
libavfilter/allfilters.c
libavfilter/avfilter.c
libavfilter/avfilter.h
libavfilter/avfiltergraph.c
libavfilter/buffersrc.c
libavfilter/defaults.c
libavfilter/formats.c
libavfilter/src_buffer.c
libavfilter/version.h
libavfilter/vf_yadif.c
libavfilter/vsrc_buffer.c
libavfilter/vsrc_buffer.h
libavutil/avutil.h
tests/fate/audio.mak
tests/fate/demux.mak
tests/fate/video.mak
Merged-by:
Michael Niedermayer <michaelni@gmx.at>
No related branches found
No related tags found
Showing
- Changelog 1 addition, 0 deletionsChangelog
- doc/APIchanges 19 additions, 2 deletionsdoc/APIchanges
- doc/ffmpeg.texi 6 additions, 0 deletionsdoc/ffmpeg.texi
- doc/filters.texi 79 additions, 0 deletionsdoc/filters.texi
- ffprobe.c 18 additions, 4 deletionsffprobe.c
- libavcodec/libmp3lame.c 4 additions, 7 deletionslibavcodec/libmp3lame.c
- libavfilter/Makefile 5 additions, 0 deletionslibavfilter/Makefile
- libavfilter/af_aconvert.c 8 additions, 7 deletionslibavfilter/af_aconvert.c
- libavfilter/af_aformat.c 89 additions, 51 deletionslibavfilter/af_aformat.c
- libavfilter/af_amerge.c 11 additions, 10 deletionslibavfilter/af_amerge.c
- libavfilter/af_aresample.c 37 additions, 0 deletionslibavfilter/af_aresample.c
- libavfilter/af_astreamsync.c 4 additions, 3 deletionslibavfilter/af_astreamsync.c
- libavfilter/af_asyncts.c 237 additions, 0 deletionslibavfilter/af_asyncts.c
- libavfilter/af_earwax.c 8 additions, 3 deletionslibavfilter/af_earwax.c
- libavfilter/af_pan.c 7 additions, 6 deletionslibavfilter/af_pan.c
- libavfilter/af_resample.c 11 additions, 0 deletionslibavfilter/af_resample.c
- libavfilter/af_silencedetect.c 10 additions, 3 deletionslibavfilter/af_silencedetect.c
- libavfilter/af_volume.c 10 additions, 3 deletionslibavfilter/af_volume.c
- libavfilter/allfilters.c 9 additions, 1 deletionlibavfilter/allfilters.c
- libavfilter/asrc_aevalsrc.c 1 addition, 1 deletionlibavfilter/asrc_aevalsrc.c
Loading
Please register or sign in to comment