-
- Downloads
lavf: add automatic bitstream filtering; bump version
This solves the problem discussed in https://ffmpeg.org/pipermail/ffmpeg-devel/2015-September/179238.html by allowing AVCodec::write_header to be delayed until after packets have been run through required bitstream filters in order to generate global extradata. It also provides a mechanism by which a muxer can add a bitstream filter to a stream automatically, rather than prompting the user to do so.
Showing
- Changelog 1 addition, 0 deletionsChangelog
- doc/APIchanges 3 additions, 0 deletionsdoc/APIchanges
- libavformat/avformat.h 23 additions, 0 deletionslibavformat/avformat.h
- libavformat/internal.h 17 additions, 0 deletionslibavformat/internal.h
- libavformat/mux.c 46 additions, 3 deletionslibavformat/mux.c
- libavformat/version.h 1 addition, 1 deletionlibavformat/version.h
Loading
Please register or sign in to comment