summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* mpegts: mark as unstable APITim-Philipp Müller2013-08-281-0/+5
* mpegts: ABI/API break: Use GPtrArray instead of GArrayEdward Hervey2013-08-217-147/+204
* .gitignore: Update for new files to ignoreEdward Hervey2013-08-141-0/+2
* codecparsers: mpegvideoparse: turn internal consistency check into a g_assert()Tim-Philipp Müller2013-08-131-3/+2
* codecparsers: mpegvideoparser: minor doc fixesTim-Philipp Müller2013-08-132-7/+12
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-0/+4
* codecparser: Make warnings more meaningfulEdward Hervey2013-07-261-2/+8
* mpegts: Unify section checks and add BAT parsingEdward Hervey2013-07-094-205/+255
* codecparsers: h264: fix calculation of the frame cropping rectangle.Gwenole Beauchesne2013-07-091-8/+9
* h264parser: Parse the cropping-rectangle separately.Sreerenj Balachandran2013-07-092-10/+23
* uridownloader: fix crash when download is nullThiago Santos2013-07-081-2/+4
* uridownloader: do not set cancelled unless explicitly called by userThiago Santos2013-07-081-4/+17
* mpegts: Avoid false-positives in section type detectionEdward Hervey2013-07-071-10/+24
* mpegts: Properly handle UTC time in sectionsEdward Hervey2013-07-061-5/+10
* mpegts: Fix NIT parsingEdward Hervey2013-07-061-22/+4
* codecparsers: mpeg2: fix video packet header size checks.Gwenole Beauchesne2013-07-051-3/+3
* codecparsers: mpeg2: add slice header parsing API.Sreerenj Balachandran2013-07-052-0/+164
* codecparsers: mpeg2: add sequence scalable extension parsing API.Sreerenj Balachandran2013-07-052-4/+127
* codecparsers: mpeg2: add new API that takes GstMpegVideoPacket arguments.Gwenole Beauchesne2013-07-052-77/+328
* mpegts: Improve documentationEdward Hervey2013-07-047-10/+101
* mpegtsdescriptor: Fix handling of unknown stream encodingsEdward Hervey2013-07-041-5/+3
* mpegts: Add registered mpeg-ts stream typesEdward Hervey2013-07-041-1/+116
* mpegts: split dvb descriptors/enums into a separate fileEdward Hervey2013-07-037-549/+637
* mpegts: Fix TOT section parsingEdward Hervey2013-07-031-0/+1
* mpegts: Split files and implement free functionsEdward Hervey2013-07-039-1086/+1204
* uridownloader: Simplify locking to fix deadlocksThiago Santos2013-07-031-24/+26
* libs/mpegts: Rename GstMpegTS => GstMpegTsEdward Hervey2013-07-035-325/+334
* gst-libs: New Mpeg-TS support libraryEdward Hervey2013-07-038-2/+3702
* uridownloader: add support for range based downloadsThiago Santos2013-07-012-2/+47
* h264parser: Fix the return value type for the SEI palyload parsing methods.Sreerenj Balachandran2013-07-011-3/+3
* codecparsers: Fix gtk-docEdward Hervey2013-06-235-9/+10
* mpegvideoparser: Fix the pixel-aspect-ratio calculationSreerenj Balachandran2013-06-061-3/+8
* signalprocessor: ladspa is not using this anymoreStefan Sauer2013-05-285-1362/+2
* codecparsers: Actually store mpeg video bitrate valueEdward Hervey2013-05-231-1/+2
* insertbin: Annotate callback scopesOlivier Crête2013-05-151-10/+10
* egl: Add destroy notify instead of always calling eglTerminate() on the displaySebastian Dröge2013-05-102-4/+6
* egl: Allow being used in C++ codeJosep Torra2013-05-101-0/+3
* codecparsers: ensure the debug category is properly initializedThiago Santos2013-05-071-2/+11
* uridownloader: unlock mutex when switching urisrc state to NULL to avoid dead...Louis-Francis Ratté-Boulianne2013-05-071-6/+20
* uridownloader: properly unref the urisrc between downloadsThiago Santos2013-05-071-1/+10
* uridownloader: make cancelled state 'permanent' until a resetAndre Moreira Magalhaes (andrunko)2013-05-072-3/+33
* uridownloader: refactor gsturidownloader to its own libThiago Santos2013-05-077-3/+812
* mpegvideometa: Fix typo in commentSreerenj Balachandran2013-05-071-1/+1
* egl: Use gst_context_writable_structure()Sebastian Dröge2013-04-181-3/+3
* egl: silence warnings building for RPI related to 'vcos_*'Josep Torra2013-04-181-2/+18
* egl: Use new types from libgstvideo instead of defining our ownSebastian Dröge2013-04-173-44/+21
* video: Remove video library from -badSebastian Dröge2013-04-118-991/+2
* docs: add since markers to new codecparsers video meta APITim-Philipp Müller2013-04-022-0/+4
* egl: Add a #define for the EGLImage memory caps featureSebastian Dröge2013-04-011-0/+2
* codecparsers: Add Mpeg Video GstMetaEdward Hervey2013-03-313-2/+233