summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-11videodecoder: Don't blindly assign DTS to PTSHEADmasterDavid Schleef1-11/+10
2013-02-11videodecoder: warn if frame list gets longDavid Schleef1-0/+6
2013-02-09tests: don't use deprecated thread API in streamsynchronizer testTim-Philipp Müller1-2/+1
2013-02-07decodebin: g_mutex_new -> g_mutex_initMarc Leeman2-51/+35
2013-02-07pango: 3rd time's the charm. Fix attribute list handling.Jan Schmidt1-3/+8
2013-02-07pango: Don't modify the original attributes list.Jan Schmidt1-1/+1
2013-02-07pango: Remove extra pango_attr_list_copy() from basetextoverlayJan Schmidt1-1/+1
2013-02-06video: fix return type of _get_palette() and add since markers to docsTim-Philipp Müller4-6/+8
2013-02-06appsrc: negotiate before popping bufferWim Taymans1-4/+5
2013-02-06appsrc: always take mutex before object lockWim Taymans1-2/+4
2013-02-05videotestsrc: use video library paletteWim Taymans2-35/+5
2013-02-05videoscale: scale each field in interlace modeWim Taymans1-11/+48
2013-02-04videoconvert: interlace support to some fastpath functionsWim Taymans1-23/+53
2013-02-04videoconvert: make fast path interlaced awareWim Taymans1-40/+47
2013-02-04videoconvert: pass frame interlaced flag to pack/unpackWim Taymans1-6/+14
2013-02-04video-format: fix interlaced 4:2:0 and 4:1:0 pack/unpackWim Taymans1-25/+56
2013-02-04videoconvert: use the palette helper functionsWim Taymans2-27/+7
2013-02-04video-format: add method to get paletteWim Taymans3-0/+75
2013-02-04videoconvert: make a constant of scale factorWim Taymans1-8/+11
2013-02-04video-format: add interlace flagWim Taymans1-1/+5
2013-01-31riff: add more gray8 variantsWim Taymans1-0/+2
2013-01-31riff: add support for raw monochrome 8-bit videoDirk Van Haerenborgh1-1/+9
2013-01-29visualizer: improve allocationWim Taymans2-50/+225
2013-01-28Automatic update of common submoduleStefan Sauer1-0/+0
2013-01-27tests: use g_timeout_add_seconds wherever possible.B.Prathibha6-15/+15
2013-01-25docs: Put GST_*_INIT into the -sections.txt file tooOlivier Crête1-0/+2
2013-01-25doc: Sort new things into ..-libs-sections.txtOlivier Crête2-3/+154
2013-01-24alsasink: don't use 100% CPUyanghuolin2-0/+11
2013-01-19decodebin: try harder to always expose pads in the same orderTim-Philipp Müller1-1/+13
2013-01-17tests: disable ABI checks for architectures with outdated structure size filesTim-Philipp Müller1-2/+2
2013-01-16gst-libs: use GST_*_1_0 environment variables everywhereTim-Philipp Müller10-10/+10
2013-01-16po: update for new translatable stringTim-Philipp Müller37-37/+259
2013-01-15pbutils: add description for SBC audio capsTim-Philipp Müller1-0/+1
2013-01-15typefinding: add typefind functions for SBC audioTim-Philipp Müller1-0/+62
2013-01-15Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-01-15tests: use _1_0 variants for the various registry variablesMartin Pitt1-6/+5
2013-01-15Set $GST_PLUGIN_PATH_1_0 for tests as wellMartin Pitt1-0/+1
2013-01-14riff: add waveformatextension generic supportPete Beardmore1-6/+19
2013-01-14docs: fix 0.10-ism in GstTagImageType docsTim-Philipp Müller1-2/+2
2013-01-09volume: a return value of FALSE from the controller is not fatalStefan Sauer2-32/+67
2013-01-07oggdemux: fix incorrect testing of invalid granpos valuesVincent Penquerc'h1-1/+1
2012-12-31videoencoder: Remove done ToDoNicolas Dufresne1-1/+0
2012-12-31videoencoder: Documentation fixNicolas Dufresne1-1/+1
2012-12-29audio: don't use uninitialized variable in debug logTim-Philipp Müller1-1/+2
2012-12-23encoding-profile: add special-casing for asf/wmv/wma file extensionsTim-Philipp Müller1-1/+32
2012-12-23win32: update .def file for new rtsp APITim-Philipp Müller1-0/+2
2012-12-23encoding-profile: add gst_encoding_profile_get_file_extension()Tim-Philipp Müller5-1/+252
2012-12-22textoverlay: minor clean-upTim-Philipp Müller1-42/+0
2012-12-22textoverlay: support shaded background for A420 formatTim-Philipp Müller1-0/+1
2012-12-22video: fix A420 size calculationTim-Philipp Müller1-1/+1