summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-04-13lavu/dict: cosmetic realign.Clément Bœsch1-4/+4
2013-03-03Remove incorrect use of ctype.h functions.Reimar Döffinger27-60/+90
2013-02-01dict: fix memleakMichael Niedermayer1-0/+1
2013-01-29dict.c: use av_mallocz instead of av_reallocPaweł Hajdan, Jr1-3/+5
2013-01-26Merge commit '38c1466ca41c73c7ce347da702362cb69c151716'Michael Niedermayer5-3/+87
2013-01-25dict: add av_dict_parse_string()Justin Ruggles4-1/+69
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-08-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer11-16/+2027
2012-08-10dict: move struct AVDictionary definition to dict.cMans Rullgard2-5/+5
2012-08-10dict: add av_dict_count()Mans Rullgard6-4/+20
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-413/+821
2011-11-06Remove leftover includes of strings.hMartin Storsjö7-7/+0
2011-10-17dict: fix assignment discards qualifiers from pointer target type warnings.Michael Niedermayer1-2/+2
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer26-194/+607
2011-06-16dict: add AV_DICT_APPEND flag.Anton Khirnov2-1/+14
2011-06-09dict: This code was developed in ffmpeg and not libav, nor by libav developers.Michael Niedermayer2-8/+8
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov9-112/+252