summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2010-10-29oggdemux: fix wrong flowreturn handlingWim Taymans1-11/+3
2010-10-29ogg: add some more debug statementsWim Taymans2-0/+2
2010-10-13various: add a missing G_PARAM_STATIC_STRINGS flag to object propertiesStefan Kost1-2/+2
2010-10-12oggdemux: only keep last valid granuleposWim Taymans1-3/+3
2010-10-12oggdemux: Fix check for last pageDavid Schleef1-4/+2
2010-10-12oggdemux: change checks from is_skeleton to is_sparseDavid Schleef1-3/+3
2010-10-12oggdemux: move is_sparse into stream mapDavid Schleef4-8/+10
2010-10-10theoradec: expose telemetry properties only if libtheora was compiled with --...Tim-Philipp Müller1-35/+58
2010-10-10theoradec: add properties to enable debugging telemetry overlayAlexey Fisher2-1/+89
2010-10-10oggdemux: fix seeking with negative rate with skeletonGuillaume Emont1-0/+27
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