summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-01-31Generate an index table for essence streamsSebastian Dröge11-183/+272
Generate an index table for essence streams during playback and make sure that only the correct essence elements are used for played tracks. Make it possible to have one essence stream used in multiple playback tracks. Fix some minor bugs.
2009-01-31Don't complain if the preface has no primary package setSebastian Dröge1-6/+8
2009-01-31Allow index table segments without primer packSebastian Dröge2-11/+13
When parsing an index table segment without a valid primer pack in this partition only parse the static local tags and ignore all dynamic ones. This allows us to use index table segments in some broken files.
2009-01-31Add essence track abstractionSebastian Dröge2-247/+460
Add an abstraction to represent essence tracks and use this everywhere. This will later be used to keep track of positions and to generate/handle seek tables. Some random cleanup and renaming.
2009-01-31Fix parsing of index table segmentsSebastian Dröge1-4/+6
Allocate memory for the pos tables and slice offsets of the index entries separately to a) fix alignment in weird cases and b) to actually have something to free() in the index table segment reset function.
2009-01-31Improve detection of the end of the header metadataSebastian Dröge2-12/+20
Header metadata is finished after partition.header_byte_count bytes after the first byte of the primer pack are handled. After this there can only be index table segments, filler packets, essence or the start of the next partition. This fixes playback of some files that have non-standard metadata packets in the header metadata.
2009-01-30Unref event if we don't forward it, unref pads when done with them.Michael Smith1-0/+5
2009-01-30Add releaseinfo with online url.Stefan Kost1-0/+5
2009-01-30Fix compilation on Forte.Jan Schmidt1-2/+2
Dereference the pointer to the passed socket to check the actual fd when closing them. Cast an assignment to kill a warning.
2009-01-30Fix the return value of the default parse_frame function.Jan Schmidt2-6/+6
Fix the return value of the default parse_frame function in both copies of GstBaseParse
2009-01-30Bump commonJan Schmidt1-0/+0
2009-01-30Use a symbolic link for the pre-commit client-side hookEdward Hervey2-1/+1
2009-01-29qtwrapper: Fixes build at case sensitive systems.Thiago Sousa Santos4-4/+4
2009-01-28mpegdemux: do not skip pes packets that we think are encryptedJosep Torra1-12/+1
pes packets that claim to be encrypted may not be so, so treat as normal. Just log the flags.
2009-01-28Additional media type support in qtmux (and friends).Mark Nauwelaerts4-9/+77
Support AMR and H263 for both qtmux and gppmux, and add extensions in sample table description.
2009-01-28Revert "mpegdemux: do not skip pes packets that we think are encrypted"Zaheer Merali2-2/+13
This reverts commit d3e4e5598f6c3db444d0014597d383ed35a02998.
2009-01-28mpegdemux: do not skip pes packets that we think are encryptedJosep Torra2-13/+2
pes packets that claim to be encrypted may not be so, so treat as normal. Just log the flags.
2009-01-24Build the modplug plugin against the modplug library and remove our copyHans de Goede46-21315/+28
Always build the modplug plugin against the system modplug library and remove our own copy. Using the system version has advantages if security issues or other critical bugs are found in libmodplug and our own copy wasn't really maintained anyway. Also our copy only contained some patches to use GLib types and functions. Fixes bug #568837.
2009-01-23Add more to the gitignoresJan Schmidt2-0/+9
2009-01-23Make RGB masks unsigned in rawvideoparseJan Schmidt1-4/+4
Allow the full range of 32 bit masks for RGBA/RGB data by making sure the mask properties are unsigned.
2009-01-23Add README with midi related links.Stefan Kost1-0/+3
2009-01-23Log aac details found in codec_data.Stefan Kost2-0/+15
2009-01-23Configure byte order for EXIF. Fixes #568704Stefan Kost4-7/+82
Exif blocks can be in differnt byte orders. Add an element property to select wich one should be written.
2009-01-23Rename audioresample files and types to legacyresampleSebastian Dröge96-486/+1054
Finish the move/rename of audioresample to legacyresample to prevent any confusion.
2009-01-23Remove speexresample from -bad, it's in -baseSebastian Dröge12-3413/+0
2009-01-23Send BYE packets immediatly for small sessionsWim Taymans1-0/+4
When the number of participants is less than 50, the RFC allows for sending the BYE packet immediatly instead of using the regular BYE timeout. Fixes #567828.
2009-01-23Add seeking support to mmssrc. Fixes bug #469930.Hans de Goede3-62/+200
Add proper seeking support to mmssrc and clean up some code. This requires libmms >= 0.4.
2009-01-23Link modplug plugin with -lm. Fixes bug #568483.Brian Cameron1-1/+1
2009-01-23Fix build on Solaris. Fixes bug #568480.Brian Cameron2-4/+4
Fix linking on Solaris by checking for the nsl and socket libraries which are needed for socket() and gethostbyname(). Don't initialize some fields of struct mh to NULL/0, they're already set to NULL/0 by a memset(). Also this fields don't exist on Solaris.
2009-01-23Store all partitions & primer packs in memory for faster accessSebastian Dröge4-128/+213
Store all partitions & primer packs in memory for faster access. This is later needed for fast seeking. Pre-fill the list of partitions with the content of the random index pack. Don't parse metadata of an partition twice.
2009-01-22Update common snapshot.Stefan Kost1-0/+0
2009-01-22Update config.h for development.Wim Taymans1-2/+2
2009-01-22Fix pre-commit hookSebastian Dröge1-0/+0
2009-01-22Add support for ECMA arrays in script tags. Fixes bug #567965.Jan Urbanski1-0/+23
Add support for ECMA arrays in script tags. This fixes seeking on some files that have the seek table stored inside an ECMA array instead of the normal array.
2009-01-22Unlock the jitterbuffer before pushing out the packet-lost events.Wim Taymans1-5/+8
Move some code before we do the unlock to make the jitterbuffer state consistent while we are unlocked.
2009-01-22Fix UL for DTS and MPEG2 layer 1Sebastian Dröge1-2/+2
2009-01-22Add support for AAC audioSebastian Dröge1-0/+10
2009-01-22Store MXF metadata in a hash table, keyed by UIDSebastian Dröge7-835/+819
Store the MXF metadata in a hash table, keyed by the instance UID. This simplifies resolval of the metadata and makes looping over all metadata sets unnecessary in most cases. Additionally parse metadata always. If we already have a metadata set with the same UID replace it only if the new metadata set is from a later offset. This fixes metadata parsing of files where following partitions don't have a complete copy of the previous metadata.
2009-01-22Build the random index pack while parsingSebastian Dröge2-10/+40
If the file contains no random index pack or just an invalid one build the random index pack while parsing.
2009-01-22Update copyrights for 2009Sebastian Dröge25-25/+25
2009-01-22Simplify parsing of UL/UUID arraysSebastian Dröge6-1138/+640
Simplify parsing of UL/UUID arrays by abstracting it into a separate function.
2009-01-22Implement parsing of DMS1 (SMPTE S380M)Sebastian Dröge12-187/+7261
2009-01-22Disable the filter plugin from the buildSebastian Dröge1-2/+0
The filter plugin only contains a limited IIR filter element which is now obsoleted by the audioiirfilter element from gst-plugins-good/audiofx.
2009-01-22Back to devel -> 0.10.10.1Jan Schmidt1-1/+1
2009-01-22Install and use pre-commit indentation hook from commonEdward Hervey2-0/+7
2009-01-21Revert "add audiobuffer to the build"Andy Wingo1-2/+0
This reverts commit 1c6ac170b9f218c673c0daaf5c568c6000a37fc3.
2009-01-21add audiobuffer to the buildAndy Wingo1-0/+2
* configure.ac: Add audiobuffer to the build.
2009-01-21autogen.sh : Use git submoduleEdward Hervey1-8/+5
2009-01-19Release 0.10.10RELEASE-0_10_10GIT_CONVERSIONJan Schmidt75-299/+427
Original commit message from CVS: Release 0.10.10
2009-01-19Update .po filesJan Schmidt30-437/+979
Original commit message from CVS: Update .po files