summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* + checking in plugin category changesRELEASE-0_7_2BRANCH_RELEASE-0_7_2-ROOTBRANCH_RELEASE-0_7_2Leif Johnson2003-11-164-3/+3
* Oops, some pretty bad memleaksRonald S. Bultje2003-11-121-0/+2
* Several encoding changes: for video, double check the pix_fmt after opening t...Ronald S. Bultje2003-11-122-53/+130
* some fixes:Benjamin Otte2003-11-101-5/+10
* Add a function that build the context extradata from caps propertyJeremy Simon2003-11-071-27/+78
* Use caps properties to set additional data to ffmpeg context (for wma)Jeremy Simon2003-11-051-2/+31
* fix GST_FF_AUD_CAPS_NEW to not include channels and rate in unfixed caps and ...Benjamin Otte2003-11-051-10/+10
* random fixes to ffmpeg: decoding of mp3 now works, call parent_class->disposeBenjamin Otte2003-11-042-22/+21
* fix ffmpeg by using an ugly hack (put data as GType 0 when there is no type a...Benjamin Otte2003-11-025-20/+57
* BlaRonald S. Bultje2003-11-026-234/+241
* Fix compile problem on gcc-2.95. Fixes #125635.David Schleef2003-10-311-4/+4
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-291-1/+1
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-283-50/+26
* Re-enable realaudio codecs, improve decoder naming and add mpeg2aac decoder.....Ronald S. Bultje2003-10-262-4/+8
* < <-> > confusionRonald S. Bultje2003-10-261-1/+1
* Make it compile against latest CVS of FFMPEG:Ronald S. Bultje2003-10-265-29/+36
* FFMPEG-based colorspace conversion pluginRonald S. Bultje2003-10-253-1/+524
* Fix stupid typoTYPEFIND-ROOTRonald S. Bultje2003-10-221-1/+1
* and small improvement in naming of the FFMPEG encoders. This makes their nami...Ronald S. Bultje2003-10-201-2/+3
* includes are in top_srcdirDavid Schleef2003-10-161-2/+2
* Trivial fixes for GstBuffer->GstData migrationDavid Schleef2003-10-091-1/+1
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-086-11/+13
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-014-10/+15
* reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2003-09-163-14/+10
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-153-10/+14
* Use ffmpeg libraries build by local automake MakefilesDavid Schleef2003-09-112-2/+2
* Remove redundant plugindir definitionDavid Schleef2003-08-092-1/+0
* use commas instead of newlines for author field (makes output greppable)Benjamin Otte2003-07-084-8/+8
* More compilation fixes from my latest commitRonald S. Bultje2003-07-071-3/+3
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-063-126/+679
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-295-7/+7
* We hate double slashes.. I'm still disabling demux/mux in CVS, until I've got...Ronald S. Bultje2003-06-171-1/+1
* No quasi codecsRonald S. Bultje2003-06-172-10/+25
* We also need raw video/audio caps for the demuxer/muxer, plus that caps_to_co...Ronald S. Bultje2003-06-172-17/+101
* Request pads don't have a number limitRonald S. Bultje2003-06-171-3/+3
* Compilation fix. SOMEONE ELSE PLEASE FIX THIS CORRECTLY.David Schleef2003-06-162-0/+12
* some first trial code for ffmux_* disable ffmux/ffdemux by default since they...Ronald S. Bultje2003-06-092-252/+347
* Fix compile error on gcc-3.xRonald S. Bultje2003-06-091-1/+1
* Hm, I actually misunderstood this protocol thing, since ffmpeg provides an re...Ronald S. Bultje2003-06-082-24/+117
* Some modifications to make the demuxers work, plus moving typefinding over fr...Ronald S. Bultje2003-06-081-182/+305
* f it's an 'o', it's for output (muxing)Ronald S. Bultje2003-06-081-1/+6
* Remove typefinding as separate plugin, this is part of the demuxers nowRonald S. Bultje2003-06-083-139/+1
* MPEG4AAC is MPEG-4 audio, not video, and implement a _formatid_to_caps() func...Ronald S. Bultje2003-06-082-1/+87
* Loop through input capses instead of just picking the first, and handle encod...Ronald S. Bultje2003-06-071-10/+24
* Rewrite of gstffmpegencRonald S. Bultje2003-06-071-319/+275
* Add a caps_to_codecid() function to read properties from a caps function for ...Ronald S. Bultje2003-06-072-1/+166
* Make some more use of the ffmpeg utils.c functions for buffer allocation (rea...Ronald S. Bultje2003-06-071-93/+28
* Dzjee, just found out ffmpeg has a function to calculate the buffer size for ...Ronald S. Bultje2003-06-071-40/+20
* nd remove the edge stuff (finally found out how to disable that)Ronald S. Bultje2003-06-071-37/+11
* remove gstffmpegdecall. This was a temporary hack to get around some issues w...Ronald S. Bultje2003-06-077-1592/+825