summaryrefslogtreecommitdiff
path: root/ext/ffmpeg/gstffmpegmux.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-20ffmpeg: Don't add sink pad template to the muxers when not needed.Jan Schmidt1-0/+4
2009-05-07Use av_{i,o}format_next instead of the private next fieldDavid Hoyt1-2/+2
2009-04-15Move all non-codecmap-related methods to a new file.Edward Hervey1-0/+1
2009-04-15The proper spelling is 'FFmpeg'.Edward Hervey1-2/+2
2009-04-15gstffmpegmux: Use the AVFormat long_name in our descriptions.Edward Hervey1-4/+4
2009-03-23ffmux: Actually set caps on the srcpad instead of working with NULL capsSebastian Dröge1-0/+1
2009-03-17Re-enable amr muxer. It's a muxer after all. Fixes #575664Edward Hervey1-2/+1
2009-03-10blacklist bogus demuxer/muxer/typefind. Fixes #567336 and #574814Edward Hervey1-1/+5
2009-03-05gstffmpegmux: Expose the 'preload' and 'maxdelay' properties, add dvd mux map...Jordi Mas1-0/+74
2009-02-27ffmpegmux: Use information from AVOutputFormat to expose more muxers.Edward Hervey1-1/+22
2009-01-27Implement push-based support for demuxersEdward Hervey1-2/+2
2008-12-16ext/ffmpeg/gstffmpegmux.c: Renaming tagsetter_flush to _reset_tags().Stefan Kost1-1/+1
2008-12-16Fix tag merging. Use tagsetter and not internal copies. Depend onStefan Kost1-20/+8
2008-11-11ext/ffmpeg/gstffmpegmux.c: Copy the codec aspect ratio to the stream, ffmpeg ...Wim Taymans1-6/+15
2008-10-30Update ffmpeg/swscale snapshot to the latest revision and adjust to API chang...Alexis Ballier1-2/+2
2008-07-06ext/ffmpeg/gstffmpegmux.c: Properly convert buffer duration to an ffmpeg pack...Aurelien Grimaud1-2/+2
2008-06-13ext/ffmpeg/: FFMpeg now provides proper long_name for AVCodec, remove our int...Edward Hervey1-1/+1
2008-05-26Use av_picture_copy() instead of libswscale to copy pictures. This removes th...Sebastian Dröge1-2/+2
2007-12-17ext/ffmpeg/: Add GIF (animations and single images) decoding and encoding sup...Sebastian Dröge1-2/+33
2007-12-17Merging GST_FFMPEG_NO_MIRROR branch to trunkEdward Hervey1-4/+12
2007-11-08ext/ffmpeg/: Ole André Vadla Ravnås1-1/+1
2007-02-16ext/ffmpeg/: Don't use GINT_TO_POINTER and GPOINTER_TO_INT with GTypes, this ...Tim-Philipp Müller1-18/+9
2007-02-09ext/ffmpeg/gstffmpegmux.c: ffmux_flv only accepts mpeg audio with a sample ra...Tim-Philipp Müller1-0/+32
2007-02-09ext/ffmpeg/gstffmpegmux.c: Only set the mux->opened flag after we've successf...Tim-Philipp Müller1-63/+70
2006-11-14ext/ffmpeg/gstffmpegcodecmap.c: Add mmf to _get_codecids, so we can use the m...Michael Smith1-7/+12
2006-10-24ext/ffmpeg/gstffmpegmux.c: The ->frame_size for RAW audio is 1.Edward Hervey1-11/+26
2006-10-05ext/ffmpeg/gstffmpegmux.c: We need to stop the collectpads in PAUSED->READY B...Edward Hervey1-1/+3
2006-09-16ext/ffmpeg/: More G_OBJECT macro fixing.Stefan Kost1-1/+1
2006-09-08ext/ffmpeg/gstffmpegmux.c: Port tag-writing support in the muxers.Edward Hervey1-32/+39
2006-09-08ext/ffmpeg/: Port of FFMpeg muxers to 0.10.Michal Benes1-125/+168
2006-04-08ext/ffmpeg/: Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2005-12-06expand tabsThomas Vander Stichele1-5/+5
2005-09-05Update for state change type and macro changes.Andy Wingo1-7/+7
2005-07-27ext/ffmpeg/: Use special functions for timestamp-conversion again, since we o...Ronald S. Bultje1-2/+2
2005-07-20ext/: Update to ffmpeg snapshot of Jul 20 2005 4:00 PM GMT. Mostly some added...Ronald S. Bultje1-13/+16
2005-07-11ext/ffmpeg/: Add a stream-header flag to set stream-header caps on some strea...Ronald S. Bultje1-1/+10
2005-06-27ext/ffmpeg/gstffmpegcodecmap.c: add flv encoder, fix #309050Luca Ognibene1-2/+4
2005-05-01ext/ffmpeg/gstffmpegmux.c: Fix possible segfaults (#302017).Ronald S. Bultje1-10/+8
2005-03-14ext/ffmpeg/gstffmpeg.c: Enable muxers (only mp4 muxer for now).Ronald S. Bultje1-25/+115
2004-12-18ext/ffmpeg/: Add debugging category everywhere (correctly this time). Don't p...Ronald S. Bultje1-0/+1
2004-12-16ext/ffmpeg/gstffmpegcodecmap.c: Add new codecIDs from new snapshot (Thu Dec 1...Ronald S. Bultje1-5/+13
2004-09-16iFix a memory leakIain Holmes1-1/+5
2004-03-29indentThomas Vander Stichele1-122/+108
2004-03-15ext/ffmpeg/: Add encode property to codec mapper, so we can get better-fittin...Ronald S. Bultje1-1/+1
2004-03-01HACKING: Add some basic documentation on how our wrapping works.Ronald S. Bultje1-78/+92
2004-02-11ext/ffmpeg/: fix memleaksBenjamin Otte1-8/+10
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-1/+1
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-1/+1
2004-01-18use new error signal and classificationThomas Vander Stichele1-2/+2
2003-12-22Merge CAPS branchDavid Schleef1-17/+12