summaryrefslogtreecommitdiff
path: root/ext/closedcaption
Commit message (Expand)AuthorAgeFilesLines
* tests: skip cc tests if plugin is disabledU. Artie Eoff2021-09-151-3/+3
* cccombiner: fix scheduling with interlaced video buffersMathieu Duponchelle2021-08-301-5/+6
* ccconverter: fix overflow when not doing framerate conversionMathieu Duponchelle2021-08-131-0/+6
* cccombiner: fix CDP padding detectionMathieu Duponchelle2021-07-281-1/+1
* cccombiner: mark field 0 as valid when generating padding CDPMathieu Duponchelle2021-07-081-1/+1
* ccconverter: fix framerate caps negotiation from non-cdp to cdpMatthew Waters2021-07-021-2/+9
* cccombiner: Use correct enum when registering the max-scheduled propertySebastian Dröge2021-04-191-1/+1
* line21dec: relax caps requirementsMathieu Duponchelle2021-04-031-1/+9
* line21dec: expose mode propertyMathieu Duponchelle2021-04-032-1/+90
* line21dec: expose ntsc-only propertyMathieu Duponchelle2021-04-032-0/+75
* closedcaption: allow per feature registrationStéphane Cerveau2021-03-2313-23/+37
* gst: don't use volatile to mean atomicMatthew Waters2021-03-221-1/+1
* cccombiner: implement schedulingMathieu Duponchelle2021-03-172-21/+884
* ccconverter: Add property to specify which sections to include in CDP packetsSebastian Dröge2020-12-072-12/+128
* ccconverter: Refactor code to only retrieve the timecode meta onceSebastian Dröge2020-12-071-30/+19
* line21enc: add remove-caption-meta propertyMathieu Duponchelle2020-09-092-2/+67
* line21enc: heavily constrain video heightMathieu Duponchelle2020-09-091-2/+9
* line21enc: add support for CDP closed caption metaMathieu Duponchelle2020-09-091-20/+260
* cccombiner: Correct sink_query chain up and fix caps leaksSeungha Yang2020-08-131-2/+6
* cccombiner: Update for additional info parameter to the "samples-selected" si...Sebastian Dröge2020-08-071-2/+2
* cccombiner: update to new samples selection APIMathieu Duponchelle2020-08-051-2/+7
* cccombiner: implement samples selection APIMathieu Duponchelle2020-07-301-0/+55
* cccombiner: Update segment according to video sink padVivia Nikolaidou2020-07-081-0/+9
* ccconverter: write the cdp timecode data correctlyMatthew Waters2020-07-031-22/+38
* ccconverter: output warning log if parsing a cdp packet failsMatthew Waters2020-07-031-13/+53
* ccconverter: fix cdp timecode parsingMatthew Waters2020-07-031-1/+1
* ccconverter: fail negotiation when framerate conversion is not possibleMatthew Waters2020-07-011-3/+30
* ccconverter: fix missing output framerate on the capsMatthew Waters2020-07-011-2/+13
* ccextractor: Push a GAP event if we have a caption pad but a video buffer did...Sebastian Dröge2020-06-251-0/+7
* ccextractor: Add property to remove caption meta from the outgoing video buffersSebastian Dröge2020-06-252-1/+70
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* ccconverter: signal cea608 padding as invalidMatthew Waters2020-06-051-2/+2
* ccconverter: also copy buffer metadata when drainingMatthew Waters2020-06-051-0/+15
* ccconverter: Output the limit hit in debug linesMatthew Waters2020-06-051-11/+15
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+2
* ccconverter: check fraction multiply for overflowMatthew Waters2020-05-121-2/+4
* ccconverter: tighten up a couple of NULL checksMatthew Waters2020-05-121-3/+3
* ccconverter: fix unintialized read of mapped output info in error caseMatthew Waters2020-05-121-16/+11
* ccconverter: fix uninitialized read in error caseMatthew Waters2020-05-121-1/+0
* ccconverter: implement discont handlingMatthew Waters2020-05-111-28/+59
* ccconverter: use a better padding byte sequence for writing cdpMatthew Waters2020-05-111-1/+1
* ccconverter: split temporary storage into 3Matthew Waters2020-05-112-253/+789
* ccconvert: compact input cc_data where possibleMatthew Waters2020-05-111-15/+100
* ccconverter: implement support for CDP framerate conversionsMatthew Waters2020-05-112-224/+576
* ccconverter: introduce define for max cdp packet lengthMatthew Waters2020-05-112-7/+9
* ccconverter: don't rely on external state in *_internal()Matthew Waters2020-05-111-20/+32
* ccconverter: cc_count limits are per framerateMatthew Waters2020-05-112-18/+32
* ccconverter: refactor cdp id, fps, max_cc_count into a tableMatthew Waters2020-05-111-64/+52
* ccconverter: pivot to implementing generate_outputMatthew Waters2020-05-111-5/+43
* cccombiner: don't drop buffers on video timestamp discontinuitiesMathieu Duponchelle2020-04-242-4/+16