summaryrefslogtreecommitdiff
path: root/ext/ffmpeg/gstffmpegmux.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-06ffmpegmux: Use "Formatter/Metadata" klass when neededEdward Hervey1-8/+28
2010-07-06ffmpegmux: Add more replacementsEdward Hervey1-1/+8
2010-07-06gstffmpegmux: Set rank of blacklisted muxers to GST_RANK_NONEEdward Hervey1-1/+5
2010-07-02ffmpegmux: Add rtp to the blacklisted muxersEdward Hervey1-0/+1
2010-06-27ffmpegmux: Add alternate element in descriptionDavid Schleef1-2/+47
2010-06-27ffmpegmux: Disable raw muxersDavid Schleef1-0/+5
2010-03-24ffmpeg: Use gst_element_set_details_simple()Sebastian Dröge1-11/+9
2010-01-25ffmpegmux/demux: Blacklist ASS/SSA 'demuxers'.Edward Hervey1-1/+2
2009-11-18Move encoders and muxers to GST_RANK_SECONDARY.Edward Hervey1-1/+1
2009-11-02ffmux: avoid generating caps when registeringEdward Hervey1-70/+58
2009-08-10gstffmpeg: Lower debugging levels from WARNING to DEBUGEdward Hervey1-3/+4
2009-07-01ffmpegmux: don't leak caps if type already existsTim-Philipp Müller1-6/+7
2009-06-17debug: fix unused variable when building with debug disabledStefan Kost1-2/+1
2009-06-05ffmpeg: make elements reusable after registry rescanJordi Mas1-22/+16
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