| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new API to post flow ERROR messages on the bus | Thibault Saunier | 2016-08-26 | 5 | -15/+5 |
* | dashdemux: Add properties to select maximum allowed width/height and framerate | Sebastian Dröge | 2016-08-26 | 4 | -8/+93 |
* | gstglupload: make the GLMemoryUpload method output the correct texture-target | Alessandro Decina | 2016-08-26 | 1 | -4/+12 |
* | gl: Update glvideomixer doc | Jan Schmidt | 2016-08-26 | 1 | -6/+6 |
* | gl: Add/update docs for glviewconvert, glstereomix | Jan Schmidt | 2016-08-26 | 2 | -4/+42 |
* | glstereomix: Fix caps negotiation | Jan Schmidt | 2016-08-26 | 2 | -118/+86 |
* | adaptivedemux: Enable bitrate selection for trick mode streaming again | Sebastian Dröge | 2016-08-25 | 3 | -7/+14 |
* | glvideoflip: implement GstVideoDirection interface | Xabier Rodriguez Calvar | 2016-08-25 | 2 | -41/+63 |
* | fdkaacenc: Implement some automatic bitrate selection | Sebastian Dröge | 2016-08-24 | 1 | -4/+53 |
* | meson: remove unused mpg123 build file | Tim-Philipp Müller | 2016-08-21 | 1 | -16/+0 |
* | Add support for Meson as alternative/parallel build system | Nirbheek Chauhan | 2016-08-20 | 35 | -0/+788 |
* | plugins: Use stdint.h instead of _stdint.h | Nirbheek Chauhan | 2016-08-19 | 2 | -2/+7 |
* | daala: fix typo related compilation error | Philippe Renon | 2016-08-19 | 1 | -1/+1 |
* | gltransformation: rewrite the inverse transformation logic | Matthew Waters | 2016-08-19 | 2 | -104/+181 |
* | mplex: Don't start task (yet/again) on pad release if we're in READY or NULL | Sebastian Dröge | 2016-08-18 | 1 | -1/+2 |
* | dashdemux: In KEY_UNITS trick mode, download all I-frames and not only IDR | Sebastian Dröge | 2016-08-18 | 1 | -3/+7 |
* | wildmidi: Fix compilation with wildmidi 0.4 | Sebastian Dröge | 2016-08-16 | 1 | -1/+1 |
* | qt: Use wglShareLists() workaround unconditionally. | Jan Schmidt | 2016-08-16 | 1 | -2/+6 |
* | qt: Move debug statement to after the category init | Jan Schmidt | 2016-08-16 | 1 | -2/+1 |
* | Revert "Revert "dashdemux: When doing SIDX seeking, return instead of overrid... | Sebastian Dröge | 2016-08-11 | 1 | -0/+2 |
* | dashdemux: When doing chunked downloading on SIDX, clip requests on the SIDX ... | Sebastian Dröge | 2016-08-11 | 1 | -4/+29 |
* | dashdemux: Collect average moof and first sync sample sizes | Sebastian Dröge | 2016-08-11 | 2 | -2/+36 |
* | dashdemux: Download any sync-sample following the moof directly in key-units ... | Sebastian Dröge | 2016-08-11 | 2 | -126/+190 |
* | dashdemux: If a fragment contains no sync samples, disable key-unit mode | Sebastian Dröge | 2016-08-11 | 1 | -0/+8 |
* | dashdemux: Remember if for a stream we could do key-units only mode | Sebastian Dröge | 2016-08-11 | 2 | -10/+24 |
* | dashdemux: Also allow key-unit only mode if (some) sample flags are given by ... | Sebastian Dröge | 2016-08-11 | 1 | -5/+16 |
* | dashdemux: Use chunked downloading for the moof in KEY_UNITS mode | Sebastian Dröge | 2016-08-11 | 1 | -6/+59 |
* | dashdemux: Mark every first buffer of moov, sidx, moof and mdat as DISCONT in... | Sebastian Dröge | 2016-08-11 | 1 | -4/+19 |
* | dashdemux: Only enable key-unit trick mode for video streams | Sebastian Dröge | 2016-08-11 | 1 | -3/+5 |
* | dashdemux: Only do keyframe-only playback if the corresponding seek flag is g... | Sebastian Dröge | 2016-08-11 | 1 | -31/+21 |
* | dashdemux: Implement downloading of only sync samples | Sebastian Dröge | 2016-08-11 | 2 | -16/+144 |
* | dashdemux: Store parsed moof and extract offsets of sync samples in it | Sebastian Dröge | 2016-08-11 | 2 | -27/+214 |
* | dashdemux: Implement parsing of moof box | Sebastian Dröge | 2016-08-11 | 3 | -150/+527 |
* | dashdemux: Move code around to keep all sidx related functions together | Sebastian Dröge | 2016-08-11 | 1 | -30/+31 |
* | dashdemux: Store box fourccs in the header at a central place | Sebastian Dröge | 2016-08-11 | 3 | -7/+6 |
* | dashdemux: Implement parsing of ISOBMFF boxes | Sebastian Dröge | 2016-08-11 | 2 | -12/+265 |
* | dash: Add helper for parsing box headers | Sebastian Dröge | 2016-08-11 | 2 | -11/+67 |
* | x265enc: Enable aspect ratio | xlazom00 | 2016-08-11 | 1 | -0/+1 |
* | openjpegenc: use the corrent enumeration | Josep Torra | 2016-08-08 | 1 | -1/+1 |
* | fdkaac: actually build and dist | Tim-Philipp Müller | 2016-08-07 | 1 | -0/+8 |
* | hls, timecode: fix linking | xlazom00 | 2016-08-07 | 1 | -1/+1 |
* | fdkaac: Add FDK AAC based decoder element | Sebastian Dröge | 2016-08-07 | 4 | -3/+504 |
* | fdkaac: Add FDK AAC based encoder element | Sebastian Dröge | 2016-08-07 | 4 | -4/+628 |
* | fdkaac: Initial plugin skeleton | Sebastian Dröge | 2016-08-07 | 2 | -0/+49 |
* | Revert "dashdemux: When doing SIDX seeking, return instead of overriding the ... | Edward Hervey | 2016-08-05 | 1 | -2/+0 |
* | hls: Avoid potential NULL pointer dereference. | Jan Schmidt | 2016-08-04 | 1 | -2/+4 |
* | hls: Avoid coverity warning about access off the end of an array. | Jan Schmidt | 2016-08-04 | 1 | -1/+1 |
* | dashdemux: When doing SIDX seeking, return instead of overriding the timestam... | Sebastian Dröge | 2016-08-04 | 1 | -0/+2 |
* | hls: m3u8: remove impossible condition | Luis de Bethencourt | 2016-08-04 | 1 | -9/+1 |
* | hlsdemux: Don't output pending data after error | Jan Schmidt | 2016-08-04 | 1 | -11/+11 |