summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2005-10-23releasing 0.9.4RELEASE-0_9_4Thomas Vander Stichele1-1/+5
2005-10-23gst/realmedia/rmdemux.c: STOPPED->FAILEDJulien Moutte1-1/+1
2005-10-21gst/realmedia/rmdemux.c: Set correct stream time in newsegment event.Wim Taymans1-1/+1
2005-10-19API change fixen.Wim Taymans1-4/+6
2005-10-18gst/realmedia/rmdemux.c: segment-start/done API change.Wim Taymans1-1/+1
2005-10-17Set buffer durations on IEC958 buffers.Michael Smith1-0/+1
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost8-9/+9
2005-10-11newsegment API update.Wim Taymans2-5/+4
2005-10-05Improve seek error-resilience.Michael Smith1-59/+191
2005-09-30Forgot to commit this file. I hate Nano.Michael Smith1-0/+3
2005-09-30Sanity checks and memory leak fixes for real demuxerMichael Smith1-21/+46
2005-09-29gst/realmedia/rmdemux.c: Real demuxer fixes. Make it more bulletproof against...Michael Smith1-19/+79
2005-09-26gst/mpegaudioparse/gstmpegaudioparse.c: Set correct caps on buffers too.Wim Taymans1-1/+1
2005-09-26gst/mpegaudioparse/gstmpegaudioparse.*: Put timestamps on buffers.Wim Taymans2-8/+60
2005-09-21Various changes to AC3->IEC958 framer. Mostly to make our IEC958 headers and ...Michael Smith3-89/+219
2005-09-16Set setcaps function on sink pad, not source pad. Produce correct caps on out...Michael Smith1-3/+3
2005-09-05doc fixesThomas Vander Stichele2-7/+7
2005-09-02build fixesThomas Vander Stichele1-6/+5
2005-09-02Accept audio/x-private1-a3c on sink padMichael Smith1-1/+1
2005-09-02All plugins updated for element state changes.Andy Wingo12-100/+109
2005-09-02Fix return types in setcaps functionsMichael Smith2-4/+4
2005-09-02Changes to correctly use first_access parameter in ac3 and lpcm plugins.Michael Smith2-28/+129
2005-09-01AC3 -> IEC958 (S/PDIF) framer, based on Martin Soto's 0.8 pluginMichael Smith5-0/+807
2005-09-01gst/dvdlpcmdec/gstdvdlpcmdec.c: Cleanups, fixed header parsing and stripping.Wim Taymans1-89/+135
2005-09-01Use the right bytes when parsing the LPCM dvd headerMichael Smith1-1/+1
2005-09-01Return the correct values from chain functionMichael Smith1-7/+4
2005-08-31Restructure LPCM decoder to not expect the demuxer to parse the LPCM header; ...Michael Smith2-27/+154
2005-08-31add plugin documentationCHANGELOG_STARTThomas Vander Stichele1-1/+1
2005-08-31Port LPCM decoder to 0.9Michael Smith3-0/+518
2005-08-30remove stuffThomas Vander Stichele4-478/+0
2005-08-25Fixed EOS and improved robustness for malformed indices.Owen Fraser-Green2-58/+88
2005-08-23Fixed mishandling events and incorrect audio skipping after seek.Owen Fraser-Green1-5/+5
2005-08-22Fixed some seeking issuesOwen Fraser-Green1-27/+48
2005-08-17configure.ac: Added mpegaudioparseWim Taymans2-73/+36
2005-08-10Implemented push-pull and seeking in rmdemuxOwen Fraser-Green2-56/+489
2005-07-27Various event updates and cleanups.Wim Taymans1-6/+6
2005-07-18gst/realmedia/rmdemux.c: Send discont event before pushing first buffer.Wim Taymans1-8/+40
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo3-5/+0
2005-07-04gst/realmedia/rmdemux.c: I don't think that piece of changelog should go there.Wim Taymans1-2/+0
2005-07-03Added call to no_more_padsOwen Fraser-Green2-5/+33
2005-06-29configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!!Andy Wingo1-1/+1
2005-06-27Rewrote to use gstadapter and extract properties from header packets to pass ...Owen Fraser-Green3-494/+428
2005-02-20gst/dvdlpcmdec/gstdvdlpcmdec.c: Make sure we only write to writable buffersJan Schmidt1-4/+6
2005-02-08gst/asfdemux/gstasfdemux.c: Fix wrong order of reading of optional bytes (#16...Ronald S. Bultje1-3/+3
2005-02-08configure.ac: Add dvdlpcmdecJan Schmidt6-36/+543
2005-02-01ext/mpeg2dec/gstmpeg2dec.c: Don't send things to NULL PAD_PEERsJan Schmidt8-160/+280
2005-01-31Add audio/x-dts to audio pad template capsTim-Philipp Müller1-1/+2
2005-01-27gst/asfdemux/gstasfdemux.*: Improve metadata display, e.g. if the metadata co...Ronald S. Bultje2-36/+58
2005-01-25gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)Jan Schmidt1-2/+2
2005-01-25ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a val...Jan Schmidt5-57/+86