summaryrefslogtreecommitdiff
path: root/ext/closedcaption
AgeCommit message (Expand)AuthorFilesLines
2018-12-19closedcaption: Add ccconverter element that can convert between different typ...Sebastian Dröge5-7/+1420
2018-12-15closedcaption: Use new API for converting GstVideoCaptionType from/to GstCapsSebastian Dröge2-43/+2
2018-12-15closedcaption: Replace GST_VIDEO_CAPTION_TYPE_CEA608_IN_CEA708_RAW with CEA60...Sebastian Dröge3-9/+20
2018-12-15line21dec: If CCs are not found at the previous line, reset and search from t...Sebastian Dröge1-0/+5
2018-12-15line21dec: Don't read more lines than the height of the frameSebastian Dröge1-1/+1
2018-12-06ccextractor: Copy over timecode meta from the input buffers to the outgoing c...Sebastian Dröge1-2/+8
2018-12-06ccextractor: Include framerate in the closedcaption capsSebastian Dröge2-4/+61
2018-11-29cc708overlay: fix deadlockTim-Philipp Müller1-0/+2
2018-11-06cccombiner: Add new closed caption combiner elementSebastian Dröge5-4/+578
2018-11-06ccextractor: Handle multiple caption metas per bufferSebastian Dröge1-4/+5
2018-11-02ccextractor: Support changes of the caption typeSebastian Dröge1-28/+42
2018-09-18ccextractor: Use gst_caps_new_simple() instead of gst_caps_from_string()Sebastian Dröge1-11/+8
2018-08-14closedcaption: comment out unused functionVíctor Manuel Jáquez Leal1-0/+2
2018-08-14closedcaption: avoid implicit convertion of enumsVíctor Manuel Jáquez Leal1-1/+2
2018-08-02ceaccoverlay: Initialize debug categorySebastian Dröge1-0/+3
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+2
2018-07-09closedcaption: Fix compilation on older compilersArun Raghavan1-1/+2
2018-06-21ext/closedcaption/misc.h: Transform into UTF-8Olivier Crête1-1/+1
2018-05-28closedcaption: Fix compilation without debuggingEdward Hervey3-15/+43
2018-05-28ceaccoverlay: New CEA-708 Closed Caption decoder and overlayerEdward Hervey7-6/+4386
2018-05-28closedcaption: fix meson buildTim-Philipp Müller1-1/+8
2018-05-28closedcaption: Add new "line 21 VBI" CC decoderEdward Hervey4-1/+564
2018-05-28closedcaption: zvbi: Add gst-debug category to zvbi codeEdward Hervey3-7/+18
2018-05-28closedcaption: zvbi: Disable unused legacy bit slicerEdward Hervey2-2/+10
2018-05-28closedcaption: zvbi: Enforce strict line21 CC detectionEdward Hervey1-2/+11
2018-05-28closedcaption: zvbi: Comment out bogus redefinitionEdward Hervey1-9/+9
2018-05-28closedcaption: zvbi: Remove dead codeEdward Hervey1-14/+7
2018-05-28closedcaption: Include zvbi raw vbi decoder codeEdward Hervey13-1/+5893
2018-05-28closedcaption: add meson build filesTim-Philipp Müller1-0/+14
2018-05-28ext: New ccextractor elementEdward Hervey4-0/+525