index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
/
parseutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavu/parseutils: add more resolutions
Niv Sardi
2013-10-07
1
-0
/
+6
*
avutil/parseutils:make const tables static const
Michael Niedermayer
2013-08-11
1
-2
/
+2
*
Force using a 64bit intermediate when calculating calendar time with av_timeg...
Carl Eugen Hoyos
2013-03-08
1
-1
/
+1
*
Remove incorrect use of ctype.h functions.
Reimar Döffinger
2013-03-03
1
-5
/
+5
*
lavu/parseutils: allow MM:SS format for duration in av_parse_time()
Senthilnathan M
2013-02-22
1
-0
/
+5
*
lavu/parseutils: add digital cinema frame sizes
Dave Rice
2013-02-03
1
-0
/
+6
*
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
Michael Niedermayer
2012-12-05
1
-6
/
+2
|
\
|
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
1
-3
/
+0
*
|
lavu/parseutils: accept %J for hours >= 24.
Nicolas George
2012-12-02
1
-2
/
+3
*
|
lavu/parseutils: add trailing characters check in av_parse_video_size()
Stefano Sabatini
2012-10-29
1
-0
/
+4
*
|
lavu/parseutils: remove unused gcd variable in av_parse_ratio()
Stefano Sabatini
2012-10-22
1
-1
/
+0
*
|
lavu/parseutils: rework rational reduction logic in av_parse_ratio()
Stefano Sabatini
2012-10-20
1
-6
/
+2
*
|
Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'
Michael Niedermayer
2012-10-12
1
-4
/
+5
|
\
\
|
|
/
|
*
parseutils-test: various cleanups
Mans Rullgard
2012-10-11
1
-5
/
+6
*
|
Merge commit '15ba7f6525c0f56f0c8e3e3e0c0c5129de054f41'
Michael Niedermayer
2012-10-12
1
-2
/
+1
|
\
\
|
|
/
|
*
parseutils: fix const removal warning
Mans Rullgard
2012-10-11
1
-2
/
+1
*
|
Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'
Michael Niedermayer
2012-10-11
1
-2
/
+2
|
\
\
|
|
/
|
*
parseutils-test: do not print numerical error codes
Mans Rullgard
2012-10-10
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-07
1
-2
/
+2
|
\
\
|
|
/
|
*
parseutils: fix parsing of invalid alpha values
Mans Rullgard
2012-10-06
1
-2
/
+2
|
*
parseutils-test: Drop random colors from parsing test
Diego Biurrun
2012-10-06
1
-2
/
+0
*
|
fate: add av_small_strptime() test to fate-parseutils
Stefano Sabatini
2012-09-17
1
-0
/
+29
*
|
lavu/parseutils: fix av_small_strptime() whitespace directive parsing
Stefano Sabatini
2012-09-17
1
-0
/
+6
*
|
lavu/parseutils: add av_small_strptime()
Stefano Sabatini
2012-09-06
1
-14
/
+4
*
|
lavu/parseutils: make small_strptime() return a (non const) char *
Stefano Sabatini
2012-09-06
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-16
1
-0
/
+1
|
\
\
|
|
/
|
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
|
parseutils: ignore digits below the microsecond.
Nicolas George
2012-07-10
1
-0
/
+2
*
|
parseutils: fix sorting of colors
Paul B Mahol
2012-06-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-20
1
-1
/
+0
|
\
\
|
|
/
|
*
Remove unnecessary inclusions of [sys/]time.h
Mans Rullgard
2012-06-20
1
-1
/
+0
*
|
tests/parseutils: change test to make it platform independent
Stefano Sabatini
2012-06-11
1
-4
/
+2
*
|
parseutils: use strings instead of integers for error codes.
Michael Niedermayer
2012-05-09
1
-2
/
+4
*
|
parseutils: fix ;/, error
Michael Niedermayer
2012-05-09
1
-1
/
+1
*
|
parseutils: replace setenv() by putenv().
Nicolas George
2012-04-27
1
-1
/
+2
*
|
parseutils: reliably detect out-of-range alpha.
Reimar Döffinger
2012-04-24
1
-1
/
+5
*
|
parseutils: add av_parse_time() test.
Nicolas George
2012-04-23
1
-1
/
+50
*
|
parseutils: make av_parse_time() check for failure.
Nicolas George
2012-04-23
1
-51
/
+39
*
|
parseutils: add FATE test.
Nicolas George
2012-04-23
1
-0
/
+14
*
|
parseutils: include errors in test output.
Nicolas George
2012-04-17
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-29
1
-3
/
+1
|
\
\
|
|
/
|
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-3
/
+1
*
|
lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect
Stefano Sabatini
2012-02-06
1
-4
/
+27
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-17
1
-2
/
+2
|
\
\
|
|
/
|
*
avutil: Add av_timegm as a public function
Martin Storsjö
2011-11-16
1
-2
/
+2
|
*
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
1
-4
/
+3
*
|
color_table array should be const.
Reimar Döffinger
2011-11-05
1
-1
/
+1
*
|
Replace all strcasecmp/strncasecmp usages.
Reimar Döffinger
2011-11-03
1
-4
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-03
1
-3
/
+1
|
\
\
|
|
/
|
*
Replace some forgotten FFmpeg references by Libav.
Diego Biurrun
2011-11-02
1
-4
/
+1
[next]