summaryrefslogtreecommitdiff
path: root/libavformat/cutils.c
Commit message (Collapse)AuthorAge
* lavf: Implement ff_brktimegm using gmtime_rMartin Storsjö2014-10-26
| | | | | | | While a standalone implementation is nice, we already depend on gmtime and gmtime_r in a number of places. Signed-off-by: Martin Storsjö <martin@martin.st>
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
| | | | | | | | | | Prefix the functions/tables brktimegm, pcm_read_seek, dv_offset_reset, voc_get_packet, codec_movaudio_tags, codec_movvideo_tags. After this, lavf has no global symbols without the proper prefix. Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-02
|
* Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-02
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-16
| | | | | | | | The new av_parse_time() is created in libavutil/parseutils.h, all the internal functions used by parse_date are moved to libavutil/parseutils.c and made static. Signed-off-by: Mans Rullgard <mans@mansr.com>
* ffmpeg: add a grow_array() helper functionAurelien Jacobs2010-10-01
| | | | Originally committed as revision 25297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-11
| | | | Originally committed as revision 22843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not misuse unsigned long to store pointers.Ramiro Polla2009-02-04
| | | | Originally committed as revision 16986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not loop endlessly if converting into dv with timestamps Jan 1st notCarl Eugen Hoyos2008-05-21
| | | | | | | | | immediately following a lapyear. Patch by babupillai. Fixes issue 443. Originally committed as revision 13207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using reserved __names.Michael Niedermayer2008-04-24
| | | | Originally committed as revision 12946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmeticsDiego Biurrun2007-07-02
| | | | Originally committed as revision 9459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove old unused string functionsMåns Rullgård2007-06-23
| | | | Originally committed as revision 9402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #ifndef CONFIG_NOCUTILSMåns Rullgård2007-06-23
| | | | Originally committed as revision 9394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify stristart()Måns Rullgård2007-06-23
| | | | Originally committed as revision 9393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: combine declaration and initialisationMåns Rullgård2007-06-23
| | | | Originally committed as revision 9392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify pstrcpy()Måns Rullgård2007-06-23
| | | | Originally committed as revision 9391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify strstart()Måns Rullgård2007-06-22
| | | | Originally committed as revision 9390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * replacing calls to not-always-available gmtime_r with our own code.Roman Shaposhnik2004-08-18
| | | | | | | | The new helper function actually differs in semantics from gmtime_r, so if that seems to be a problem I can actually move it to dv.c completely, since only DV muxer uses the code anyway. Originally committed as revision 3399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-08
| | | | Originally committed as revision 2228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed ctype.h headerFabrice Bellard2003-09-08
| | | | Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dynamic array functionsFabrice Bellard2003-06-13
| | | | Originally committed as revision 1955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-25
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk