| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/assenc: Use size_t for length of string | Andreas Rheinhardt | 2024-02-22 | 1 | -2/+2 |
* | lavc/ass: error if not passed exactly 1 rect | rcombs | 2023-03-21 | 1 | -15/+14 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+0 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -10/+10 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/assenc: Mark encoders as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+3 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec: Remove deprecated ASS with inline timing | Andreas Rheinhardt | 2021-04-27 | 1 | -39/+0 |
* | lavc/assenc: return more meaningful error code | John Stebbins | 2020-04-10 | 1 | -1/+1 |
* | avcodec/assenc: Return more specific error codes for ass_encode_frame() | Michael Niedermayer | 2019-01-01 | 1 | -2/+2 |
* | lavc: deprecate decoded ass subtitles with timings | Clément Bœsch | 2016-02-26 | 1 | -0/+2 |
* | lavc: allow subtitle text format to be ASS without timing | Clément Bœsch | 2016-02-26 | 1 | -7/+2 |
* | Kill timed SSA | Clément Bœsch | 2016-02-26 | 1 | -8/+6 |
* | avcodec/assenc: fix potential overread. | Clément Bœsch | 2013-09-08 | 1 | -3/+10 |
* | subtitles: introduce ASS codec id and use it. | Clément Bœsch | 2013-04-18 | 1 | -3/+56 |
* | lavc: add ff_bprint_to_extradata() helper and use it. | Clément Bœsch | 2012-12-30 | 1 | -1/+2 |
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 1 | -3/+3 |
|\ |
|
| * | lavc: replace AVCodecContext.encode with subtitle-specific callback | Anton Khirnov | 2012-09-17 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+4 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+4 |
* | | 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 | 2012-07-31 | 1 | -1/+1 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
| * | 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 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | add missing files in previous commit (ASS encoder and decoder) | Aurelien Jacobs | 2010-11-13 | 1 | -0/+67 |