Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-04 | Improved seeking in pull mode. Some refactoring and small fixes | Josep Torra | 2 | -56/+127 | |
2009-02-02 | Also flush parser when a newsegment is received. Fixes loop in reverse mode. | Josep Torra | 1 | -0/+2 | |
2009-02-02 | Add pull mode to mpegpsdemux and report duration reading first and last PTS. ↵ | Josep Torra | 4 | -142/+898 | |
Some random cleanups. | |||||
2009-02-02 | Cleanup playback package selection and notify about the current package | Sebastian Dröge | 1 | -15/+21 | |
2009-02-02 | Update tags properly, especially on component switch | Sebastian Dröge | 1 | -5/+18 | |
2009-02-02 | Error out if no pads could be created | Sebastian Dröge | 1 | -0/+3 | |
2009-02-02 | Resolve metadata and update tracks if necessary before seeking | Sebastian Dröge | 1 | -4/+6 | |
2009-02-02 | Don't go after the last component of a track | Sebastian Dröge | 1 | -0/+1 | |
2009-02-02 | Return an error if updating an already existing pad fails | Sebastian Dröge | 1 | -21/+56 | |
2009-02-02 | Fix seeking if the source clip duration is unknown | Sebastian Dröge | 1 | -14/+19 | |
2009-02-01 | Add initial support for seeking in push mode | Sebastian Dröge | 1 | -63/+216 | |
2009-02-01 | Fix deadlocks when seeking in pull mode failed and check new offset before ↵ | Sebastian Dröge | 1 | -2/+11 | |
using it | |||||
2009-02-01 | Update offset in push mode and handle events properly | Sebastian Dröge | 1 | -36/+41 | |
2009-02-01 | Implement initial seeking support (pull mode only) | Sebastian Dröge | 2 | -18/+242 | |
2009-01-31 | Don't use GLib 2.16 API unconditionally | Sebastian Dröge | 2 | -19/+75 | |
2009-01-31 | Check for EOS on all pads after adjusting the essence track durations | Sebastian Dröge | 1 | -8/+31 | |
2009-01-31 | Fix duration calculation for essence tracks | Sebastian Dröge | 1 | -2/+4 | |
2009-01-31 | Implement GstElement::query/get_query_types vfuncs | Sebastian Dröge | 1 | -8/+114 | |
2009-01-31 | Reset all internal state in finalize | Sebastian Dröge | 1 | -2/+3 | |
2009-01-31 | Improve EOS detection and fix push mode for the last pushed in buffer | Sebastian Dröge | 1 | -60/+80 | |
2009-01-31 | Keep track of essence track position when playing source packages | Sebastian Dröge | 2 | -20/+16 | |
This ensures that the correct essence elements are played and that we seek to the correct essence elements. | |||||
2009-01-31 | Compensate for timestamp/duration rounding errors | Sebastian Dröge | 2 | -0/+13 | |
2009-01-31 | Improve EOS logic to check all pads when pulling a packet returned EOS | Sebastian Dröge | 1 | -3/+2 | |
This makes sure that we finish all pads that are at EOS now instead of just finishing one and returning to this point over and over again. | |||||
2009-01-31 | Only push buffers for pads that are not more than 500ms before other pads | Sebastian Dröge | 1 | -14/+27 | |
2009-01-31 | Improve EOS logic to only go into EOS after all tracks are finished | Sebastian Dröge | 1 | -33/+117 | |
2009-01-31 | Update TODO list | Sebastian Dröge | 1 | -4/+0 | |
2009-01-31 | Try to keep the timestamp difference between tracks lower than 500ms | Sebastian Dröge | 1 | -27/+202 | |
2009-01-31 | Fix playback of atom files | Sebastian Dröge | 1 | -1/+1 | |
2009-01-31 | Keep track of current playback position | Sebastian Dröge | 1 | -11/+14 | |
2009-01-31 | Set essence track positions to 0 if we're at the start partition | Sebastian Dröge | 1 | -9/+28 | |
2009-01-31 | Generate an index table for essence streams | Sebastian Dröge | 11 | -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-31 | Don't complain if the preface has no primary package set | Sebastian Dröge | 1 | -6/+8 | |
2009-01-31 | Allow index table segments without primer pack | Sebastian Dröge | 2 | -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-31 | Add essence track abstraction | Sebastian Dröge | 2 | -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-31 | Fix parsing of index table segments | Sebastian Dröge | 1 | -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-31 | Improve detection of the end of the header metadata | Sebastian Dröge | 2 | -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-30 | Unref event if we don't forward it, unref pads when done with them. | Michael Smith | 1 | -0/+5 | |
2009-01-30 | Fix compilation on Forte. | Jan Schmidt | 1 | -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-30 | Fix the return value of the default parse_frame function. | Jan Schmidt | 2 | -6/+6 | |
Fix the return value of the default parse_frame function in both copies of GstBaseParse | |||||
2009-01-28 | mpegdemux: do not skip pes packets that we think are encrypted | Josep Torra | 1 | -12/+1 | |
pes packets that claim to be encrypted may not be so, so treat as normal. Just log the flags. | |||||
2009-01-28 | Additional media type support in qtmux (and friends). | Mark Nauwelaerts | 4 | -9/+77 | |
Support AMR and H263 for both qtmux and gppmux, and add extensions in sample table description. | |||||
2009-01-28 | Revert "mpegdemux: do not skip pes packets that we think are encrypted" | Zaheer Merali | 1 | -2/+13 | |
This reverts commit d3e4e5598f6c3db444d0014597d383ed35a02998. | |||||
2009-01-28 | mpegdemux: do not skip pes packets that we think are encrypted | Josep Torra | 1 | -13/+2 | |
pes packets that claim to be encrypted may not be so, so treat as normal. Just log the flags. | |||||
2009-01-24 | Build the modplug plugin against the modplug library and remove our copy | Hans de Goede | 43 | -22254/+0 | |
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-23 | Make RGB masks unsigned in rawvideoparse | Jan Schmidt | 1 | -4/+4 | |
Allow the full range of 32 bit masks for RGBA/RGB data by making sure the mask properties are unsigned. | |||||
2009-01-23 | Log aac details found in codec_data. | Stefan Kost | 1 | -0/+3 | |
2009-01-23 | Rename audioresample files and types to legacyresample | Sebastian Dröge | 14 | -198/+201 | |
Finish the move/rename of audioresample to legacyresample to prevent any confusion. | |||||
2009-01-23 | Remove speexresample from -bad, it's in -base | Sebastian Dröge | 11 | -3379/+0 | |
2009-01-23 | Send BYE packets immediatly for small sessions | Wim Taymans | 1 | -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-23 | Link modplug plugin with -lm. Fixes bug #568483. | Brian Cameron | 1 | -1/+1 | |