Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-25avcodecc/ccaption_dec: remove extra word from long codec descriptionPaul B Mahol
2016-09-09avcodec/ccaption_dec: Use simple array instead of AVBufferMichael Niedermayer
2016-07-18avcodec/ccaption_dec: default rollup to row 10Aman Gupta
2016-07-18avcodec/ccaption_dec: implement positioning for closed captionsAman Gupta
2016-07-17avcodec/ccaption_dec: change write_char() to void as return value is unusedAman Gupta
2016-06-28avcodec/ccaption_dec: Fix mixed declaration and statement.Michael Niedermayer
2016-06-28avcodec/ccaption_dec: implement tab offset commandsAman Gupta
2016-04-02lavc/ccaption_dec: remove usage of avctx->time_baseClément Bœsch
2016-02-26lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch
2016-02-26lavc: allow subtitle text format to be ASS without timingClément Bœsch
2016-02-17lavc/ccaption_dec: implement special and extended character setsAman Gupta
2016-02-17lavc/ccaption_dec: do not ignore repeated character commandsAman Gupta
2016-01-19avcodec/ccaption_dec: Fix mixed declarations and codeMichael Niedermayer
2016-01-15lavc/ccaption_dec: clear all unused rows during rollupAman Gupta
2016-01-15lavc/ccaption_dec: clean up whitespaceAman Gupta
2016-01-15lavc/ccaption_dec: implement real_time optionAman Gupta
2016-01-15lavc/ccaption_dec: flush context on seekAman Gupta
2016-01-10lavc/ccaption_dec: improve default styleClément Bœsch
2016-01-10lavc/ccaption_dec: fix ASS tagsClément Bœsch
2016-01-09lavc/ccaption_dec: simplify rollup casesClément Bœsch
2016-01-09lavc/ccaption_dec: check for bprint completeness outside the loopClément Bœsch
2016-01-09lavc/ccaption_dec: mark row and font as const in capture_screen()Clément Bœsch
2016-01-09lavc/ccaption_dec: fix mixed declarations and code warningClément Bœsch
2016-01-09lavc/ccaption_dec: check for bprint completeness only at the endClément Bœsch
2016-01-09lavc/ccaption_dec: implement font stylesAman Gupta
2016-01-09lavc/ccaption_dec: simplify by incrementing cursor_column inside write_char()Aman Gupta
2016-01-09lavc/ccaption_dec: simplify by passing screen into write_char()Aman Gupta
2016-01-09lavc/ccaption_dec: extract capture_screen() for future useAman Gupta
2016-01-09lavc/ccaption_dec: clear buffer before populating with screen contentsAman Gupta
2016-01-09lavc/ccaption_dec: centralize buffer_changed=1 into reap_screenAman Gupta
2016-01-09lavc/ccaption_dec: rename screen_changed to buffer_changedAman Gupta
2016-01-09lavc/ccaption_dec: extract ass time base into constantAman Gupta
2016-01-09lavc/ccaption_dec: combine ROLLUP modes as they are identicalAman Gupta
2016-01-09Revert "lavc/ccaption_dec: reap_screen() is responsible for clearing output b...Aman Gupta
2016-01-09Revert "lavc/ccaption_dec: implement "erase non displayed memory""Aman Gupta
2016-01-09Revert "lavc/ccaption_dec: reap_screen is not necessary when clearing screen ...Aman Gupta
2016-01-08lavc/ccaption_dec: reap_screen is not necessary when clearing screen or bufferAman Gupta
2016-01-08lavc/ccaption_dec: implement "erase non displayed memory"Aman Gupta
2016-01-08lavc/ccaption_dec: reap_screen() is responsible for clearing output buffer an...Aman Gupta
2016-01-08lavc/ccaption_dec: remove unused return value from internal functionsAman Gupta
2016-01-08lavc/ccaption_dec: clean up whitespaceAman Gupta
2016-01-08lavu: rename and move ff_parity to av_parityJames Almer
2016-01-08lavc/ccaption_dec: use ff_parity()Clément Bœsch
2016-01-08lavc/ccaption_dec: fix always true conditionClément Bœsch
2016-01-07libavcodec/ccaption_dec: rewrite packet handler as case statement; remove COR...Aman Gupta
2016-01-07libavcodec/ccaption_dec: clean up and standardize white spaceAman Gupta
2016-01-05libavcodec/ccaption_dec: remove unnecessary includeAman Gupta
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-05-04avcodec/ccaption_dec: correcting line breaks in ccAnshul Maheshwari
2015-04-02avcodec/ccaption_dec: Remove the GOTO statementPranav Vaish