summaryrefslogtreecommitdiff
path: root/libavcodec/ccaption_dec.c
Commit message (Collapse)AuthorAge
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
| | | | | ff_dlog checks compilability, and is non-public. av_dlog is deprecated and no longer exists if FF_API_DLOG=0.
* avcodec/ccaption_dec: correcting line breaks in ccAnshul Maheshwari2015-05-03
| | | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/ccaption_dec: Remove the GOTO statementPranav Vaish2015-04-02
|
* avcodec/ccaption_dec: Added Debug logsAnshul Maheshwari2015-02-07
| | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/ccaption_dec: handle error from ass_sub apiAnshul Maheshwari2015-02-07
| | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/ccaption_dec: Added Roll up functionalityAnshul Maheshwari2015-02-07
| | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/ccaption_dec: Adding color and fonts for future use in screenAnshul Maheshwari2015-01-30
| | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* changed name of erase_display_memory to screen_changedAnshul Maheshwari2015-01-20
| | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Initilaize array to known sizeAnshul Maheshwari2015-01-20
| | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* CHAR_DEBUG to av_dlogAnshul Maheshwari2015-01-20
| | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Cosmetic changes in cc_captionAnshul Maheshwari2015-01-20
| | | | | Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/ccaption_dec: Fix typos and cosmeticsMichael Niedermayer2015-01-12
| | | | | | | Found-by: ubitux (rest of found stuff left to the author to decide which way to fix) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Adding Closed caption SupportAnshul Maheshwari2015-01-11
Signed-off-by: Anshul Maheshwari <anshul.ffmpeg@gmail.com> To test Closed caption use following command ffmpeg -f lavfi -i "movie=input.ts[out0+subcc]" -map s output.srt Signed-off-by: Michael Niedermayer <michaelni@gmx.at>