| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodecc/ccaption_dec: remove extra word from long codec description | Paul B Mahol | 2017-01-25 | 1 | -1/+1 |
* | avcodec/ccaption_dec: Use simple array instead of AVBuffer | Michael Niedermayer | 2016-09-09 | 1 | -16/+11 |
* | avcodec/ccaption_dec: default rollup to row 10 | Aman Gupta | 2016-07-18 | 1 | -1/+2 |
* | avcodec/ccaption_dec: implement positioning for closed captions | Aman Gupta | 2016-07-18 | 1 | -3/+26 |
* | avcodec/ccaption_dec: change write_char() to void as return value is unused | Aman Gupta | 2016-07-17 | 1 | -4/+4 |
* | avcodec/ccaption_dec: Fix mixed declaration and statement. | Michael Niedermayer | 2016-06-28 | 1 | -1/+2 |
* | avcodec/ccaption_dec: implement tab offset commands | Aman Gupta | 2016-06-28 | 1 | -0/+5 |
* | lavc/ccaption_dec: remove usage of avctx->time_base | Clément Bœsch | 2016-04-02 | 1 | -7/+8 |
* | lavc/options: add ass_ro_flush_noop to flags2 | Clément Bœsch | 2016-02-26 | 1 | -1/+2 |
* | lavc: allow subtitle text format to be ASS without timing | Clément Bœsch | 2016-02-26 | 1 | -13/+11 |
* | lavc/ccaption_dec: implement special and extended character sets | Aman Gupta | 2016-02-17 | 1 | -3/+149 |
* | lavc/ccaption_dec: do not ignore repeated character commands | Aman Gupta | 2016-02-17 | 1 | -9/+10 |
* | avcodec/ccaption_dec: Fix mixed declarations and code | Michael Niedermayer | 2016-01-19 | 1 | -1/+2 |
* | lavc/ccaption_dec: clear all unused rows during rollup | Aman Gupta | 2016-01-14 | 1 | -1/+4 |
* | lavc/ccaption_dec: clean up whitespace | Aman Gupta | 2016-01-14 | 1 | -2/+1 |
* | lavc/ccaption_dec: implement real_time option | Aman Gupta | 2016-01-14 | 1 | -8/+74 |
* | lavc/ccaption_dec: flush context on seek | Aman Gupta | 2016-01-14 | 1 | -0/+19 |
* | lavc/ccaption_dec: improve default style | Clément Bœsch | 2016-01-10 | 1 | -1/+9 |
* | lavc/ccaption_dec: fix ASS tags | Clément Bœsch | 2016-01-10 | 1 | -6/+6 |
* | lavc/ccaption_dec: simplify rollup cases | Clément Bœsch | 2016-01-09 | 1 | -7/+1 |
* | lavc/ccaption_dec: check for bprint completeness outside the loop | Clément Bœsch | 2016-01-09 | 1 | -10/+3 |
* | lavc/ccaption_dec: mark row and font as const in capture_screen() | Clément Bœsch | 2016-01-09 | 1 | -2/+2 |
* | lavc/ccaption_dec: fix mixed declarations and code warning | Clément Bœsch | 2016-01-09 | 1 | -1/+2 |
* | lavc/ccaption_dec: check for bprint completeness only at the end | Clément Bœsch | 2016-01-09 | 1 | -5/+0 |
* | lavc/ccaption_dec: implement font styles | Aman Gupta | 2016-01-09 | 1 | -5/+50 |
* | lavc/ccaption_dec: simplify by incrementing cursor_column inside write_char() | Aman Gupta | 2016-01-09 | 1 | -15/+6 |
* | lavc/ccaption_dec: simplify by passing screen into write_char() | Aman Gupta | 2016-01-09 | 1 | -13/+11 |
* | lavc/ccaption_dec: extract capture_screen() for future use | Aman Gupta | 2016-01-09 | 1 | -3/+8 |
* | lavc/ccaption_dec: clear buffer before populating with screen contents | Aman Gupta | 2016-01-09 | 1 | -1/+1 |
* | lavc/ccaption_dec: centralize buffer_changed=1 into reap_screen | Aman Gupta | 2016-01-09 | 1 | -2/+1 |
* | lavc/ccaption_dec: rename screen_changed to buffer_changed | Aman Gupta | 2016-01-09 | 1 | -5/+5 |
* | lavc/ccaption_dec: extract ass time base into constant | Aman Gupta | 2016-01-09 | 1 | -2/+4 |
* | lavc/ccaption_dec: combine ROLLUP modes as they are identical | Aman Gupta | 2016-01-09 | 1 | -10/+6 |
* | Revert "lavc/ccaption_dec: reap_screen() is responsible for clearing output b... | Aman Gupta | 2016-01-09 | 1 | -5/+5 |
* | Revert "lavc/ccaption_dec: implement "erase non displayed memory"" | Aman Gupta | 2016-01-09 | 1 | -8/+7 |
* | Revert "lavc/ccaption_dec: reap_screen is not necessary when clearing screen ... | Aman Gupta | 2016-01-09 | 1 | -4/+6 |
* | lavc/ccaption_dec: reap_screen is not necessary when clearing screen or buffer | Aman Gupta | 2016-01-08 | 1 | -6/+4 |
* | lavc/ccaption_dec: implement "erase non displayed memory" | Aman Gupta | 2016-01-08 | 1 | -7/+8 |
* | lavc/ccaption_dec: reap_screen() is responsible for clearing output buffer an... | Aman Gupta | 2016-01-08 | 1 | -5/+5 |
* | lavc/ccaption_dec: remove unused return value from internal functions | Aman Gupta | 2016-01-08 | 1 | -13/+6 |
* | lavc/ccaption_dec: clean up whitespace | Aman Gupta | 2016-01-08 | 1 | -7/+7 |
* | lavu: rename and move ff_parity to av_parity | James Almer | 2016-01-07 | 1 | -2/+2 |
* | lavc/ccaption_dec: use ff_parity() | Clément Bœsch | 2016-01-07 | 1 | -36/+2 |
* | lavc/ccaption_dec: fix always true condition | Clément Bœsch | 2016-01-07 | 1 | -1/+1 |
* | libavcodec/ccaption_dec: rewrite packet handler as case statement; remove COR... | Aman Gupta | 2016-01-06 | 1 | -39/+53 |
* | libavcodec/ccaption_dec: clean up and standardize white space | Aman Gupta | 2016-01-06 | 1 | -53/+45 |
* | libavcodec/ccaption_dec: remove unnecessary include | Aman Gupta | 2016-01-05 | 1 | -1/+0 |
* | Replace av_dlog with ff_dlog. | Ronald S. Bultje | 2015-08-18 | 1 | -6/+7 |
* | avcodec/ccaption_dec: correcting line breaks in cc | Anshul Maheshwari | 2015-05-03 | 1 | -1/+5 |
* | avcodec/ccaption_dec: Remove the GOTO statement | Pranav Vaish | 2015-04-02 | 1 | -3/+1 |