30 Commits (e4d5b55193109d08be47c42d320334546c006b51)

Author SHA1 Message Date
  Diego Biurrun d12b5b2f13 build: Split test programs off into separate files 9 years ago
  Diego Biurrun a84713e70d parseutils-test: Move some variable declarations to avoid block braces 9 years ago
  Luca Barbato 219b39a71a parseutil: Use non ambiguous aliases for uhd 9 years ago
  Luca Barbato e93ca480c9 parseutil: Add more resolution aliases 9 years ago
  Luca Barbato 27f2746282 parseutils: Make av_small_strptime public 10 years ago
  Luca Barbato 108f2f381a parseutils: Extend small_strptime to be used in avformat 10 years ago
  Diego Biurrun bf704132a5 Don't anonymously typedef structs 10 years ago
  Martin Storsjö 82ee7d0dda Use gmtime_r instead of gmtime and localtime_r instead of localtime 10 years ago
  Vittorio Giovara 6b45f05ef5 parseutils: fix discarding const attribute warning 11 years ago
  Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
  Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
  Mans Rullgard 68e360a83c parseutils-test: various cleanups 12 years ago
  Mans Rullgard 15ba7f6525 parseutils: fix const removal warning 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
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
  Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 14 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
  Diego Biurrun f36b390275 Replace some forgotten FFmpeg references by Libav. 13 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 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 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
  Stefano Sabatini c90c80ac28 Make VideoFrameRateAbbr contain a rational rather than two ints for 15 years ago
  Stefano Sabatini dc4a50a073 Remove reference to the "frame" term in variable names. Simpler and 15 years ago
  Stefano Sabatini afead10638 Make av_parse_video_size() and av_parse_video_rate() return 15 years ago
  Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 15 years ago