summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-26mxfmux: CleanupSebastian Dröge3-6/+6
2009-03-26mxfmux: Fix handling of buffers with more than one edit unit and EOS handlingSebastian Dröge4-180/+193
2009-03-25ladspa: comment signalprocessor class more and do minor code cleanupsStefan Kost2-51/+48
2009-03-25Require core >= 0.10.22.1 for %u pad template supportSebastian Dröge1-1/+1
2009-03-24selector: merge the tagsWim Taymans1-8/+10
2009-03-23Fix version number in the NEWS fileJan Schmidt1-1/+1
2009-03-23aacparse: Fix busyloop when seeking. Fixes #575388René Stadler1-5/+0
2009-03-23aacparse: Refactor check_valid_frame to expose broken codeRené Stadler1-8/+20
2009-03-23qtmux: fix includes for lseekWim Taymans1-0/+5
2009-03-23win32: fix seeking in large filesLRN1-1/+18