- 28 Jun, 2015 1 commit
-
-
Alexandra Hájková authored
The old one is the result of the reverse engineering and guesswork. The new one has been written following the now-available specification. This work is part of Outreach Program for Women Summer 2014 activities for the Libav project. The fate references had to be changed because the old demuxer truncates the last frame in some cases, the new one handles it properly. The seek-test reference is changed because seeking works differently in the new demuxer. When seeking, the packet is not read from the stream directly, but it is rather constructed by the demuxer. That is why position is -1 now in the reference. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 19 Sep, 2013 2 commits
-
-
Vladimir Pantelic authored
Signed-off-by:
Vladimir Pantelic <vladoman@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Vladimir Pantelic authored
Signed-off-by:
Vladimir Pantelic <vladoman@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 21 Apr, 2013 1 commit
-
-
Peter Ross authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 09 Feb, 2013 1 commit
-
-
Vladimir Pantelic authored
In some ASF files this objects holds cover art and other tags. Compared to Metadata Object it can also hold GUIDs, but we ignore these for now. Signed-off-by:
Vladimir Pantelic <vladoman@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 06 Oct, 2012 1 commit
-
-
Diego Biurrun authored
Anonymous structs cannot be forward declared and have no benefit.
-
- 15 Apr, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 20 Feb, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 09 Feb, 2011 2 commits
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts.
-
- 21 Jan, 2011 1 commit
-
-
Anton Khirnov authored
It will be useful in the mp3 muxer. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 26 Dec, 2010 1 commit
-
-
Peter Ross authored
Originally committed as revision 26093 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jul, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 24350 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Mar, 2010 1 commit
-
-
Zhentan Feng authored
to share it with e.g. MMS. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 22656 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Mar, 2010 1 commit
-
-
Vladimir Pantelic authored
lavf chapters. Patch by Vladimir Pantelic pan (arobase) nt tu (dash) darmstadt de Originally committed as revision 22326 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Oct, 2009 1 commit
-
-
Daniel G. Taylor authored
was provided. Patch by Daniel G. Taylor, dan programmer-art org Originally committed as revision 20209 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jun, 2009 1 commit
-
-
Ronald S. Bultje authored
AVFormatContext.packet_size. See "[PATCH] asf*.c/h: use AVFormatContext->packet_size instead of own copy" thread on ML. Originally committed as revision 19270 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jun, 2009 1 commit
-
-
Ronald S. Bultje authored
make get/parse_packet static" thread from 2 months ago. Originally committed as revision 19140 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 May, 2009 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 18804 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Cyril Comparon authored
Patch by Cyril Comparon: gmail(name, surname); Original thread: Suggestion for a centralized language-tag facility in libavformat Date: 04/10/2009 07:33 PM Originally committed as revision 18800 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Mar, 2009 1 commit
-
-
Reimar Döffinger authored
(GUID is also defined, but differently, in Windows headers). Originally committed as revision 18032 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Mar, 2009 1 commit
-
-
Aurelien Jacobs authored
Add missing const qualifiers for metadata_conv in AV{In|Out}putFormat. Originally committed as revision 17671 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Feb, 2009 1 commit
-
-
Aurelien Jacobs authored
this avoid getting those tables duplicated in asfenc.o and asfdec.o Originally committed as revision 17619 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Dec, 2008 1 commit
-
-
Ronald S. Bultje authored
give them a ff_ prefix. See "[PATCH] asf.c: make functions of interest for MS-RTSP public" thread on ML. Originally committed as revision 16205 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
Stefano Sabatini authored
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Dec, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11312 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Dec, 2007 1 commit
-
-
Vitor Sessak authored
Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Jun, 2007 2 commits
-
-
Guillaume Poirier authored
Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jun, 2007 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Feb, 2007 1 commit
-
-
Ryan Martell authored
properties accordingly. Patch by Ryan Martell, rdm4 % martellventures com. Originally committed as revision 8046 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Feb, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 7905 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Feb, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 7879 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Jan, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 7791 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jan, 2007 2 commits
-
-
Michael Niedermayer authored
yes this too could have been exploitable ... Originally committed as revision 7650 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7646 to svn://svn.ffmpeg.org/ffmpeg/trunk
-