summaryrefslogtreecommitdiff
path: root/poppler/Movie.cc
AgeCommit message (Expand)AuthorFilesLines
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-1/+1
2019-06-19Update (C) of last commitAlbert Astals Cid1-0/+1
2019-06-19Fix typos preventing parsing of start&durationEvgeny Stambulchik1-43/+39
2019-02-27Change Dict::lookupNF return a const &Albert Astals Cid1-2/+2
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-11/+11
2018-04-17Object::getName return const char instead of charAlbert Astals Cid1-1/+1
2018-04-06Add some more constAlbert Astals Cid1-6/+6
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-1/+1
2017-05-09New Object APIAlbert Astals Cid1-63/+49
2017-05-05Make Object free itself on init and destructionAlbert Astals Cid1-11/+19
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-1/+1
2010-08-31Read from the correct variableAlbert Astals Cid1-1/+2
2010-03-14Split Movie class into Rendition and Movie classes to follow the specCarlos Garcia Campos1-391/+47
2010-03-08Check for Null instead of None to know whether a dict entry is presentCarlos Garcia Campos1-3/+3
2010-03-08Fix handling of poster in MovieCarlos Garcia Campos1-13/+12
2010-03-08Save width, height (aspect) in Movie object and provide getAspect() methodCarlos Garcia Campos1-1/+2
2010-03-08Move Movie objects parsing code from Annot to MovieCarlos Garcia Campos1-44/+211
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-1/+16
2008-08-23fix Movie::copy()Pino Toscano1-6/+8
2008-03-26initialize posterStream to avoid crashing laterPino Toscano1-0/+1
2008-03-11Initial Movie support (2)Hugo Mercier1-0/+443