summaryrefslogtreecommitdiff
path: root/libavcodec/ccaption_dec.c
Commit message (Expand)AuthorAge
* lavc/ccaption_dec: remove usage of avctx->time_baseClément Bœsch2016-04-02
* lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch2016-02-26
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-26
* lavc/ccaption_dec: implement special and extended character setsAman Gupta2016-02-17
* lavc/ccaption_dec: do not ignore repeated character commandsAman Gupta2016-02-17
* avcodec/ccaption_dec: Fix mixed declarations and codeMichael Niedermayer2016-01-19
* lavc/ccaption_dec: clear all unused rows during rollupAman Gupta2016-01-14
* lavc/ccaption_dec: clean up whitespaceAman Gupta2016-01-14
* lavc/ccaption_dec: implement real_time optionAman Gupta2016-01-14
* lavc/ccaption_dec: flush context on seekAman Gupta2016-01-14
* lavc/ccaption_dec: improve default styleClément Bœsch2016-01-10
* lavc/ccaption_dec: fix ASS tagsClément Bœsch2016-01-10
* lavc/ccaption_dec: simplify rollup casesClément Bœsch2016-01-09
* lavc/ccaption_dec: check for bprint completeness outside the loopClément Bœsch2016-01-09
* lavc/ccaption_dec: mark row and font as const in capture_screen()Clément Bœsch2016-01-09
* lavc/ccaption_dec: fix mixed declarations and code warningClément Bœsch2016-01-09
* lavc/ccaption_dec: check for bprint completeness only at the endClément Bœsch2016-01-09
* lavc/ccaption_dec: implement font stylesAman Gupta2016-01-09
* lavc/ccaption_dec: simplify by incrementing cursor_column inside write_char()Aman Gupta2016-01-09
* lavc/ccaption_dec: simplify by passing screen into write_char()Aman Gupta2016-01-09
* lavc/ccaption_dec: extract capture_screen() for future useAman Gupta2016-01-09
* lavc/ccaption_dec: clear buffer before populating with screen contentsAman Gupta2016-01-09
* lavc/ccaption_dec: centralize buffer_changed=1 into reap_screenAman Gupta2016-01-09
* lavc/ccaption_dec: rename screen_changed to buffer_changedAman Gupta2016-01-09
* lavc/ccaption_dec: extract ass time base into constantAman Gupta2016-01-09
* lavc/ccaption_dec: combine ROLLUP modes as they are identicalAman Gupta2016-01-09
* Revert "lavc/ccaption_dec: reap_screen() is responsible for clearing output b...Aman Gupta2016-01-09
* Revert "lavc/ccaption_dec: implement "erase non displayed memory""Aman Gupta2016-01-09
* Revert "lavc/ccaption_dec: reap_screen is not necessary when clearing screen ...Aman Gupta2016-01-09
* lavc/ccaption_dec: reap_screen is not necessary when clearing screen or bufferAman Gupta2016-01-08
* lavc/ccaption_dec: implement "erase non displayed memory"Aman Gupta2016-01-08
* lavc/ccaption_dec: reap_screen() is responsible for clearing output buffer an...Aman Gupta2016-01-08
* lavc/ccaption_dec: remove unused return value from internal functionsAman Gupta2016-01-08
* lavc/ccaption_dec: clean up whitespaceAman Gupta2016-01-08
* lavu: rename and move ff_parity to av_parityJames Almer2016-01-07
* lavc/ccaption_dec: use ff_parity()Clément Bœsch2016-01-07
* lavc/ccaption_dec: fix always true conditionClément Bœsch2016-01-07
* libavcodec/ccaption_dec: rewrite packet handler as case statement; remove COR...Aman Gupta2016-01-06
* libavcodec/ccaption_dec: clean up and standardize white spaceAman Gupta2016-01-06
* libavcodec/ccaption_dec: remove unnecessary includeAman Gupta2016-01-05
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
* avcodec/ccaption_dec: correcting line breaks in ccAnshul Maheshwari2015-05-03
* avcodec/ccaption_dec: Remove the GOTO statementPranav Vaish2015-04-02
* avcodec/ccaption_dec: Added Debug logsAnshul Maheshwari2015-02-07
* avcodec/ccaption_dec: handle error from ass_sub apiAnshul Maheshwari2015-02-07
* avcodec/ccaption_dec: Added Roll up functionalityAnshul Maheshwari2015-02-07
* avcodec/ccaption_dec: Adding color and fonts for future use in screenAnshul Maheshwari2015-01-30
* changed name of erase_display_memory to screen_changedAnshul Maheshwari2015-01-20
* Initilaize array to known sizeAnshul Maheshwari2015-01-20
* CHAR_DEBUG to av_dlogAnshul Maheshwari2015-01-20