56 Commits (8766ad9eb1b0b498ec5db824c8c34385e3d6d713)

Author SHA1 Message Date
Stefano Sabatini b6e36a4244 lavu/parseutils: remove unused gcd variable in av_parse_ratio() 12 years ago
Stefano Sabatini cdea54b4c8 lavu/parseutils: rework rational reduction logic in av_parse_ratio() 12 years ago
Mans Rullgard 15ba7f6525 parseutils: fix const removal warning 12 years ago
Mans Rullgard 68e360a83c parseutils-test: various cleanups 12 years ago
Mans Rullgard 41e46a5fba parseutils-test: do not print numerical error codes 12 years ago
Mans Rullgard 6221e2478c parseutils: fix parsing of invalid alpha values 12 years ago
Diego Biurrun c010fce6c9 parseutils-test: Drop random colors from parsing test 12 years ago
Stefano Sabatini 1ad63ff14a fate: add av_small_strptime() test to fate-parseutils 12 years ago
Stefano Sabatini 85c93d90df lavu/parseutils: fix av_small_strptime() whitespace directive parsing 12 years ago
Stefano Sabatini 29e972f67c lavu/parseutils: add av_small_strptime() 12 years ago
Stefano Sabatini 79dcd58d83 lavu/parseutils: make small_strptime() return a (non const) char * 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Nicolas George 5a9d6993cb parseutils: ignore digits below the microsecond. 13 years ago
Paul B Mahol 61123fb8f7 parseutils: fix sorting of colors 13 years ago
Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
Stefano Sabatini 3ecaba677e tests/parseutils: change test to make it platform independent 13 years ago
Michael Niedermayer f8b536a786 parseutils: use strings instead of integers for error codes. 13 years ago
Michael Niedermayer 9501b93241 parseutils: fix ;/, error 13 years ago
Nicolas George 3e1d3ebf5e parseutils: replace setenv() by putenv(). 13 years ago
Reimar Döffinger 2b336df3cb parseutils: reliably detect out-of-range alpha. 13 years ago
Nicolas George 9b84f8a987 parseutils: add av_parse_time() test. 13 years ago
Nicolas George 43b7068070 parseutils: make av_parse_time() check for failure. 13 years ago
Nicolas George 9246896f77 parseutils: add FATE test. 13 years ago
Nicolas George b0e7321cf0 parseutils: include errors in test output. 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Stefano Sabatini 70ffda3217 lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect 13 years ago
Martin Storsjö 627067118c avutil: Add av_timegm as a public function 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Reimar Döffinger bd09fecce2 color_table array should be const. 13 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
Diego Biurrun f36b390275 Replace some forgotten FFmpeg references by Libav. 13 years ago
Michael Niedermayer fe87b2e79c parseutils: fix various cast qualifier warnings. 13 years ago
Stefano Sabatini 9c2651ab44 parseutils: add some documentation for small_strptime() 14 years ago
Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 14 years ago
Mans Rullgard abc78a5a7c Do not include log.h in avutil.h 14 years ago
Mans Rullgard add41decd9 Remove return statements following infinite loops without break 14 years ago
Diego Biurrun dc25d79f49 Drop unnecessary directory prefixes from #include directives. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 1b98107c8d Move find_info_tag to lavu and add av_ prefix to it 14 years ago
Stefano Sabatini 40c3fe2c08 Deprecate parse_date() in favor of av_parse_time(). 14 years ago
Anton Khirnov ab0287fcbd Move find_info_tag to lavu and add av_ prefix to it 14 years ago
Stefano Sabatini f6c7375a17 Deprecate parse_date() in favor of av_parse_time(). 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Aurelien Jacobs 0985e1a3ca move the av_parse_color() function from libavfilter to libavcore 14 years ago
Stefano Sabatini d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
Stefano Sabatini 00e962a275 Add a test for av_parse_video_rate(). 14 years ago
Stefano Sabatini bc12b3b11b Use av_parse_and_eval_expr() in av_parse_video_rate(), simplify. 14 years ago
Stefano Sabatini 6705dd5f98 Fix weird indent. 14 years ago
Stefano Sabatini ea35e3c61e Avoid the use of an intermediary variable in 15 years ago