summaryrefslogtreecommitdiffstats
path: root/libavcodec/ccaption_dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodecc/ccaption_dec: remove extra word from long codec descriptionPaul B Mahol2017-01-251-1/+1
* avcodec/ccaption_dec: Use simple array instead of AVBufferMichael Niedermayer2016-09-091-16/+11
* avcodec/ccaption_dec: default rollup to row 10Aman Gupta2016-07-181-1/+2
* avcodec/ccaption_dec: implement positioning for closed captionsAman Gupta2016-07-181-3/+26
* avcodec/ccaption_dec: change write_char() to void as return value is unusedAman Gupta2016-07-171-4/+4
* avcodec/ccaption_dec: Fix mixed declaration and statement.Michael Niedermayer2016-06-281-1/+2
* avcodec/ccaption_dec: implement tab offset commandsAman Gupta2016-06-281-0/+5
* lavc/ccaption_dec: remove usage of avctx->time_baseClément Bœsch2016-04-021-7/+8
* lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch2016-02-261-1/+2
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-261-13/+11
* lavc/ccaption_dec: implement special and extended character setsAman Gupta2016-02-171-3/+149
* lavc/ccaption_dec: do not ignore repeated character commandsAman Gupta2016-02-171-9/+10
* avcodec/ccaption_dec: Fix mixed declarations and codeMichael Niedermayer2016-01-191-1/+2
* lavc/ccaption_dec: clear all unused rows during rollupAman Gupta2016-01-141-1/+4
* lavc/ccaption_dec: clean up whitespaceAman Gupta2016-01-141-2/+1
* lavc/ccaption_dec: implement real_time optionAman Gupta2016-01-141-8/+74
* lavc/ccaption_dec: flush context on seekAman Gupta2016-01-141-0/+19
* lavc/ccaption_dec: improve default styleClément Bœsch2016-01-101-1/+9
* lavc/ccaption_dec: fix ASS tagsClément Bœsch2016-01-101-6/+6
* lavc/ccaption_dec: simplify rollup casesClément Bœsch2016-01-091-7/+1
* lavc/ccaption_dec: check for bprint completeness outside the loopClément Bœsch2016-01-091-10/+3
* lavc/ccaption_dec: mark row and font as const in capture_screen()Clément Bœsch2016-01-091-2/+2
* lavc/ccaption_dec: fix mixed declarations and code warningClément Bœsch2016-01-091-1/+2
* lavc/ccaption_dec: check for bprint completeness only at the endClément Bœsch2016-01-091-5/+0
* lavc/ccaption_dec: implement font stylesAman Gupta2016-01-091-5/+50
* lavc/ccaption_dec: simplify by incrementing cursor_column inside write_char()Aman Gupta2016-01-091-15/+6
* lavc/ccaption_dec: simplify by passing screen into write_char()Aman Gupta2016-01-091-13/+11
* lavc/ccaption_dec: extract capture_screen() for future useAman Gupta2016-01-091-3/+8
* lavc/ccaption_dec: clear buffer before populating with screen contentsAman Gupta2016-01-091-1/+1
* lavc/ccaption_dec: centralize buffer_changed=1 into reap_screenAman Gupta2016-01-091-2/+1
* lavc/ccaption_dec: rename screen_changed to buffer_changedAman Gupta2016-01-091-5/+5
* lavc/ccaption_dec: extract ass time base into constantAman Gupta2016-01-091-2/+4
* lavc/ccaption_dec: combine ROLLUP modes as they are identicalAman Gupta2016-01-091-10/+6
* Revert "lavc/ccaption_dec: reap_screen() is responsible for clearing output b...Aman Gupta2016-01-091-5/+5
* Revert "lavc/ccaption_dec: implement "erase non displayed memory""Aman Gupta2016-01-091-8/+7
* Revert "lavc/ccaption_dec: reap_screen is not necessary when clearing screen ...Aman Gupta2016-01-091-4/+6
* lavc/ccaption_dec: reap_screen is not necessary when clearing screen or bufferAman Gupta2016-01-081-6/+4
* lavc/ccaption_dec: implement "erase non displayed memory"Aman Gupta2016-01-081-7/+8
* lavc/ccaption_dec: reap_screen() is responsible for clearing output buffer an...Aman Gupta2016-01-081-5/+5
* lavc/ccaption_dec: remove unused return value from internal functionsAman Gupta2016-01-081-13/+6
* lavc/ccaption_dec: clean up whitespaceAman Gupta2016-01-081-7/+7
* lavu: rename and move ff_parity to av_parityJames Almer2016-01-071-2/+2
* lavc/ccaption_dec: use ff_parity()Clément Bœsch2016-01-071-36/+2
* lavc/ccaption_dec: fix always true conditionClément Bœsch2016-01-071-1/+1
* libavcodec/ccaption_dec: rewrite packet handler as case statement; remove COR...Aman Gupta2016-01-061-39/+53
* libavcodec/ccaption_dec: clean up and standardize white spaceAman Gupta2016-01-061-53/+45
* libavcodec/ccaption_dec: remove unnecessary includeAman Gupta2016-01-051-1/+0
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-181-6/+7
* avcodec/ccaption_dec: correcting line breaks in ccAnshul Maheshwari2015-05-031-1/+5
* avcodec/ccaption_dec: Remove the GOTO statementPranav Vaish2015-04-021-3/+1
OpenPOWER on IntegriCloud