summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-03-30mpeg2enc: fix bitrate property settingsMark Nauwelaerts1-8/+15
Align bitrate property interpretation with usual mpeg2enc behaviour. Fixes #575736.
2009-03-27configure.ac: make --disable-external work againAlan Falloon1-0/+1
2009-03-27jp2kdec: implement basic QoSTim-Philipp Müller2-10/+219
Don't try to decode frames that are going to be late anyway.
2009-03-27rtpbin: add on_npt_stop signalWim Taymans4-14/+194
Add the on_npt_stop signal to rtpbin and rtpjitterbuffer to notify the application that the NPT stop position has been reached.
2009-03-27outputselector: reset state when going to READYWim Taymans1-5/+33
Reset the last-buffer, the pending pad and the segment when going to the READY state. Fixes #576712.
2009-03-26qtmux: fix reusing elementMark Nauwelaerts1-0/+7
State change to READY and then back to PAUSED should still provide the proper structures as are otherwise freshly available following a request_new_pad. Pointed out by Thiago Santos.
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
Fixes bug #573595.
2009-03-26xdgmime: Link with winsock library to fix build with MinGWРуслан Ижбулатов2-1/+3
Partially fixes bug #573595.
2009-03-26dccp: Port DCCP plugin to MinGWРуслан Ижбулатов13-51/+133
Partially fixes bug #573595.
2009-03-26dccp: Disable the dccp plugin if no pthread support is availableРуслан Ижбулатов1-0/+11
Partially fixes bug #573595.
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
Merge the tags received on the input-selector sinkpads instead of only keeping the last one we saw.
2009-03-23Fix version number in the NEWS fileJan Schmidt1-1/+1
2009-03-23aacparse: Fix busyloop when seeking. Fixes #575388René Stadler1-5/+0
The problem is that after a discont, set_min_frame_size(1024) is called when detect_stream returns FALSE. However, detect_stream calls check_adts_frame which sets the frame size on its own to something larger than 1024. This is the same situation as in the beginning, so the base class ends up calling check_valid_frame in an endless loop.
2009-03-23aacparse: Refactor check_valid_frame to expose broken codeRené Stadler1-8/+20
Just moving code around and removing an unhelpful/misleading comment.
2009-03-23qtmux: fix includes for lseekWim Taymans1-0/+5
--
2009-03-23win32: fix seeking in large filesLRN1-1/+18
Use _lseeki64() on Windows to seek in large files. Fixes #576021.
2009-03-23jack: Add new connection modeWim Taymans4-6/+13
Add a new connection mode to jacksrc and jacksink. In this new auto-force connection mode jack will create as many ports as requested/needed in the pipeline and will then connect as many physical ports as possible, possibly leaving some ports unconnected. Also get rid of some leftover g_print. Fixes #575284.
2009-03-23mxf: Move some static const variables into functionsSebastian Dröge1-7/+7
2009-03-23celtenc: build with celt 0.5.Alessandro Decina2-5/+16
2009-03-22back to development -> 0.10.11.1Jan Schmidt1-1/+1
2009-03-22tests: reenable metadata testStefan Kost1-3/+3
2009-03-22metadata: reenable testStefan Kost1-2/+1
2009-03-22metdata: more logging and code cleanupsStefan Kost7-67/+94
Sprinkle more debug log statements into the code. Move some repeaded string constant into header files and use sizeof instead of manually counted bytes. Add comments.
2009-03-22metadata: fix muxing jfifless jpeg. Fixes #574401Stefan Kost1-4/+1
Don't error out when to be muxed jpeg has no jfif, as we can easily add it.
2009-03-22metadata: fix include guardsStefan Kost3-9/+9
2009-03-22metadata: rework doc commentStefan Kost1-8/+7
2009-03-22Makefile.am: no static libs for pluginsStefan Kost10-2/+13
2009-03-22mxfmux: Fix error handlingSebastian Dröge1-5/+3
2009-03-22mxfmux: Fix some memory leaks, improve debugging and handle errors betterSebastian Dröge9-48/+113
2009-03-22mxfmux: Add an error state from which we return immediatelySebastian Dröge2-7/+27
Also improve debugging a bit.
2009-03-21mxf: Optimize mxf_ul_is_subclass() a bitSebastian Dröge1-18/+2
2009-03-21mxf: Start implementing a central UL database and add some helper functions ↵Sebastian Dröge6-208/+394
and use them
2009-03-21mxfmux: Make sure to include a picture in the edit units when muxing MPEG2/MPEG4Sebastian Dröge1-4/+149
2009-03-21mxfdemux: Remove accidentially committed g_assert_not_reached()Sebastian Dröge1-2/+0
2009-03-21mxf: Add support for muxing/demuxing subsampled YUV formatsSebastian Dröge1-4/+105
2009-03-21mxfdemux: Use correct width/height for stride conversionsSebastian Dröge1-5/+2