Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Put correct seq and timestamps on the packets | zeeshan.ali@nokia.com | 2 | -24/+138 | |
20070215101030-65035-7146a3c4a8d0feab513d13a207b2cdc5de311f03.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix the copyright notice | zeeshan.ali@nokia.com | 2 | -2/+6 | |
20070214135501-65035-e90753b1f6525f7b9c0ac2eb7e40cef7ca673e68.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add RTP DTMF event packet generator element and ↵ | zeeshan.ali@nokia.com | 4 | -0/+605 | |
test app for it 20070214131352-65035-3c14a1047c3cd6696f3a716a62b21d3f4b9da62b.gz | |||||
2009-02-21 | mxfdemux: Add read-only property to get the structural metadata | Sebastian Dröge | 1 | -1/+24 | |
2009-02-21 | mxfdemux: Add MPEG video bitrate to the tags if available | Sebastian Dröge | 1 | -0/+6 | |
2009-02-21 | mxfdemux: Post structural metadata tree as tag on the bus | Sebastian Dröge | 10 | -6/+1854 | |
This will later be used to keep the structural metadata when remuxing an MXF file and can also be used in Pitivi for example to know the file structure and to select what should be used and played. | |||||
2009-02-21 | mxfdemux: Fix calculation of AES3 bitrate tag | Sebastian Dröge | 1 | -1/+4 | |
2009-02-21 | mxfdemux: Add helper function to convert MXFraction to gdouble and use it | Sebastian Dröge | 3 | -2/+9 | |
2009-02-21 | mxfdemux: Only store the main descriptor in source packages | Sebastian Dröge | 3 | -82/+61 | |
For the tracks we still resolve the descriptors but the source package only contains the descriptor it really references instead of all subdescriptors of multiple descriptors. This makes it easier later to serialize the structural metadata again. | |||||
2009-02-21 | mxfdemux: Set free'd memory to NULL to prevent a double free later in some cases | Sebastian Dröge | 1 | -0/+1 | |
2009-02-21 | mxfdemux: Don't use generic metadata parsers for unknown metadata, the ↵ | Sebastian Dröge | 3 | -8/+6 | |
results are useless anyway | |||||
2009-02-19 | mpegtsdemux: s/fluts/mpegts | Zaheer Merali | 9 | -395/+398 | |
Change all definitions from fluts to mpegts. | |||||
2009-02-17 | Document the GstValve | Olivier Crête | 2 | -0/+18 | |
2009-02-17 | Rename fsvalve to valve | Olivier Crête | 1 | -16/+16 | |
2009-02-17 | Re-indent valve in gst style | Olivier Crête | 2 | -38/+32 | |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Ignore errors if dropping is set to true | Olivier Crête | 1 | -0/+16 | |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir files | Olivier Crête | 1 | -0/+0 | |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Add getcaps proxying to the valve | Olivier Crête | 1 | -0/+24 | |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Rebase valve onto gstelement instead of ↵ | Olivier Crête | 2 | -86/+55 | |
basetransform | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Revert "Fix refcounting issues in ↵ | Olivier Crête | 1 | -11/+4 | |
prepare_output_buffer" This reverts commit 65dd460f0a3a9c4882e638c86208f74ef62c3460. | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Fix refcounting issues in prepare_output_buffer | sjoerd@luon.net | 1 | -4/+11 | |
20080805113057-be0f2-9dc270781f0a0f21c616ed11dbd1f198fd1b326e.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Remove unused dispose method in valve | Olivier Crete | 1 | -12/+0 | |
20080409163221-3e2dc-92ccb2db874e46e0d92c15520577c1be0e2bc617.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Dont hold the object lock while calling base ↵ | Olivier Crete | 1 | -2/+4 | |
alloc function 20071219203230-3e2dc-6519175d8d81496515b2d9060ac316650560f691.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Set the DISCONT flag after dropping buffers | Olivier Crete | 2 | -6/+41 | |
20071219203218-3e2dc-bc5f03d88ff5837040b9214de016cc142776dfc2.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Use do the alloc_buffer function in the valve | Olivier Crete | 2 | -4/+41 | |
20071219005739-3e2dc-2a0fdfa2f38f03ab4791fe5c4ab85e8790113683.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Only set passthrough to TRUE on newer versions ↵ | Olivier Crete | 1 | -0/+2 | |
of gst 20071121200858-3e2dc-b16cdeabbc3c0562c6fc7b11b9b9792c910f569e.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Compare minor, not major | Olivier Crete | 1 | -3/+2 | |
20071121181729-3e2dc-a5997c3b7f5c86966370969714facf8ee242659d.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Make the valve element work with gst < 0.10.13 | Olivier Crete | 1 | -1/+5 | |
20071026223749-3e2dc-18f685a4e45fbdce677ac777586876fc719d7222.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Rename valve to fsvalve | Olivier Crete | 2 | -7/+7 | |
20071024224246-3e2dc-c54216af2ef0ef3f1a2206d723e87be2a23ab8ed.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Add valve element | Olivier Crete | 4 | -0/+312 | |
20071024224147-3e2dc-f28ab0c073e283894b65c22c4f44397c897dec01.gz | |||||
2009-02-17 | Add some documentation to the siren enc/dec plugins | Olivier Crête | 2 | -0/+18 | |
2009-02-17 | Re-indent the siren stuff to be gst style | Olivier Crête | 5 | -68/+41 | |
2009-02-17 | Move siren rtp pay/depay to good | Olivier Crête | 6 | -426/+1 | |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir files | Olivier Crête | 1 | -0/+0 | |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Add underscore to make the encoder like the decoder | Olivier Crête | 1 | -10/+10 | |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Rename offset to out_offset to make its meaning ↵ | Olivier Crête | 1 | -5/+5 | |
clearer | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Check the size of the input buffer, not the ↵ | Olivier Crête | 1 | -1/+1 | |
output buffer | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Preserve timestamp | Olivier Crête | 1 | -0/+2 | |
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Remove useless checks, document locking | Olivier Crete | 2 | -8/+2 | |
20080704222103-3e2dc-47a7f49c414f98a188ffc42b07189daf5147483b.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] make sirenenc thread safe | Olivier Crete | 2 | -22/+24 | |
20080704221743-3e2dc-f93da86438f753e14be25166aee45f8802f7d100.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Replace use GST_DEBUG_OBJECT in sirenenc | Olivier Crete | 2 | -13/+8 | |
20080704201830-3e2dc-8f3e401aaa594c8cc5853b73f41ca5cb047ee2d3.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Port sirendec to Gstelement | Olivier Crete | 3 | -171/+66 | |
20080704201744-3e2dc-99bf7b86e42da363d8c826449d84b43751572d5e.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Release ref at the end of chain | Olivier Crete | 1 | -0/+2 | |
20080704200454-3e2dc-386f2685882a74d01ce503f91396ea37506dbe83.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Remove useless call to peek_parent | Olivier Crete | 1 | -2/+0 | |
20080704200315-3e2dc-6b30efd2d32b6ca96609f4bdc0c3e286f4441746.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Make GstSirenEnc use GST_*_OBJECT appropriately | Olivier Crete | 1 | -12/+9 | |
20080704200029-3e2dc-f68fdaaa8929039fd8413ff0bf8ff514f6e4fbe1.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Port sirenenc to gstelement | Olivier Crete | 2 | -145/+84 | |
20080704195102-3e2dc-cd7687512ac560faaf15f53e1e262d1874a36cdf.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Link modules with libm where required | Olivier Crete | 1 | -1/+1 | |
20080428222237-3e2dc-b1e9120c1e9ca1a510bfd7c27e2d45f0d4a12504.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Removed debug output | Youness Alaoui | 1 | -8/+0 | |
20080412234325-4f0f6-36b946a7ca3ab4e5802917b8930f036c50a93a29.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Oups, typo | Youness Alaoui | 1 | -1/+1 | |
20080410234328-4f0f6-962e375e78da05eab52892a57d3226fdd2ffc86d.gz | |||||
2009-02-17 | [MOVED FROM GST-P-FARSIGHT] Added Siren encoder/decoder/payloader/depayloader | Youness Alaoui | 26 | -0/+3962 | |
20080410070116-4f0f6-72ffbdbb262f07bfabd1e469973a01b3359bee45.gz |