| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/xsubenc: return meaningfull error codes | John Stebbins | 2020-04-10 | 1 | -6/+6 |
* | Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3' | Hendrik Leppkes | 2015-10-22 | 1 | -7/+20 |
|\ |
|
| * | lavc: Add data and linesize to AVSubtitleRect | Vittorio Giovara | 2015-10-21 | 1 | -7/+20 |
* | | Fix condition for transparency warning in xsub encoder. | Carl Eugen Hoyos | 2013-12-29 | 1 | -1/+1 |
* | | libavcodec/xsubenc.c: set coded_bits_per_sample | Erik Olofsson | 2013-11-12 | 1 | -0/+2 |
* | | libavcodec/xsubenc.c: Fix bounding box coordinates | Erik Olofsson | 2013-11-12 | 1 | -2/+2 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | libavcodec/xsubenc.c: Fix duplicate words | Michael Niedermayer | 2013-08-12 | 1 | -1/+1 |
* | | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 1 | -8/+7 |
|\ \
| |/ |
|
| * | xsubenc: reindent | Anton Khirnov | 2012-09-17 | 1 | -6/+6 |
| * | lavc: replace AVCodecContext.encode with subtitle-specific callback | Anton Khirnov | 2012-09-17 | 1 | -3/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-04 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | cosmetics: fix indentation/alignment in AVCodec declarations | Diego Biurrun | 2011-08-03 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -7/+5 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -7/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | xsubenc: only 1 rectangle is supported so dont allow 0 as it would crash. | Michael Niedermayer | 2011-05-04 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | 100l typo, xsub encoder printed end time hours where minutes should have been. | Reimar Döffinger | 2009-08-26 | 1 | -1/+1 |
* | Add support for encoding XSUB subtitles. Muxing support is still missing. | Reimar Döffinger | 2009-06-19 | 1 | -0/+222 |