summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* acm: Port to MinGWРуслан Ижбулатов2009-03-265-17/+26
* xdgmime: Link with winsock library to fix build with MinGWРуслан Ижбулатов2009-03-262-1/+3
* dccp: Port DCCP plugin to MinGWРуслан Ижбулатов2009-03-2613-51/+133
* dccp: Disable the dccp plugin if no pthread support is availableРуслан Ижбулатов2009-03-261-0/+11
* Merge branch 'mxfmux'Sebastian Dröge2009-03-2624-295/+6867
|\
| * mxfmux: CleanupSebastian Dröge2009-03-263-6/+6
| * mxfmux: Fix handling of buffers with more than one edit unit and EOS handlingSebastian Dröge2009-03-264-180/+193
| * Require core >= 0.10.22.1 for %u pad template supportSebastian Dröge2009-03-251-1/+1
| * mxf: Move some static const variables into functionsSebastian Dröge2009-03-231-7/+7
| * mxfmux: Fix error handlingSebastian Dröge2009-03-221-5/+3
| * mxfmux: Fix some memory leaks, improve debugging and handle errors betterSebastian Dröge2009-03-229-48/+113
| * mxfmux: Add an error state from which we return immediatelySebastian Dröge2009-03-222-7/+27
| * mxf: Optimize mxf_ul_is_subclass() a bitSebastian Dröge2009-03-211-18/+2
| * mxf: Start implementing a central UL database and add some helper functions a...Sebastian Dröge2009-03-216-208/+394
| * mxfmux: Make sure to include a picture in the edit units when muxing MPEG2/MPEG4Sebastian Dröge2009-03-211-4/+149
| * mxfdemux: Remove accidentially committed g_assert_not_reached()Sebastian Dröge2009-03-211-2/+0
| * mxf: Add support for muxing/demuxing subsampled YUV formatsSebastian Dröge2009-03-211-4/+105
| * mxfdemux: Use correct width/height for stride conversionsSebastian Dröge2009-03-211-5/+2
| * mxf: Implement stride transformations for raw video content for muxing and de...Sebastian Dröge2009-03-211-20/+100
| * mxfdemux: Simplify caps selection by using a lookup tableSebastian Dröge2009-03-211-103/+44
| * mxfmux: Add initial support for muxing raw picture essenceSebastian Dröge2009-03-211-0/+168
| * mxfmux: Only add an essence container UL once to the partition and prefaceSebastian Dröge2009-03-211-3/+22
| * mxfdemux: Add support for AYUV and v308 YUV colorspacesSebastian Dröge2009-03-211-0/+9
| * mxfmux: Use the correct edit rate instead of estimating it from the first buf...Sebastian Dröge2009-03-211-22/+28
| * mxfdemux: Error out directly if pushing a packet downstream failedSebastian Dröge2009-03-211-1/+1
| * mxfmux: Add support for DV/DIF muxing and add framerate, etc to the caps when...Sebastian Dröge2009-03-211-1/+94
| * mxfmux: Add some debugging and error out on invalid input dataSebastian Dröge2009-03-211-0/+19
| * deinterlace: Fix uninitialized variable compiler warningsSebastian Dröge2009-03-211-0/+3
| * mxfmux: Add support for muxing MPEG audio and videoSebastian Dröge2009-03-211-1/+384
| * mxfdemux: Use correct caps type for AC3 audio (audio/x-ac3 instead of audio/ac3)Sebastian Dröge2009-03-211-1/+1
| * mxfmux: Add support for muxing JPEG2000 code streamsSebastian Dröge2009-03-211-0/+117
| * mxfmux: Add support for muxing VC-3 (aka DNxHD) videoSebastian Dröge2009-03-211-0/+81
| * mxfmux: Add support for muxing A-Law audioSebastian Dröge2009-03-211-0/+174
| * mxfmux: Add support for muxing raw audioSebastian Dröge2009-03-211-0/+545
| * mxf: Add MXF muxerSebastian Dröge2009-03-2112-10/+4435
| * jp2kenc: Add width/height/fourcc to the pad template capsSebastian Dröge2009-03-211-2/+4
* | ladspa: comment signalprocessor class more and do minor code cleanupsStefan Kost2009-03-252-51/+48
* | selector: merge the tagsWim Taymans2009-03-241-8/+10
* | Fix version number in the NEWS fileJan Schmidt2009-03-231-1/+1
* | aacparse: Fix busyloop when seeking. Fixes #575388René Stadler2009-03-231-5/+0
* | aacparse: Refactor check_valid_frame to expose broken codeRené Stadler2009-03-231-8/+20
* | qtmux: fix includes for lseekWim Taymans2009-03-231-0/+5
* | win32: fix seeking in large filesLRN2009-03-231-1/+18
* | jack: Add new connection modeWim Taymans2009-03-234-6/+13
* | celtenc: build with celt 0.5.Alessandro Decina2009-03-232-5/+16
* | back to development -> 0.10.11.1Jan Schmidt2009-03-221-1/+1
* | tests: reenable metadata testStefan Kost2009-03-221-3/+3
* | metadata: reenable testStefan Kost2009-03-221-2/+1
* | metdata: more logging and code cleanupsStefan Kost2009-03-227-67/+94
* | metadata: fix muxing jfifless jpeg. Fixes #574401Stefan Kost2009-03-221-4/+1