summaryrefslogtreecommitdiff
path: root/gst-libs/gst/video/video.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-17video: Add out annotations to the out parameters of gst_video_calculate_displ...Sebastian Dröge1-2/+2
2014-08-15video: Add gst_video_guess_framerate() functionJan Schmidt1-0/+89
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-20video: expose gst_video_info_alignWim Taymans1-0/+21
2012-07-13libs: Remove "Since" markers and minor doc fixupsEdward Hervey1-2/+0
2012-06-05video: move methods into separate filesWim Taymans1-3048/+0
2012-06-04video: don't add unknown colorimetryWim Taymans1-6/+10
2012-06-04video: add unknown colorimetry parameters as well..Wim Taymans1-0/+1
2012-06-04video: use unknown colorimetry for unknown formatsWim Taymans1-5/+8
2012-06-04video: (de)serialize colorimetry on capsWim Taymans1-6/+15
2012-06-04video: don't add empty colorimetry to capsWim Taymans1-3/+3
2012-06-04video: fix default colorspace settingsWim Taymans1-3/+3
2012-06-01video: set default colorimetry infoWim Taymans1-18/+36
2012-05-31video: fix paletted formatWim Taymans1-37/+17
2012-05-29video: Remove duplicate formatsWim Taymans1-115/+151
2012-05-29video: rename orc function namesWim Taymans1-32/+30
2012-05-29video: fill in the pack/unpack functionsWim Taymans1-80/+1264
2012-05-28video: fix v216 format descriptionWim Taymans1-4/+6
2012-05-25video: add 10 bits I420 formatWim Taymans1-2/+20
2012-05-10video: Key unit event properties are optionalNicolas Dufresne1-8/+8
2012-04-25video: Only use the interlacing buffer flags if the caps specify interlaced v...Sebastian Dröge1-6/+8
2012-04-24video: Some porting bugfixesSebastian Dröge1-7/+9
2012-04-24video: Initial port of video base classes and related things to 0.11Sebastian Dröge1-10/+55
2012-04-19video: improve frame_flagsWim Taymans1-5/+5
2012-04-19video: Clean up interlaced flags and enumsSebastian Dröge1-3/+12
2012-03-30video: Fix 'comparison of unsigned enum expression < 0 is always false' compi...Edward Hervey1-1/+1
2012-03-27video: keep the buffer reffed in the videoframeWim Taymans1-3/+4
2012-03-20video: fix assertion comparison mishapMark Nauwelaerts1-1/+1
2012-03-19video: add function to copy one video planeWim Taymans1-22/+54
2012-02-23video: Improve video frame map/unmapWim Taymans1-5/+3
2012-02-09video: add performance log for frame copyWim Taymans1-1/+3
2012-02-09debug: add some performance debugWim Taymans1-0/+2
2012-02-06video: mark endianness correctlyWim Taymans1-1/+17
2012-01-25port to new map APIWim Taymans1-15/+10
2012-01-19Update for memory API changesmemory-improvementsWim Taymans1-1/+1
2012-01-02video: fix some video formatsWim Taymans1-22/+2
2011-12-19video: update interlace caps and docsWim Taymans1-8/+32
2011-12-02Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+224
2011-11-29libgstvideo: minor fixes to key unit eventsAlessandro Decina1-59/+98
2011-11-29libgstvideo: Add force key unit eventsAndoni Morales Alastruey1-0/+185
2011-11-28Revert "libgstvideo: add a new API to handle QoS events and dropping logic"Vincent Penquerc'h1-217/+0
2011-11-28libgstvideo: add a new API to handle QoS events and dropping logicVincent Penquerc'h1-0/+217
2011-11-11video: init chroma-size and colorimetry members even if missing from capsRené Stadler1-0/+4
2011-11-11video: add support for max-framerateWim Taymans1-1/+17
2011-11-08video: log important details and fix format stringsStefan Sauer1-3/+4
2011-11-07docs: fix up some Since: markersTim-Philipp Müller1-1/+1
2011-11-02rename meta* -> *metaWim Taymans1-9/+9
2011-10-28audio, video: init audio/video format info to UNKNOWN formatRené Stadler1-0/+3
2011-10-09libs: video: Add protection against null stringsThiago Santos1-0/+2
2011-09-06audio/video add descriptionsWim Taymans1-54/+88