summaryrefslogtreecommitdiff
path: root/ext/libav/gstavdemux.c
Commit message (Expand)AuthorAgeFilesLines
* avdemux: add xwma supportStéphane Cerveau2021-08-091-0/+6
* avdemux: fix build with FFmpeg 4.4Tim-Philipp Müller2021-04-131-0/+4
* avdemux: update the context we use to determine stream's capsMathieu Duponchelle2020-05-271-0/+4
* avdemux: Pass the URI from the URI query to avformat_open_input()Sebastian Dröge2020-01-231-1/+26
* avdemux: Fix segmentation fault if long_name is NULLKevin JOLY2019-11-041-3/+8
* avdemux: fix negative pts if start_time is bigger than the tsGuillaume Desmottes2019-02-211-2/+8
* avdemux: Expose IFF container supportArun Raghavan2018-10-121-1/+2
* av_iformat_next (deprecated) -> av_demuxer_iterateMathieu Duponchelle2018-07-131-13/+10
* avdemux: port to AVCodecParametersMathieu Duponchelle2018-07-131-16/+21
* Remove all uses of AVPictureMathieu Duponchelle2018-07-131-3/+5
* avdemux: fix memory leaksRoland Jon2018-06-011-42/+47
* Expose support for DSDMathieu Duponchelle2018-05-061-1/+2
* gstavdemux: adjust seeking offset according to start_timeMatej Knopp2018-05-061-1/+6
* av*mux: Disable gif related "hacks"Edward Hervey2018-02-121-11/+4
* Enable gif format, and make it so avdemux_gif and avdec_gif can autoplugMathieu Duponchelle2018-02-121-1/+1
* avdemux: Whitelist the demuxers required for GC/Wii/WiiU ADPCM streamsJan Alexander Steffens (heftig)2017-10-191-1/+4
* avdemux: reset to 0 negative ptsNicola Murino2017-10-051-1/+16
* Fix some caps leaks when creating pad templatesGarima Gaur2017-01-021-0/+2
* avdemux: Disable GIF "demuxer"Sebastian Dröge2016-12-021-2/+1
* av: Enable IVF demuxer (and muxer)Sebastian Dröge2016-11-161-3/+5
* avdemux: Map artist to artist tagMarinus Schraal2016-11-141-1/+1
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* avdemux: Use av_packet_unref() instead of deprecated av_free_packet()Sebastian Dröge2016-01-191-2/+2
* av: canonicalise av plugin name more consistently in more placesTim-Philipp Müller2016-01-071-21/+8
* avdemux: Fix string memory leaksVineeth TM2015-11-021-0/+3
* Map ffmpeg metadata to GStreamer tagsJan Schmidt2015-08-051-71/+135
* Add support for musepack (mpc) sv8 audioJames Smith2015-07-221-1/+2
* avdemux: resurrect some flow return handlingMark Nauwelaerts2015-03-291-0/+1
* avdemux: fix double semicolonTim-Philipp Müller2015-03-101-1/+1
* avdemux: remove duplicate goto blockLuis de Bethencourt2015-03-051-10/+4
* avdemux: check AVIO Context has been allocatedLuis de Bethencourt2015-03-051-0/+3
* avdemux: use GstFlowCombinerThiago Santos2014-05-261-41/+16
* avdemux: remove legacy check from pad-alloc timesThiago Santos2014-05-261-8/+0
* avdemux: Remove unused variableEdward Hervey2014-04-081-4/+0
* avdemux: Don't go into pull mode when the sequential flag is setSjoerd Simons2014-01-241-0/+6
* avdemux: Stop using r_frame_rate fieldSebastian Dröge2014-01-031-8/+8
* avdemux: Add support for video/x-pvaSebastian Dröge2013-08-221-0/+2
* avdemux: Implement SEGMENT querySebastian Dröge2013-07-291-0/+18
* avdemux: Add support for group-id in the stream-start eventSebastian Dröge2013-07-231-1/+26
* CODEC_ID_* -> AV_CODEC_ID_*Tim-Philipp Müller2013-05-061-1/+1
* Use %03u instead of %u in gst_pad_create_stream_id_printf()David Schleef2013-03-251-1/+1
* av: Move gst_ffmpegdata functions to gstavprotocol.h tooSebastian Dröge2012-12-221-1/+1
* av: Fix some memory leaks and misuse of libav APISebastian Dröge2012-12-171-0/+4
* avprotocol: Port from the URL protocol handler to saner public APIChristiaan Welvaart2012-12-121-9/+11
* av: Port remaining simple bitsSebastian Dröge2012-12-041-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* avdemux: fix not-negotiated errorsTim-Philipp Müller2012-09-281-0/+6
* avdemux: port to the new GLib thread APIMark Nauwelaerts2012-09-121-4/+4
* avdemux: only activate in pull mode if upstream is seekableMark Nauwelaerts2012-09-111-1/+2
* ext: ffmpeg/gstffmpeg*.[ch] => libav/gstav*.[ch]Edward Hervey2012-09-101-0/+2044