summaryrefslogtreecommitdiff
path: root/gst/avi
Commit message (Expand)AuthorAgeFilesLines
* Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje2004-01-071-1/+0
* configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1...Ronald S. Bultje2004-01-012-2/+12
* Merge CAPS branchDavid Schleef2003-12-222-289/+203
* Riff, EBML, fourcc etc. work. Not fully finished, but better than what we use...Ronald S. Bultje2003-12-076-1536/+1161
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* Change everyone to video/x-msvideoDavid Schleef2003-11-273-6/+6
* License is GST_LICENSE, make own debugging category and fix some debug statem...Benjamin Otte2003-11-241-3/+9
* Since padtemplates are now owned by the class, we should use the class functi...Ronald S. Bultje2003-11-091-3/+6
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-072-2/+1
* Merge plugins. Update to new plugin init codeDavid Schleef2003-11-013-133/+129
* avidemux still depends on riffDavid Schleef2003-10-311-0/+2
* Doesn't need to load gstriffIain Holmes2003-10-311-2/+0
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-291-1/+1
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-282-42/+3
* Remove can_seek () because eventmasks was removed from sink pads - grrrRonald S. Bultje2003-10-091-25/+10
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-082-22/+22
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-012-19/+19
* Set keyframe flag only when it is a keyframe. This will break quite some form...Ronald S. Bultje2003-09-301-1/+4
* reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2003-09-162-6/+2
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-152-2/+6
* Check for seekability and use gst_pad_push() instead of gst_pad_send_event()Ronald S. Bultje2003-09-121-24/+44
* Clarify DV type 1/2 differenceRonald S. Bultje2003-09-121-3/+7
* Remove all locally-defined optimization flagsDavid Schleef2003-09-111-4/+2
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* Add buffer length checks to every typefinding functionDavid Schleef2003-07-241-0/+3
* Fix a warningRonald S. Bultje2003-07-221-2/+2
* improve index offset calculation, fix some minor other issues and make avimux...Ronald S. Bultje2003-07-221-31/+27
* Support ISO style variable length macrosBrian Cameron2003-07-071-1/+41
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-062-557/+695
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-292-90/+96
* Remove some more unused cruft left over from our ancient avifile periodRonald S. Bultje2003-06-266-801/+2
* gcc 3.3 and ppc fixesBenjamin Otte2003-06-141-12/+32
* Actually push the event over to the next element instead of leaving it into e...Ronald S. Bultje2003-06-071-0/+1
* Add support for new divx/xvid mimetypesRonald S. Bultje2003-06-011-9/+21
* Prevent warningRonald S. Bultje2003-06-011-1/+2
* OopsRonald S. Bultje2003-06-011-1/+1
* This fixes avimux largely. Sound playback still isn't optimal, but at least w...Ronald S. Bultje2003-06-012-78/+65
* Fix avimux (somewhat). Note: the EOS event still doesn't get through. This is...Ronald S. Bultje2003-05-302-9/+39
* Update duration fieldWim Taymans2003-05-291-1/+5
* UNITS -> DEFAULTWim Taymans2003-05-241-17/+19
* Updated autogen.sh/configure.ac and various Makefiles to make the configure s...Brian Cameron2003-05-211-5/+5
* Hm, one more little endian fixRonald S. Bultje2003-05-141-1/+1
* PCM data in AVI is always little endianRonald S. Bultje2003-05-142-5/+19
* we do not destroy anything anymore. Not even unwanted padsBenjamin Otte2003-04-151-3/+0
* added support for alaw/mulaw audio - yes, I have alaw encoded AVIs hereBenjamin Otte2003-04-141-0/+19
* Bigendian fixesWim Taymans2003-02-041-12/+20
* Endian fixes for index parsing.Wim Taymans2003-02-041-1/+4
* Fix endian issues with metadata. Some Cleanups tooWim Taymans2003-02-021-26/+27
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef2003-02-021-12/+12
* add some extra checking on validity of pads before using themRonald S. Bultje2003-01-311-0/+4