60 Commits (c1d1274bfc5672e37e2192f15be6a318ee7bb955)

Author SHA1 Message Date
Paul B Mahol b4a13d442a avcodecc/ccaption_dec: remove extra word from long codec description 8 years ago
Michael Niedermayer 752e6dfa3e avcodec/ccaption_dec: Use simple array instead of AVBuffer 8 years ago
Aman Gupta a49ed9e32d avcodec/ccaption_dec: default rollup to row 10 8 years ago
Aman Gupta 9ca9671458 avcodec/ccaption_dec: implement positioning for closed captions 8 years ago
Aman Gupta 309322ef65 avcodec/ccaption_dec: change write_char() to void as return value is unused 8 years ago
Michael Niedermayer 6cc4c42226 avcodec/ccaption_dec: Fix mixed declaration and statement. 9 years ago
Aman Gupta 4448f16ef5 avcodec/ccaption_dec: implement tab offset commands 9 years ago
Clément Bœsch d8620158c7 lavc/ccaption_dec: remove usage of avctx->time_base 9 years ago
Clément Bœsch 30e7685360 lavc/options: add ass_ro_flush_noop to flags2 9 years ago
Clément Bœsch 2941282124 lavc: allow subtitle text format to be ASS without timing 9 years ago
Aman Gupta 5f5467e749 lavc/ccaption_dec: implement special and extended character sets 9 years ago
Aman Gupta 2f26b67d55 lavc/ccaption_dec: do not ignore repeated character commands 9 years ago
Michael Niedermayer 22f64c2324 avcodec/ccaption_dec: Fix mixed declarations and code 9 years ago
Aman Gupta 3a0e5cfcee lavc/ccaption_dec: clear all unused rows during rollup 9 years ago
Aman Gupta 9027806e3c lavc/ccaption_dec: clean up whitespace 9 years ago
Aman Gupta 5c041e2ccc lavc/ccaption_dec: implement real_time option 9 years ago
Aman Gupta 260e368717 lavc/ccaption_dec: flush context on seek 9 years ago
Clément Bœsch 6d32628bf3 lavc/ccaption_dec: improve default style 9 years ago
Clément Bœsch a43deea861 lavc/ccaption_dec: fix ASS tags 9 years ago
Clément Bœsch 0948e0f553 lavc/ccaption_dec: simplify rollup cases 9 years ago
Clément Bœsch 22765140fa lavc/ccaption_dec: check for bprint completeness outside the loop 9 years ago
Clément Bœsch 31bff21d2c lavc/ccaption_dec: mark row and font as const in capture_screen() 9 years ago
Clément Bœsch d587fbb676 lavc/ccaption_dec: fix mixed declarations and code warning 9 years ago
Clément Bœsch 5ae07914d0 lavc/ccaption_dec: check for bprint completeness only at the end 9 years ago
Aman Gupta b7e64be8fb lavc/ccaption_dec: implement font styles 9 years ago
Aman Gupta 086093c77c lavc/ccaption_dec: simplify by incrementing cursor_column inside write_char() 9 years ago
Aman Gupta 811ce8f9c5 lavc/ccaption_dec: simplify by passing screen into write_char() 9 years ago
Aman Gupta 080de371d8 lavc/ccaption_dec: extract capture_screen() for future use 9 years ago
Aman Gupta e521a32af2 lavc/ccaption_dec: clear buffer before populating with screen contents 9 years ago
Aman Gupta 7def844be8 lavc/ccaption_dec: centralize buffer_changed=1 into reap_screen 9 years ago
Aman Gupta c75b869516 lavc/ccaption_dec: rename screen_changed to buffer_changed 9 years ago
Aman Gupta 8fd7f03c56 lavc/ccaption_dec: extract ass time base into constant 9 years ago
Aman Gupta 6049b15c0a lavc/ccaption_dec: combine ROLLUP modes as they are identical 9 years ago
Aman Gupta 2693275c02 Revert "lavc/ccaption_dec: reap_screen() is responsible for clearing output buffer and signaling screen_changed" 9 years ago
Aman Gupta 578b911b5e Revert "lavc/ccaption_dec: implement "erase non displayed memory"" 9 years ago
Aman Gupta 23a50c8ab9 Revert "lavc/ccaption_dec: reap_screen is not necessary when clearing screen or buffer" 9 years ago
Aman Gupta fe225b113b lavc/ccaption_dec: reap_screen is not necessary when clearing screen or buffer 9 years ago
Aman Gupta 26abdd61a3 lavc/ccaption_dec: implement "erase non displayed memory" 9 years ago
Aman Gupta 53ee84f811 lavc/ccaption_dec: reap_screen() is responsible for clearing output buffer and signaling screen_changed 9 years ago
Aman Gupta 5695c85332 lavc/ccaption_dec: remove unused return value from internal functions 9 years ago
Aman Gupta b261749f70 lavc/ccaption_dec: clean up whitespace 9 years ago
James Almer 28d5a3a74a lavu: rename and move ff_parity to av_parity 9 years ago
Clément Bœsch 00e96613f3 lavc/ccaption_dec: use ff_parity() 9 years ago
Clément Bœsch d64fe951c2 lavc/ccaption_dec: fix always true condition 9 years ago
Aman Gupta 3ec5d8fe0f libavcodec/ccaption_dec: rewrite packet handler as case statement; remove COR3 macro 9 years ago
Aman Gupta 55ca79f526 libavcodec/ccaption_dec: clean up and standardize white space 9 years ago
Aman Gupta e7271e6d07 libavcodec/ccaption_dec: remove unnecessary include 9 years ago
Ronald S. Bultje 229843aa35 Replace av_dlog with ff_dlog. 9 years ago
Anshul Maheshwari a6b630e9b6 avcodec/ccaption_dec: correcting line breaks in cc 10 years ago
Pranav Vaish f669d8c1b7 avcodec/ccaption_dec: Remove the GOTO statement 10 years ago