| Commit message (Expand) | Author | Age | Files | Lines |
* | mxfenc: Don't allow muxing audio-only since it's not supported | Tomas Härdin | 2012-04-03 | 1 | -4/+5 |
* | mxfenc: use new public timecode API. | Clément Bœsch | 2012-02-02 | 1 | -19/+19 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -5/+0 |
|\ |
|
| * | lavf: remove disabled FF_API_TIMESTAMP cruft | Anton Khirnov | 2012-01-27 | 1 | -5/+0 |
| * | mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container. | Daniel Kristjansson | 2011-12-21 | 1 | -0/+4 |
* | | timecode: rename internal ff_* symbols to avpriv_*. | Clément Bœsch | 2011-12-12 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -3/+13 |
|\ \
| |/ |
|
* | | mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container | Daniel Kristjansson | 2011-09-16 | 1 | -0/+4 |
* | | mxf: honor timecode drop flag in mxf muxer if set. | Clément Bœsch | 2011-08-13 | 1 | -1/+4 |
* | | mxf: add cli option in mxfenc to replace GOP timecode parsing. | Clément Bœsch | 2011-08-13 | 1 | -22/+25 |
* | | mxf: move framenum to timecode convert to timecode helpers. | Clément Bœsch | 2011-08-13 | 1 | -19/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -26/+23 |
|\ \
| |/ |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -26/+23 |
* | | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228' | Michael Niedermayer | 2011-07-14 | 1 | -5/+3 |
|\ \
| |/ |
|
| * | mxfenc: include needed header for ff_iso8601_to_unix_time() prototype | Kostya Shishkov | 2011-07-13 | 1 | -0/+1 |
| * | lavf: factor out conversion of ISO8601 string to unix time | Anton Khirnov | 2011-07-13 | 1 | -5/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-13 | 1 | -1/+13 |
|\ \
| |/ |
|
| * | lavf: deprecate AVFormatContext.timestamp | Anton Khirnov | 2011-07-12 | 1 | -1/+13 |
| * | mxfenc: fix ignored drop flag in binary timecode representation. | Clément Bœsch | 2011-07-05 | 1 | -1/+1 |
* | | mxfenc: fix ignored drop flag in binary timecode representation. | Clément Bœsch | 2011-07-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | mxfenc: small typo fix | Clément Bœsch | 2011-07-04 | 1 | -1/+1 |
* | | 10l, commit that should have been stashed into the merge. | Michael Niedermayer | 2011-04-17 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -10/+10 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -166/+166 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -33/+33 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -8/+8 |
* | In mxf muxer, check the return value of gmtime, fix #2494 | Baptiste Coudurier | 2011-01-14 | 1 | -0/+2 |
* | Add extern to mxf_d10_muxer forward declaration to avoid a redundant | Reimar Döffinger | 2010-07-28 | 1 | -1/+1 |
* | Fix a "function declaration isn't a prototype" warning. | Reimar Döffinger | 2010-07-24 | 1 | -1/+1 |
* | In mxf muxer, fix last b frame temporal offset | Baptiste Coudurier | 2010-07-02 | 1 | -33/+35 |
* | Make ff_random_get_seed public, rename to av_get_random_seed, export the header | Martin Storsjö | 2010-05-23 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -3/+3 |
* | Remove MAX_STREAMS usage in ogg and mxf muxers | Baptiste Coudurier | 2010-01-29 | 1 | -14/+5 |
* | Use CODEC_ID_NONE instead of 0 for enum CodecID. | Carl Eugen Hoyos | 2009-11-08 | 1 | -1/+1 |
* | Improve amortized worst case speed of the muxers packet interleaving code | Michael Niedermayer | 2009-09-16 | 1 | -0/+8 |
* | fix and simplify long gop mpeg codec ul computation | Baptiste Coudurier | 2009-07-04 | 1 | -13/+6 |
* | set index duration to 0 for cbr, specifying whole container coverage | Baptiste Coudurier | 2009-07-04 | 1 | -1/+4 |
* | use ber4 length for descriptors preferred by specs | Baptiste Coudurier | 2009-07-04 | 1 | -1/+1 |