Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace remaining av_new_stream() with avformat_new_stream(). | Clément Bœsch | 2011-11-05 | 1 | -1/+2 | |
| | ||||||
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: presets: rename presets directory lavc: make avcodec_get_context_defaults3 "officially" public lavf: replace av_new_stream->avformat_new_stream part II. lavf,lavd: replace av_new_stream->avformat_new_stream part I. lavf: add avformat_new_stream as a replacement for av_new_stream. Use correct scaling table for bwd-pred MVs in second B-field Ut Video decoder Makefile: change presets extension to .avpreset lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs lavfi: add testsrc source AVOptions: add documentation. presets: update libx264 ffpresets Conflicts: Changelog doc/APIchanges doc/ffmpeg.texi ffpresets/libx264-ipod320.ffpreset ffpresets/libx264-ipod640.ffpreset ffserver.c libavcodec/avcodec.h libavcodec/options.c libavcodec/version.h libavdevice/libdc1394.c libavfilter/avfilter.h libavfilter/vsrc_testsrc.c libavformat/flvdec.c libavformat/riff.c libavformat/version.h libavformat/wtv.c Merged-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | Merge remote-tracking branch 'luzero/segment' | Michael Niedermayer | 2011-10-17 | 1 | -1/+1 | |
| | | | | | | | | | | | * luzero/segment: segment: extend options segment: basic pattern support and playlist output segment: introduce segmented chain muxer output-example: extend duration ratecontrol: estimate twice the qscale values Merged-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | examples/muxing.c: apply misc style fixes | Stefano Sabatini | 2011-07-27 | 1 | -17/+17 | |
| | ||||||
* | examples/muxing.c: fix typo, futur -> future | Stefano Sabatini | 2011-07-27 | 1 | -1/+1 | |
| | ||||||
* | examples/muxing.c: remove doxy reference to unexisting file | Stefano Sabatini | 2011-07-10 | 1 | -1/+0 | |
| | ||||||
* | examples: rename "-example" suffix from examples files | Stefano Sabatini | 2011-07-04 | 1 | -0/+546 | |
The suffix is redundant since the containing directory itself is called "examples". Simplify. |