-
- Downloads
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time
rtmp: Set the client buffer time to 3s instead of 0.26s
rtmp: Handle server bandwidth packets
rtmp: Display a verbose message when an unknown packet type is received
lavfi/audio: use av_samples_copy() instead of custom code.
configure: add all filters hardcoded into avconv to avconv_deps
avfiltergraph: remove a redundant call to avfilter_get_by_name().
lavfi: allow building without swscale.
build: Do not delete tests/vsynth2 directory, which is no longer created.
lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs
lavfi: make AVFilterPad opaque after two major bumps.
lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().
lavfi: make avfilter_get_video_buffer() private on next bump.
jack: update to new latency range API as the old one has been deprecated
rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r
ppc: Rename H.264 optimization template file for consistency.
lavfi: add channelsplit audio filter.
golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls()
sws: fix planar RGB input conversions for 9/10/16 bpp.
Conflicts:
Changelog
configure
doc/APIchanges
ffmpeg.c
libavcodec/golomb.h
libavcodec/v210dec.h
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/asrc_anullsrc.c
libavfilter/audio.c
libavfilter/avfilter.c
libavfilter/avfilter.h
libavfilter/avfiltergraph.c
libavfilter/buffersrc.c
libavfilter/formats.c
libavfilter/version.h
libavfilter/vf_frei0r.c
libavfilter/vf_pad.c
libavfilter/vf_scale.c
libavfilter/video.h
libavfilter/vsrc_color.c
libavformat/rtmpproto.c
libswscale/input.c
tests/Makefile
Merged-by:
Michael Niedermayer <michaelni@gmx.at>
No related branches found
No related tags found
Showing
- .gitignore 0 additions, 1 deletion.gitignore
- Changelog 1 addition, 0 deletionsChangelog
- configure 3 additions, 2 deletionsconfigure
- doc/APIchanges 9 additions, 0 deletionsdoc/APIchanges
- doc/filters.texi 25 additions, 0 deletionsdoc/filters.texi
- doc/protocols.texi 3 additions, 0 deletionsdoc/protocols.texi
- ffmpeg.c 8 additions, 6 deletionsffmpeg.c
- libavcodec/ppc/h264_altivec.c 2 additions, 2 deletionslibavcodec/ppc/h264_altivec.c
- libavcodec/ppc/h264_altivec_template.c 0 additions, 0 deletionslibavcodec/ppc/h264_altivec_template.c
- libavcodec/ppc/vc1dsp_altivec.c 2 additions, 2 deletionslibavcodec/ppc/vc1dsp_altivec.c
- libavcodec/v210dec.h 1 addition, 0 deletionslibavcodec/v210dec.h
- libavdevice/jack_audio.c 6 additions, 0 deletionslibavdevice/jack_audio.c
- libavfilter/Makefile 4 additions, 1 deletionlibavfilter/Makefile
- libavfilter/af_amerge.c 1 addition, 1 deletionlibavfilter/af_amerge.c
- libavfilter/af_amix.c 3 additions, 3 deletionslibavfilter/af_amix.c
- libavfilter/af_anull.c 1 addition, 0 deletionslibavfilter/af_anull.c
- libavfilter/af_channelsplit.c 146 additions, 0 deletionslibavfilter/af_channelsplit.c
- libavfilter/allfilters.c 2 additions, 4 deletionslibavfilter/allfilters.c
- libavfilter/asink_anullsink.c 1 addition, 0 deletionslibavfilter/asink_anullsink.c
- libavfilter/asrc_anullsrc.c 1 addition, 0 deletionslibavfilter/asrc_anullsrc.c
Loading
Please register or sign in to comment