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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-02-07avcodec/ccaption_dec: Added Debug logsAnshul Maheshwari
2015-02-07avcodec/ccaption_dec: handle error from ass_sub apiAnshul Maheshwari
2015-02-07avcodec/ccaption_dec: Added Roll up functionalityAnshul Maheshwari
2015-01-30avcodec/ccaption_dec: Adding color and fonts for future use in screenAnshul Maheshwari
2015-01-20changed name of erase_display_memory to screen_changedAnshul Maheshwari
2015-01-20Initilaize array to known sizeAnshul Maheshwari
2015-01-20CHAR_DEBUG to av_dlogAnshul Maheshwari
2015-01-20Cosmetic changes in cc_captionAnshul Maheshwari
2015-01-12avcodec/ccaption_dec: Fix typos and cosmeticsMichael Niedermayer
2015-01-12Adding Closed caption SupportAnshul Maheshwari