summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-07baseparse: Fix slightly broken buffer-in-segment check (aacparse, amrparse, f...René Stadler3-3/+3
2009-04-05baseparse: Fix push mode seeking (aacparse, amrparse)René Stadler2-10/+24
2009-04-04Automatic update of common submoduleFelipe Contreras1-0/+0
2009-04-04bz2: fix some refcount mistakes and do some cleaning upTim-Philipp Müller3-102/+159
2009-04-04Automatic update of common submoduleEdward Hervey1-0/+0
2009-04-03configure.ac: fix dvdnav version checkTim-Philipp Müller1-2/+5
2009-04-03resindvd: require libdvdnav >= 4.1.2 for dvdnav_get_current_time()Tim-Philipp Müller2-19/+5
2009-04-03misc: Bump plugins-base requirement to 0.10.22.1Jan Schmidt1-1/+1
2009-04-02resindvd: Send both the logical and physical substream ID in the stream change.Jan Schmidt1-7/+12
2009-04-02resindvd: Use new GstNavigation functionality.Jan Schmidt3-119/+246
2009-04-02resindvd: Switch to using a hard-coded mpeg2dec, and change pad blocking a bit.Jan Schmidt2-16/+98
2009-04-02resindvd: Add newline to debug g_print statementJan Schmidt1-1/+1
2009-04-02resindvd: Make highlights work when jumping into menusJan Schmidt1-5/+13
2009-04-02resindvd: Support multiangle titles.Jan Schmidt1-2/+14
2009-04-02resindvd: Add back in support for using hardcoded a52decJan Schmidt1-4/+11
2009-04-02resindvd: Add some debug when creating the output pads in the demuxerJan Schmidt1-2/+15
2009-04-02resindvd: More hacking on the audio decoder.Jan Schmidt1-35/+41
2009-04-02resindvd: Trim back the g_print debug - convert to GST_DEBUG and GST_LOGJan Schmidt1-22/+24
2009-04-02resindvd: Extend the Resin audio decoder element, and switch rsndvdbin to use itJan Schmidt3-12/+315
2009-04-02resindvd: First part of the re-plugging audio decoderJan Schmidt3-0/+198
2009-04-02resindvd: remove unused code path from the binJan Schmidt1-33/+1
2009-04-02resindvd: Indent some thingsJan Schmidt1-12/+12
2009-04-02resindvd: Switch GST_BOILERPLATE to G_DEFINE_TYPE for no real reason.Jan Schmidt2-26/+14
2009-04-02resindvd: Add faststart, and work around some multi-angle issuesJan Schmidt2-17/+106
2009-04-02resindvd: Small debug output change in the source elementJan Schmidt1-1/+1
2009-04-02dvdspu: Add some debugJan Schmidt1-4/+10
2009-04-02jp2enc: Unref peer caps after usage to fix a memory leakSebastian Dröge1-0/+1
2009-04-02mxfmux: Add unit testsSebastian Dröge2-1/+263
2009-04-01legacyresample: fix negotiation so that upstream can actually fixate to downs...Tim-Philipp Müller1-5/+25
2009-03-31baseparse: Delay newsegment as long as possible.Mark Nauwelaerts2-50/+68
2009-03-30mpeg2enc: fix bitrate property settingsMark Nauwelaerts1-8/+15
2009-03-27configure.ac: make --disable-external work againAlan Falloon1-0/+1
2009-03-27jp2kdec: implement basic QoSTim-Philipp Müller2-10/+219
2009-03-27rtpbin: add on_npt_stop signalWim Taymans4-14/+194
2009-03-27outputselector: reset state when going to READYWim Taymans1-5/+33
2009-03-26qtmux: fix reusing elementMark Nauwelaerts1-0/+7
2009-03-26mxf: Fix compilation and compiler errors with GLib < 2.16.0Sebastian Dröge2-6/+6
2009-03-26mxf: Fix "cast to pointer type of different size" compiler warningSebastian Dröge1-11/+12
2009-03-26mxf: Rename forgotten function to fix unresolved symbols errorSebastian Dröge1-1/+1
2009-03-26mxf: Use mxf_u{l,uid}_is_equal() and friends instead of memcmp()Sebastian Dröge4-14/+16
2009-03-26mxf: Differentiate between UL and UUIDSebastian Dröge10-590/+742
2009-03-26mxf: Source files and #include cleanupSebastian Dröge31-786/+721
2009-03-26xdgmime: Use GIOs g_content_type_guess() if possibleSebastian Dröge3-17/+61
2009-03-26mxf: Use the UL database for some more ULsSebastian Dröge1-21/+5
2009-03-26mxf: Remove some GLib < 2.14 compatibility stuffSebastian Dröge1-8/+2
2009-03-26acm: Port to MinGWРуслан Ижбулатов5-17/+26
2009-03-26xdgmime: Link with winsock library to fix build with MinGWРуслан Ижбулатов2-1/+3
2009-03-26dccp: Port DCCP plugin to MinGWРуслан Ижбулатов13-51/+133
2009-03-26dccp: Disable the dccp plugin if no pthread support is availableРуслан Ижбулатов1-0/+11
2009-03-26Merge branch 'mxfmux'Sebastian Dröge24-295/+6867