summaryrefslogtreecommitdiff
path: root/ext/ffmpeg/gstffmpegprotocol.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-27Fix compiler warningsAlessandro Decina1-1/+1
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2012-01-03GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-1/+1
2011-07-29ffmpeg: fix for query API changesWim Taymans1-3/+2
2011-06-02ffmpeg: port to new APIWim Taymans1-9/+15
2011-04-29Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-04-29ffmpeg: use bufferpool instead of pad_allocWim Taymans1-3/+2
2011-04-21ffmpeg: AVERROR_* => AVERROR(*)Edward Hervey1-1/+1
2011-04-04WIP: porting to 0.11Wim Taymans1-6/+4
2011-01-24ffmpegprotocol: Slight API changeEdward Hervey1-1/+1
2010-01-22Fix compiler warnings under OS X.Alessandro Decina1-1/+2
2009-05-09win32: Fix non-portable printf format.Edward Hervey1-3/+6
2009-03-09demuxers: Add more debuggingEdward Hervey1-0/+7
2009-01-27Implement push-based support for demuxersEdward Hervey1-0/+83
2009-01-26Add support for AVSEEK_SIZE in seek handler. This should make demuxers work a...Edward Hervey1-6/+11
2008-10-30Update ffmpeg/swscale snapshot to the latest revision and adjust to API chang...Alexis Ballier1-3/+3
2007-11-03ext/ffmpeg/: gst-indent cleanup.Edward Hervey1-60/+60
2006-10-05ext/ffmpeg/gstffmpegprotocol.c: Implement seeking for WRITE "gst" protocol.Edward Hervey1-1/+16
2006-09-06ext/ffmpeg/: Make stuff compile on Visual Studio 6.Sebastien Moutte1-6/+7
2006-04-13ext/ffmpeg/gstffmpegdemux.c: Rework the demuxer, implement all seeking stuff ...Wim Taymans1-12/+28
2006-03-31ext/ffmpeg/: various compiler fixesThomas Vander Stichele1-1/+0
2006-02-12ext/ffmpeg/gstffmpegdemux.c: Add Tag support and keyframe seeking (for those ...Edward Hervey1-8/+25
2006-02-10ext/ffmpeg/: Welcome the demuxers to 0.10 :)Edward Hervey1-218/+67
2005-12-06expand tabsThomas Vander Stichele1-2/+2
2005-07-20ext/: Update to ffmpeg snapshot of Jul 20 2005 4:00 PM GMT. Mostly some added...Ronald S. Bultje1-1/+0
2005-07-16ext/ffmpeg/gstffmpegprotocol.c: Strip off private flags from context value (#...Ronald S. Bultje1-0/+1
2005-07-11ext/ffmpeg/: Add a stream-header flag to set stream-header caps on some strea...Ronald S. Bultje1-2/+31
2005-03-14ext/ffmpeg/gstffmpeg.c: Enable muxers (only mp4 muxer for now).Ronald S. Bultje1-21/+21
2005-01-25ext/ffmpeg/gstffmpegprotocol.c: Yet Another Logic Error.Ronald S. Bultje1-2/+2
2004-12-19ext/ffmpeg/gstffmpegprotocol.c: Add debug. Don't EOS unless all data was read.Ronald S. Bultje1-4/+22
2004-12-19ext/ffmpeg/gstffmpegprotocol.c: Some "seeking" hacks, and separate peek from ...Ronald S. Bultje1-7/+22
2004-12-18ext/ffmpeg/: Add debugging category everywhere (correctly this time). Don't p...Ronald S. Bultje1-0/+1
2004-12-16ext/ffmpeg/gstffmpegcodecmap.c: Add new codecIDs from new snapshot (Thu Dec 1...Ronald S. Bultje1-6/+11
2004-10-02ext/ffmpeg/gstffmpegdemux.c: Signal no_more_pads.Ronald S. Bultje1-2/+14
2004-06-14ext/ffmpeg/: Do some more random property setting. Fix for if there's less th...Ronald S. Bultje1-2/+6
2004-05-14ext/ffmpeg/: Fix up demuxer. Works now for all my files that I tried, even qu...Ronald S. Bultje1-9/+71
2004-03-29indentThomas Vander Stichele1-28/+20
2004-03-01HACKING: Add some basic documentation on how our wrapping works.Ronald S. Bultje1-47/+64
2004-01-12Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_HDavid Schleef1-1/+3
2003-10-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef1-1/+1
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-1/+1
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-3/+3
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje1-1/+1
2003-06-08Hm, I actually misunderstood this protocol thing, since ffmpeg provides an re...Ronald S. Bultje1-23/+116
2003-06-08f it's an 'o', it's for output (muxing)Ronald S. Bultje1-1/+6
2002-11-26fix ffmpeg to work with installd version as wellThomas Vander Stichele1-1/+7
2002-11-25More ffmpeg wrapping going on hereWim Taymans1-4/+32
2002-11-06Release early.. try to wrap more ffmpeg stuff, like muxers and demuxers.Wim Taymans1-0/+102