index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ccaption_dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/ccaption_dec: add support for background colors
Paul B Mahol
2020-06-23
1
-4
/
+64
*
avcodec/ccaption_dec: use uint8_t type for prev_cmd array
Paul B Mahol
2020-06-20
1
-1
/
+1
*
avcodec/ccaption_dec: do not modify packet data in case of parity error
Paul B Mahol
2020-06-20
1
-8
/
+8
*
avcodec/ccaption_dec: allow selection of second field captions
Paul B Mahol
2020-06-20
1
-3
/
+12
*
avcodec/ccaption_dec: rework non-real-time mode with pop-on captions by delaying
Paul B Mahol
2020-06-20
1
-49
/
+68
*
avcodec/ccaption_dec: do not modify pkt data and stop removing parity bit twice
Paul B Mahol
2020-06-17
1
-6
/
+1
*
avcodec/ccaption_dec: remove usage of extra buffer
Paul B Mahol
2020-06-16
1
-12
/
+1
*
avcodec/ccaption_dec: fix some small style issues
Paul B Mahol
2020-06-16
1
-6
/
+5
*
avcodec/ccaption_dec: remove pts parameter from handle_char()
Paul B Mahol
2020-06-16
1
-4
/
+4
*
avcodec/ccaption_dec: add support for colors
Paul B Mahol
2020-06-15
1
-8
/
+35
*
avcodec/ccaption_dec: switch active screen in end of caption early
Paul B Mahol
2020-06-13
1
-1
/
+2
*
avcodec/ccaption_dec: remove unused arguments from function
Paul B Mahol
2020-06-13
1
-2
/
+2
*
avcodec/ccaption_dec: check for error codes
Paul B Mahol
2020-06-13
1
-12
/
+25
*
avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading fro...
Michael Niedermayer
2019-04-21
1
-4
/
+4
*
avcodecc/ccaption_dec: remove extra word from long codec description
Paul B Mahol
2017-01-25
1
-1
/
+1
*
avcodec/ccaption_dec: Use simple array instead of AVBuffer
Michael Niedermayer
2016-09-09
1
-16
/
+11
*
avcodec/ccaption_dec: default rollup to row 10
Aman Gupta
2016-07-18
1
-1
/
+2
*
avcodec/ccaption_dec: implement positioning for closed captions
Aman Gupta
2016-07-18
1
-3
/
+26
*
avcodec/ccaption_dec: change write_char() to void as return value is unused
Aman Gupta
2016-07-17
1
-4
/
+4
*
avcodec/ccaption_dec: Fix mixed declaration and statement.
Michael Niedermayer
2016-06-28
1
-1
/
+2
*
avcodec/ccaption_dec: implement tab offset commands
Aman Gupta
2016-06-28
1
-0
/
+5
*
lavc/ccaption_dec: remove usage of avctx->time_base
Clément Bœsch
2016-04-02
1
-7
/
+8
*
lavc/options: add ass_ro_flush_noop to flags2
Clément Bœsch
2016-02-26
1
-1
/
+2
*
lavc: allow subtitle text format to be ASS without timing
Clément Bœsch
2016-02-26
1
-13
/
+11
*
lavc/ccaption_dec: implement special and extended character sets
Aman Gupta
2016-02-17
1
-3
/
+149
*
lavc/ccaption_dec: do not ignore repeated character commands
Aman Gupta
2016-02-17
1
-9
/
+10
*
avcodec/ccaption_dec: Fix mixed declarations and code
Michael Niedermayer
2016-01-19
1
-1
/
+2
*
lavc/ccaption_dec: clear all unused rows during rollup
Aman Gupta
2016-01-14
1
-1
/
+4
*
lavc/ccaption_dec: clean up whitespace
Aman Gupta
2016-01-14
1
-2
/
+1
*
lavc/ccaption_dec: implement real_time option
Aman Gupta
2016-01-14
1
-8
/
+74
*
lavc/ccaption_dec: flush context on seek
Aman Gupta
2016-01-14
1
-0
/
+19
*
lavc/ccaption_dec: improve default style
Clément Bœsch
2016-01-10
1
-1
/
+9
*
lavc/ccaption_dec: fix ASS tags
Clément Bœsch
2016-01-10
1
-6
/
+6
*
lavc/ccaption_dec: simplify rollup cases
Clément Bœsch
2016-01-09
1
-7
/
+1
*
lavc/ccaption_dec: check for bprint completeness outside the loop
Clément Bœsch
2016-01-09
1
-10
/
+3
*
lavc/ccaption_dec: mark row and font as const in capture_screen()
Clément Bœsch
2016-01-09
1
-2
/
+2
*
lavc/ccaption_dec: fix mixed declarations and code warning
Clément Bœsch
2016-01-09
1
-1
/
+2
*
lavc/ccaption_dec: check for bprint completeness only at the end
Clément Bœsch
2016-01-09
1
-5
/
+0
*
lavc/ccaption_dec: implement font styles
Aman Gupta
2016-01-09
1
-5
/
+50
*
lavc/ccaption_dec: simplify by incrementing cursor_column inside write_char()
Aman Gupta
2016-01-09
1
-15
/
+6
*
lavc/ccaption_dec: simplify by passing screen into write_char()
Aman Gupta
2016-01-09
1
-13
/
+11
*
lavc/ccaption_dec: extract capture_screen() for future use
Aman Gupta
2016-01-09
1
-3
/
+8
*
lavc/ccaption_dec: clear buffer before populating with screen contents
Aman Gupta
2016-01-09
1
-1
/
+1
*
lavc/ccaption_dec: centralize buffer_changed=1 into reap_screen
Aman Gupta
2016-01-09
1
-2
/
+1
*
lavc/ccaption_dec: rename screen_changed to buffer_changed
Aman Gupta
2016-01-09
1
-5
/
+5
*
lavc/ccaption_dec: extract ass time base into constant
Aman Gupta
2016-01-09
1
-2
/
+4
*
lavc/ccaption_dec: combine ROLLUP modes as they are identical
Aman Gupta
2016-01-09
1
-10
/
+6
*
Revert "lavc/ccaption_dec: reap_screen() is responsible for clearing output b...
Aman Gupta
2016-01-09
1
-5
/
+5
*
Revert "lavc/ccaption_dec: implement "erase non displayed memory""
Aman Gupta
2016-01-09
1
-8
/
+7
*
Revert "lavc/ccaption_dec: reap_screen is not necessary when clearing screen ...
Aman Gupta
2016-01-09
1
-4
/
+6
[next]