summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2010-10-06vorbisdec: reverse playback; decode pending buffers upon EOSMark Nauwelaerts1-6/+13
2010-10-05libvisual: only drop frames that are really too oldWim Taymans1-0/+1
2010-10-05libvisual: add latency queryWim Taymans1-0/+60
2010-10-05libvisual: add some definesWim Taymans1-15/+25
2010-10-04parse: Don't error on discontWim Taymans1-2/+1
2010-10-04theoraparse: set caps on streamheader tooWim Taymans1-4/+6
2010-09-24theoraenc: ptalarbvorm speed level goes to 3David Schleef1-1/+1
2010-09-22theoraenc: Make the bitrate/quality dynamically modifiableOlivier Crête2-8/+48
2010-09-15gnomevfsrc: set GST_PARAM_MUTABLE_READY flag on the "handle" propertyTristan Matthews1-1/+2
2010-09-01textoverlay: Add support for AYUVSebastian Dröge1-8/+82
2010-08-30textoverlay: fix Cb/Cr inversion for colored text overlaysRob Clark1-2/+19
2010-08-30oggdemux: Don't reset the pad when pushing resulted in NOT_LINKEDSebastian Dröge1-1/+13
2010-08-27oggdemux: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge2-33/+37
2010-08-24textoverlay: Support NV21 too and minor cleanupsSebastian Dröge1-15/+13
2010-08-24clockoverlay: only rerender text if time string has changedChris Shoemaker2-4/+11
2010-08-24textoverlay: add NV12 supportRob Clark1-8/+43
2010-08-18alsasrc/sink: add property to get the card nameWim Taymans2-1/+27
2010-08-18alsa: add method to retrieve the card nameWim Taymans2-20/+35
2010-08-12alsa: remove 'dir' out variableStefan Kost2-14/+16
2010-08-09textoverlay: configurable text color and positionMark Nauwelaerts2-3/+88
2010-08-08oggstream: static forward declarations are forbidden by the C standardSebastian Dröge1-2/+2
2010-07-16theoraenc: Implement two pass encodingSebastian Dröge3-2/+263
2010-07-16configure: Require libtheora >= 1.1Sebastian Dröge1-20/+0
2010-07-16theora: Use PROP_ instead of ARG_ for property enum valuesSebastian Dröge2-78/+78
2010-06-30oggdemux: Handle errors from _get_next_page in _do_seek.Fredrik Söderquist1-1/+2
2010-06-14oggdemux: activate_chain must not be called with a NULL chainSebastian Dröge1-32/+31
2010-06-14gnomevfssrc: Fix possible NULL pointer dereferenceSebastian Dröge1-1/+1
2010-06-14giostreamsrc: Fix copy&paste error in the docsSebastian Dröge1-1/+1
2010-06-14ogg: fix debug message printf format some moreTim-Philipp Müller1-1/+1
2010-06-12oggdemux: Fix format string compiler warning on OS XPhilippe Normand1-1/+1
2010-06-11cdparanoia: check for cdparanoia with pkg-config firstTim-Philipp Müller1-1/+5
2010-06-09oggdemux: Handle SEEKING query in push mode tooSebastian Dröge1-2/+33
2010-06-09oggdemux: Update the total time from the Skeleton 4 indexesSebastian Dröge1-0/+7
2010-06-09oggstream: Implement latest version of the Skeleton 4.0 specSebastian Dröge1-37/+19
2010-06-08oggdemux: Implement correct parsing of Skeleton 4.0 index packetsSebastian Dröge1-20/+42
2010-06-08oggdemux: Add parsing of Skeleton 4.0 indexesSebastian Dröge3-6/+37
2010-06-08oggdemux: Parse segment length and content offset from fisheadSebastian Dröge1-2/+18
2010-06-08oggdemux: Parse Skeleton stream major/minor versionSebastian Dröge2-3/+10
2010-06-08oggdemux: Use binary search for searching in the indexSebastian Dröge1-14/+22
2010-06-08oggmux: Start a new page for every CMML bufferSebastian Dröge1-0/+4
2010-05-31gio: map GIO NO_SPACE error to NO_SPACE_LEFTJonathan Matthew1-2/+7
2010-05-20oggdemux: Fix sizes again, this time for realSebastian Dröge1-2/+2
2010-05-20oggdemux: Fix size checksSebastian Dröge2-2/+2
2010-05-20oggdemux: Drop all other Ogg VP8 header packets and make VP8 mapping check a ...Sebastian Dröge2-3/+3
2010-05-20ogg: Some more minor adjustments for the VP8 Ogg mappingSebastian Dröge2-21/+14
2010-05-19ogg: Update to the latest VP8 mappingSebastian Dröge2-8/+25
2010-05-19oggdemux: Fix granulepos->key granule calculation for DiracSebastian Dröge1-1/+24
2010-05-19oggdemux: Add support for mapping specific granulepos to key granule mappingSebastian Dröge1-11/+51
2010-05-19ogg: Implement Ogg VP8 mappingSebastian Dröge4-24/+157
2010-05-06oggdemux: don't seek when no current chainWim Taymans1-0/+2