summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-10-24fixes:TYPEFINDBenjamin Otte1-0/+3
2003-10-23initial typefind checkin. All typefind functions have been put into one singl...Benjamin Otte2-50/+23
2003-10-22Fix stupid typoTYPEFIND-ROOTRonald S. Bultje1-1/+1
2003-10-20and small improvement in naming of the FFMPEG encoders. This makes their nami...Ronald S. Bultje1-2/+3
2003-10-16includes are in top_srcdirDavid Schleef1-2/+2
2003-10-09Trivial fixes for GstBuffer->GstData migrationDavid Schleef1-1/+1
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo6-11/+13
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje4-10/+15
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele3-14/+10
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte3-10/+14
2003-09-11Use ffmpeg libraries build by local automake MakefilesDavid Schleef2-2/+2
2003-08-09Remove redundant plugindir definitionDavid Schleef2-1/+0
2003-07-08use commas instead of newlines for author field (makes output greppable)Benjamin Otte4-8/+8
2003-07-07More compilation fixes from my latest commitRonald S. Bultje1-3/+3
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje3-126/+679
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte5-7/+7
2003-06-17We hate double slashes.. I'm still disabling demux/mux in CVS, until I've got...Ronald S. Bultje1-1/+1
2003-06-17No quasi codecsRonald S. Bultje2-10/+25
2003-06-17We also need raw video/audio caps for the demuxer/muxer, plus that caps_to_co...Ronald S. Bultje2-17/+101
2003-06-17Request pads don't have a number limitRonald S. Bultje1-3/+3
2003-06-16Compilation fix. SOMEONE ELSE PLEASE FIX THIS CORRECTLY.David Schleef2-0/+12
2003-06-09some first trial code for ffmux_* disable ffmux/ffdemux by default since they...Ronald S. Bultje2-252/+347
2003-06-09Fix compile error on gcc-3.xRonald S. Bultje1-1/+1
2003-06-08Hm, I actually misunderstood this protocol thing, since ffmpeg provides an re...Ronald S. Bultje2-24/+117
2003-06-08Some modifications to make the demuxers work, plus moving typefinding over fr...Ronald S. Bultje1-182/+305
2003-06-08f it's an 'o', it's for output (muxing)Ronald S. Bultje1-1/+6
2003-06-08Remove typefinding as separate plugin, this is part of the demuxers nowRonald S. Bultje3-139/+1
2003-06-08MPEG4AAC is MPEG-4 audio, not video, and implement a _formatid_to_caps() func...Ronald S. Bultje2-1/+87
2003-06-07Loop through input capses instead of just picking the first, and handle encod...Ronald S. Bultje1-10/+24
2003-06-07Rewrite of gstffmpegencRonald S. Bultje1-319/+275
2003-06-07Add a caps_to_codecid() function to read properties from a caps function for ...Ronald S. Bultje2-1/+166
2003-06-07Make some more use of the ffmpeg utils.c functions for buffer allocation (rea...Ronald S. Bultje1-93/+28
2003-06-07Dzjee, just found out ffmpeg has a function to calculate the buffer size for ...Ronald S. Bultje1-40/+20
2003-06-07nd remove the edge stuff (finally found out how to disable that)Ronald S. Bultje1-37/+11
2003-06-07remove gstffmpegdecall. This was a temporary hack to get around some issues w...Ronald S. Bultje7-1592/+825
2003-05-29Use new ffmpeg revisionRonald S. Bultje5-36/+11
2003-04-19- just skip the frame when there was a decoding error instead of failing.Wim Taymans2-2/+1
2003-01-26Make sure caps are reffed as we're still have a pointer to it.OSLOSUMMIT1-200303051Wim Taymans1-0/+2
2003-01-25Add xvidRonald S. Bultje2-0/+3
2003-01-20check for type register failuresDavid I. Lehn2-1/+2
2003-01-19Fix codecsRELEASE-0_5_2-PANICROOMBRANCH-RELEASE-0_5_2-ROOTBRANCH-GSTREAMER-0_6-ROOTBRANCH-RELEASE-0_5_2Wim Taymans2-2/+2
2003-01-18lower sample_rate property minimum value to -1 to accoutn for default of -1David I. Lehn1-1/+1
2003-01-18Fix dipose, removed g_printWim Taymans1-1/+3
2003-01-18Map XVID to mpeg4Wim Taymans2-3/+4
2003-01-13Lower the rank of ffmpegIain Holmes1-1/+1
2003-01-13Correcting typos in the mime types: "unkown/unkown" -> "unknown/unknown"Jan Schmidt2-23/+23
2003-01-12Only close the codec if we opened itWim Taymans1-4/+12
2003-01-10more link fixesThomas Vander Stichele1-0/+1
2003-01-10PadConnect -> PadLinkThomas Vander Stichele4-5/+5
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele5-21/+21