summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-10tsdemux: add initial support for H.264 MVC encoded streams.codecparsers-h264Gwenole Beauchesne2-0/+2
2012-10-10mpegdemux: add initial support for H.264 MVC encoded streams.Gwenole Beauchesne3-0/+4
2012-10-10codecparsers: h264: add profile enums.Gwenole Beauchesne1-0/+29
2012-10-10codecparsers: h264: parse seq_parameter_set_mvc_extension().Gwenole Beauchesne2-6/+398
2012-10-10codecparsers: h264: parse MVC syntax elements.Gwenole Beauchesne3-15/+178
2012-10-10codecparsers: h264: add gst_h264_parse_nalu_header() helper.Gwenole Beauchesne1-9/+18
2012-10-01codecparsers: h264: add gst_h264_parse_sps_data() helper.Gwenole Beauchesne1-53/+67
2012-09-26codecparsers: h264: fix error code for invalid size parsed in SPS.Gwenole Beauchesne1-1/+1
2012-09-26codecparsers: h264: compute pixel aspect ratio.Gwenole Beauchesne2-0/+37
2012-09-23decklink: change device instance lifecycleDavid Schleef6-104/+150
2012-09-23decklinksrc: Fix memory leaksDavid Schleef1-5/+25
2012-09-14h264parse: init pps and sps structures before parsingMark Nauwelaerts1-6/+12
2012-09-14gsth264parse: add comment where return should be checked.Peter Seiderer1-0/+2
2012-09-14gsth264parser: fix Coverity found not initialized sps/pps valid member.Peter Seiderer1-1/+2
2012-09-14gsth264parser: fix Coverity detected off by one at call to READ_UE_ALLOWED.Peter Seiderer1-1/+1
2012-09-12codecparsers: vc1: fix aspect ratio calculation.Gwenole Beauchesne1-2/+5
2012-09-12opus + jpegformat: unbreak non-debug buildPeter Korsgaard3-5/+5
2012-09-11uvch264: Make gudev/libusb a hard dependency and remove XU_FIND_UNIT ioctl su...Youness Alaoui3-119/+83
2012-09-10dvbsuboverlay: remove superfluous format specifier in debug messageMark Nauwelaerts1-1/+1
2012-09-10uvch264_src: Use libusb to get the XU unit id rather than depend on ioctlYouness Alaoui4-5/+151
2012-09-10uvch264: Use gst_caps_intersect_full in order to keep caps priority order fro...Youness Alaoui1-1/+2
2012-09-10uvch264: Oups, byte-stream/avc stream-format were mixedYouness Alaoui1-2/+2
2012-09-10uvch264_src: Allow back the jpg2raw pipeline by transforming jpg caps for hig...Youness Alaoui1-40/+64
2012-09-10uvch264: Add support for setting the level-idc through an eventYouness Alaoui1-0/+10
2012-09-10uvch264: Update TODO items in codeYouness Alaoui1-4/+7
2012-09-10uvch264_src: Use uvc probe (no commit) to fixate the vidsrc and vfsrc capsYouness Alaoui1-102/+142
2012-09-10uvch264_src: Some code cleaning around the stream-format handlingYouness Alaoui1-24/+25
2012-09-10uvch264_mjpgdemux: Remove non working PTS linear regression algorithmYouness Alaoui1-49/+3
2012-09-10uvch264: Transform caps through ffmpegcolorspace to give accurate capsYouness Alaoui1-2/+62
2012-09-10uvch264: Extract h264 profile in a separate functionYouness Alaoui1-29/+24
2012-09-10uvch264: Set the bmHints outside fill_probeYouness Alaoui1-4/+2
2012-09-10uvch264_src: implement getcaps and proxy it to v4l2srcYouness Alaoui1-0/+35
2012-09-10uvch264: Also set the base time after restoring v4l2's clockYouness Alaoui1-0/+2
2012-09-10uvch264: unref the v4l2 clock after getting itYouness Alaoui1-1/+3
2012-09-10uvch264: Restore the clock of the v4l2src element after renegotiationYouness Alaoui1-0/+7
2012-09-10uvch264: fix typo, set v4l2src state to NULL only if device changedYouness Alaoui1-1/+1
2012-09-10uvch264: do not use the auxialiary stream's delay to shift the timestampYouness Alaoui1-13/+4
2012-09-10uvch264_src: Add custom upstream event handlers to modify rate control, bitra...Youness Alaoui1-0/+65
2012-09-10uvch264_src: Rename ltr-picture-control event to use dashes instead of unders...Youness Alaoui1-2/+1
2012-09-10uvch264 example: Add support for leaky-bucket-size and num-cock-samples prope...Youness Alaoui1-0/+2
2012-09-10uvch264 example: Remove sync=false to allow synchronization of the streamsYouness Alaoui1-2/+2
2012-09-10uvch264_src: Oups, fix get_property when in READY modeYouness Alaoui1-1/+1
2012-09-10uvch264_src: Add leaky-bucket-size propertyYouness Alaoui2-0/+27
2012-09-10uvch264_src: Add a probe of the min/max/default values for debugging purposesYouness Alaoui1-0/+24
2012-09-10uvch264_src: Add TODO items according to Olivier Crete's code reviewYouness Alaoui1-0/+2
2012-09-10uvch264: Add num-clock-samples property and support for the H264 PTS.Youness Alaoui3-2/+269
2012-09-10uvch264_src: Avoid leaking v4l pad and caps when there's an error negotiating...Youness Alaoui1-0/+4
2012-09-10uvch264_src: Refactor how the v4l2_fd is retreivedYouness Alaoui1-21/+18
2012-09-10uvch264: Make the test compatible with gtk2 which doesn't support GtkCombobox...Youness Alaoui2-2/+97
2012-09-10uvch264: Update to new FIND_UNIT ioctlYouness Alaoui1-7/+7