summaryrefslogtreecommitdiff
path: root/ext/closedcaption
Commit message (Expand)AuthorAgeFilesLines
* ccextractor: document importance of pipeline order for this elementAaron Boxer2019-04-091-0/+4
* cea708decoder: use correct mask for font styleAaron Boxer2019-04-091-1/+1
* closedcaption: fix build error in OSXJosep Torra2019-03-251-1/+1
* closedcaption: fix build error in OSXJosep Torra2019-03-251-2/+4
* cccombiner: improve behaviour on timeoutMathieu Duponchelle2019-03-131-9/+34
* closedcaption: Fix build with Visual StudioNirbheek Chauhan2019-03-111-0/+3
* closedcaption: cea708decoder: fix some memory leaksTim-Philipp Müller2019-03-083-0/+28
* closedcaption: fix leak in line21 decoderTim-Philipp Müller2019-03-081-1/+16
* line21dec: general cleanupMathieu Duponchelle2019-03-061-97/+32
* closedcaption: add line21 encoderMathieu Duponchelle2019-03-065-4/+300
* Check in vbi encoderMathieu Duponchelle2019-03-064-0/+1481
* cccombiner: implement update_src_capsMathieu Duponchelle2019-02-282-1/+20
* ccconverter: fix typo in framerateMathieu Duponchelle2019-02-211-1/+1
* closedcaption: Use portable variadic macro syntaxNirbheek Chauhan2019-02-151-0/+21
* closedcaption: Port plugin to MSVCNirbheek Chauhan2019-02-152-20/+20
* ccconverter: Don't output empty buffersSebastian Dröge2019-02-121-1/+2
* closedcaption: Add ccconverter element that can convert between different typ...Sebastian Dröge2018-12-195-7/+1420
* closedcaption: Use new API for converting GstVideoCaptionType from/to GstCapsSebastian Dröge2018-12-152-43/+2
* closedcaption: Replace GST_VIDEO_CAPTION_TYPE_CEA608_IN_CEA708_RAW with CEA60...Sebastian Dröge2018-12-153-9/+20
* line21dec: If CCs are not found at the previous line, reset and search from t...Sebastian Dröge2018-12-151-0/+5
* line21dec: Don't read more lines than the height of the frameSebastian Dröge2018-12-151-1/+1
* ccextractor: Copy over timecode meta from the input buffers to the outgoing c...Sebastian Dröge2018-12-061-2/+8
* ccextractor: Include framerate in the closedcaption capsSebastian Dröge2018-12-062-4/+61
* cc708overlay: fix deadlockTim-Philipp Müller2018-11-291-0/+2
* cccombiner: Add new closed caption combiner elementSebastian Dröge2018-11-065-4/+578
* ccextractor: Handle multiple caption metas per bufferSebastian Dröge2018-11-061-4/+5
* ccextractor: Support changes of the caption typeSebastian Dröge2018-11-021-28/+42
* ccextractor: Use gst_caps_new_simple() instead of gst_caps_from_string()Sebastian Dröge2018-09-181-11/+8
* closedcaption: comment out unused functionVíctor Manuel Jáquez Leal2018-08-141-0/+2
* closedcaption: avoid implicit convertion of enumsVíctor Manuel Jáquez Leal2018-08-141-1/+2
* ceaccoverlay: Initialize debug categorySebastian Dröge2018-08-021-0/+3
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+2
* closedcaption: Fix compilation on older compilersArun Raghavan2018-07-091-1/+2
* ext/closedcaption/misc.h: Transform into UTF-8Olivier Crête2018-06-211-1/+1
* closedcaption: Fix compilation without debuggingEdward Hervey2018-05-283-15/+43
* ceaccoverlay: New CEA-708 Closed Caption decoder and overlayerEdward Hervey2018-05-287-6/+4386
* closedcaption: fix meson buildTim-Philipp Müller2018-05-281-1/+8
* closedcaption: Add new "line 21 VBI" CC decoderEdward Hervey2018-05-284-1/+564
* closedcaption: zvbi: Add gst-debug category to zvbi codeEdward Hervey2018-05-283-7/+18
* closedcaption: zvbi: Disable unused legacy bit slicerEdward Hervey2018-05-282-2/+10
* closedcaption: zvbi: Enforce strict line21 CC detectionEdward Hervey2018-05-281-2/+11
* closedcaption: zvbi: Comment out bogus redefinitionEdward Hervey2018-05-281-9/+9
* closedcaption: zvbi: Remove dead codeEdward Hervey2018-05-281-14/+7
* closedcaption: Include zvbi raw vbi decoder codeEdward Hervey2018-05-2813-1/+5893
* closedcaption: add meson build filesTim-Philipp Müller2018-05-281-0/+14
* ext: New ccextractor elementEdward Hervey2018-05-284-0/+525