| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/bintext: Check font height | Michael Niedermayer | 2019-06-26 | 1 | -0/+4 |
* | avcodec/bintext: Add error message when resolution is too small for font. | Nikolas Bowe | 2019-04-25 | 1 | -1/+3 |
* | avcodec/bintext: Use ff_get_buffer instead of ff_reget_buffer and simplify | Michael Niedermayer | 2018-09-28 | 1 | -20/+2 |
* | avcodec/bintext: Check input size before allocating the input image | Michael Niedermayer | 2018-09-28 | 1 | -0/+3 |
* | avcodec/bintext: sanity check dimensions | Michael Niedermayer | 2018-02-27 | 1 | -2/+5 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -3/+3 |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -3/+3 |
* | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -4/+2 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -17/+20 |
* | lavc: fix decode_frame() third parameter semantics for rest of video decoders | Paul B Mahol | 2012-12-05 | 1 | -2/+2 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
* | Move xGA font data from lavc to lavu. | Clément Bœsch | 2012-10-01 | 1 | -2/+3 |
* | bintext: mark hscroll() as unused | Michael Niedermayer | 2012-09-15 | 1 | -1/+1 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -5/+5 |
* | cosmetics: align more codecs declarations | Paul B Mahol | 2012-06-12 | 1 | -3/+3 |
* | lavc/bintext: check extradata size | Michael Niedermayer | 2012-06-09 | 1 | -0/+5 |
* | bintext: build decoders only if they are actually enabled | Paul B Mahol | 2012-03-24 | 1 | -2/+6 |
* | lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_* | Paul B Mahol | 2012-01-03 | 1 | -1/+1 |
* | Use more designated initializers. | Paul B Mahol | 2011-12-30 | 1 | -27/+24 |
* | Increase eXtended BINary text palette dynamics. | Carl Eugen Hoyos | 2011-11-13 | 1 | -1/+1 |
* | bintext: reset x and y pos after each frame decode. | Clément Bœsch | 2011-10-07 | 1 | -0/+1 |
* | bintext: fix warning message wording. | Clément Bœsch | 2011-10-06 | 1 | -1/+1 |
* | bintext: remove wrong @file reference. | Clément Bœsch | 2011-10-04 | 1 | -1/+1 |
* | bintext: make decoder names unique | Michael Niedermayer | 2011-09-16 | 1 | -1/+1 |
* | bintext: set buffer hints | Michael Niedermayer | 2011-09-16 | 1 | -0/+3 |
* | bintext: fix possible x variable overflow. | Michael Niedermayer | 2011-09-16 | 1 | -1/+1 |
* | bintext: remove unneeded get_buffer() | Michael Niedermayer | 2011-09-16 | 1 | -6/+0 |
* | Binary text decoder | Peter Ross | 2011-09-16 | 1 | -0/+252 |