- 18 Dec, 2014 1 commit
-
-
James Almer authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 13 Aug, 2014 1 commit
-
-
Andrew Stone authored
Originally, AVFormatContext and a metadata dict were provided to ff_vorbis_comment(), but this presented issues if an AVStream was being updated or the metadata on AVFormatContext wasn't actually being updated. To remedy this, ff_vorbis_stream_comment() explicitly updates a stream's metadata and sets any necessary flags. ff_vorbis_comment() does not modify any flags, and any calls to it that update AVFormatContext's metadata (just a single call) must also update AVFormatContext.event_flags after detecting any metadata changes to the provided dictionary, as signaled by a positive return value. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 28 May, 2014 1 commit
-
-
Anton Khirnov authored
It is commonly stored in a vorbiscomment block in codec private data.
-
- 05 Feb, 2014 1 commit
-
-
Ben Boeckel authored
Signed-off-by: Ben Boeckel <mathstuf@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 Dec, 2013 1 commit
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 12 Oct, 2013 1 commit
-
-
Nicolas George authored
-
- 16 Sep, 2013 1 commit
-
-
Vignesh Venkatasubramanian authored
Adding support for end trimming Opus embedded in Ogg container. Signed-Off By: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 15 Jan, 2013 1 commit
-
-
Michael Niedermayer authored
Previously we re synced from where we where which cam lead to loosing pages. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 06 Jan, 2013 1 commit
-
-
Luca Barbato authored
-
- 25 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 Sep, 2012 2 commits
-
-
Luca Barbato authored
The fisbone packets can be muxed in any order as long the last one comes before the first data packet.
-
Luca Barbato authored
Not having the header for a codec is a tell-tale of a broken file.
-
- 21 Sep, 2012 1 commit
-
-
Clément Bœsch authored
Fix Ticket #1617, revealing a regression I introduced in 8f3eebd6. We need to make sure no stream is added in between Ogg context save and restore operations (because it would likely lead to a mismatch between ogg->nstreams and AVFormatContext->nb_streams after the restore op). This is the reason the ogg->state check is added in ogg_new_stream(). Before this patch, checking for ogg->headers was preventing this: ogg->headers is always set before any ogg save/restore (though, it was also preventing from creating the stream when necessary).
-
- 20 Jul, 2012 1 commit
-
-
Nicolas George authored
This patch also introduces CODEC_ID_OPUS.
-
- 26 Sep, 2011 1 commit
-
-
Nicolas George authored
This patch also introduces CODEC_ID_CELT. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 24 Aug, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-
- 19 Apr, 2011 1 commit
-
-
Nicolas George authored
This patch also introduces CODEC_ID_CELT. Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
-
- 15 Apr, 2011 1 commit
-
-
Clément Bœsch authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 10 Apr, 2011 1 commit
-
-
Clément Bœsch authored
Chained ogg served by icecast and mpd should demux properly now. Fixes issue2337 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 16 Apr, 2010 1 commit
-
-
David Conrad authored
Originally committed as revision 22889 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Mar, 2010 1 commit
-
-
James Darnley authored
Patch by James Darnley <james darnley at gmail>. Originally committed as revision 22605 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Mar, 2010 4 commits
-
-
David Conrad authored
This fixes some old ogm files that had the 3rd vorbis header after a data packet in another stream. This is invalid in ogg, but this change shouldn't affect the behaviour of any valid file. Originally committed as revision 22478 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 22474 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 22473 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 22472 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Mar, 2010 5 commits
-
-
David Conrad authored
Originally committed as revision 22463 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 22457 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 22456 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
(skeleton will need them) Originally committed as revision 22455 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 22453 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Feb, 2010 1 commit
-
-
David Conrad authored
pages that continue packets started in prior pages. Fixes issue1248 Originally committed as revision 21688 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jan, 2010 2 commits
-
-
David Conrad authored
Originally committed as revision 21134 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 21128 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Dec, 2009 1 commit
-
-
David Conrad authored
Fixes issue251 Originally committed as revision 20815 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Oct, 2009 1 commit
-
-
Justin Ruggles authored
determining if there is any delay in the first packet and/or any truncation in the final packet. Originally committed as revision 20216 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jun, 2009 1 commit
-
-
Justin Ruggles authored
Ogg demuxers. Originally committed as revision 19186 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 May, 2009 1 commit
-
-
Daniel Verkamp authored
This matches the return value of ogg_find_codec and fixes "libavformat/oggdec.c:333: warning: assignment discards qualifiers from pointer target type" Patch by Daniel Verkamp (daniel - drv . nu) Originally committed as revision 18769 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Mar, 2009 1 commit
-
-
David Conrad authored
Originally committed as revision 18100 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
-