- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
This will allow us to avoid copying the packets in many cases. This breaks ABI.
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 29 Feb, 2012 5 commits
-
-
Anton Khirnov authored
Unused so far.
-
Anton Khirnov authored
This will allow writing the tag in several steps, needed for writing attached pictures.
-
Anton Khirnov authored
Rename ff_id3v2_read_all to ff_id3v2_read().
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 23 Oct, 2011 1 commit
-
-
Michael Karcher authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 22 Oct, 2011 1 commit
-
-
Michael Karcher authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 13 Oct, 2011 1 commit
-
-
Diego Biurrun authored
-
- 21 Sep, 2011 1 commit
-
-
David Goldwich authored
This extends the ID3v2 parser to allow for reading of non-text (i.e. other than T***) meta tag frames providing a ff_id3v2_read_all() function. An additional data structure 'ID3v2ExtraMeta' is introduced for these tags since AVDictionary is string oriented and unsuitable for binary data. A parser for tag frames of type GEOB is implemented, which is needed to extract keyring information from encrypted OMA files. GEOB data is parsed into 'ID3v2ExtraMetaGEOB' data structures. The routine to decode characters from different encodings to UTF-8, formerly part of the read_ttag() function, is moved to its own function. Because some tag frames contain subparts of unknown length, the function is now also able to read until a null character is found. In addition, the function now takes care of allocating a buffer long enough to hold the decoded characters. Signed-off-by:
David Goldwich <david.goldwich@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 22 Jan, 2011 1 commit
-
-
Anton Khirnov authored
This is needed for upcoming ID3v2.3 muxing support. Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
- 21 Jan, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 20 Jan, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Dec, 2010 1 commit
-
-
Anton Khirnov authored
Originally committed as revision 25902 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jul, 2010 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 23978 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jun, 2010 1 commit
-
-
Michael Karcher authored
different magic in the header (mainly targeted to Sony's .oma/.aa3 format). Patch by Michael Karcher, ffmpeg A mkarcher dialup fu-berlin de Originally committed as revision 23583 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 20263 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Oct, 2009 1 commit
-
-
Anton Khirnov authored
Patch by Anton Khirnov <wyskas at gmail dot com> Originally committed as revision 20170 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Sep, 2009 1 commit
-
-
Anton Khirnov authored
Patch by Anton Khirnov, wyskas gmail Originally committed as revision 20073 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jun, 2009 1 commit
-
-
Patrick Dehne authored
patch by Patrick Dehne, patrick mysonicweb com Originally committed as revision 19224 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jun, 2009 1 commit
-
-
Patrick Dehne authored
patch by Patrick Dehne, patrick mysonicweb com Originally committed as revision 19155 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2009 1 commit
-
-
Alex Converse authored
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-January/059302.html Originally committed as revision 16688 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jan, 2009 1 commit
-
-
Alex Converse authored
Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 16615 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Nov, 2008 1 commit
-
-
Diego Biurrun authored
based on a patch by David Geldreich, david.geldreich free fr Originally committed as revision 15939 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Oct, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 15552 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
-
- 27 Aug, 2008 1 commit
-
-
Ronald S. Bultje authored
move it from sdp.c into utils.c. Also add new header internal.h specifically for lavf-specific internal API. See discussion in "Realmedia patch" thread on mailinglist. Originally committed as revision 15002 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Aug, 2008 2 commits
-
-
Michael Niedermayer authored
Log: Add missing header #includes. Policy violation (change not approved by maintainer) and while discussions where ongoing and no consensus has been reached. Originally committed as revision 14500 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 14497 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Nov, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11087 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
-
- 24 Aug, 2007 2 commits
-
-
Luca Abeni authored
Originally committed as revision 10214 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Abeni authored
Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Feb, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 8149 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Jul, 2002 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 809 to svn://svn.ffmpeg.org/ffmpeg/trunk
-