]> git.sesse.net Git - ffmpeg/history - libavformat/concat.c
lavc: allow decoders to override frame parameters.
[ffmpeg] / libavformat / concat.c
2011-12-01 Martin Storsjöproto: Realign struct initializers
2011-12-01 Martin Storsjöproto: Use .priv_data_size to allocate the private...
2011-11-13 Anton Khirnovavio: add support for passing options to protocols.
2011-11-13 Martin Storsjöavio: Add an AVIOInterruptCB parameter to ffurl_open...
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-04 Anton Khirnovavio: make url_filesize() internal.
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_seek() internal.
2011-04-04 Anton Khirnovavio: make url_read() internal.
2011-04-04 Anton Khirnovavio: make url_open() internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-03-08 Wolfram GlogerFix concat seeking SEEK_END case.
2010-03-08 Wolfram GlogerFix concat seek result.
2010-02-07 Michele OrrùImplement a physical concatenation protocol.