summaryrefslogtreecommitdiff
path: root/ext/ffmpeg/gstffmpegmux.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-22Merge branch 'master' into 0.11Wim Taymans1-1/+1
2012-03-06ffmux: Use correct enum type for return value0.10Sebastian Dröge1-1/+1
2012-01-25ffmpeg: port to new memory APIWim Taymans1-8/+8
2012-01-10ffmux: gst_element_class_add_pad_template() takes ownership of the pad templateSebastian Dröge1-3/+0
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-18/+21
2012-01-03GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-1/+1
2011-12-15ffmpeg: port to GstCollectPads2Vincent Penquerc'h1-17/+17
2011-11-28ffmpeg: fix pad template ref leaksVincent Penquerc'h1-0/+3
2011-11-17add parent to pad functionsWim Taymans1-5/+5
2011-11-17collectpads: port API changesStefan Sauer1-1/+1
2011-11-04ffmpeg: fix template to %uWim Taymans1-7/+7
2011-08-19ffmpeg: port to new audio capsWim Taymans1-2/+1
2011-06-08ext: caps are now set via GstEvent and not setcapsEdward Hervey1-1/+8
2011-06-02ffmpeg: port to new APIWim Taymans1-2/+2
2011-04-29Merge branch 'master' into 0.11Wim Taymans1-6/+17
2011-04-21ffmpeg: Disable code using old metadata APIEdward Hervey1-0/+11
2011-04-21ffmpeg: PKT_FLAG_KEY => AV_PKT_FLAG_KEYEdward Hervey1-1/+1
2011-04-21ffmpeg: CodecType => AVMediaTypeEdward Hervey1-5/+5
2011-04-04ffmpeg: port to new memory APIWim Taymans1-5/+12
2011-01-24gstffmpegmux: Blacklist some muxer formatsEdward Hervey1-1/+3
2010-10-19various: add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-2/+2
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