summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-293/+269
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun56-114/+114
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer29-138/+1306
2012-07-01roqvideo: Remove a totally unused dspcontextMartin Storsjö1-1/+0
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer41-768/+805
2012-03-07roqvideo: convert to bytestream2 API.Ronald S. Bultje2-36/+37
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-382/+485
2012-02-20roqvideoenc: add const qualifier to the input frame.Anton Khirnov2-9/+9
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2009-03-08Use FLG pseudo-random number generator in RoQ and ELBGVitor Sessak4-10/+10
2009-01-24Do not allocate RoqTempData on the stackVitor Sessak2-12/+18
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-02-02Add some const where appropriateReimar Döffinger2-2/+2
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-07-03Remove variables made unused by the last two patches and test svn access.Vitor Sessak1-2/+0
2007-06-26indentationVitor Sessak1-3/+3
2007-06-26right copyrightsVitor Sessak2-4/+4
2007-06-25RoQ video encoderVitor Sessak7-2/+1087
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier51-51/+51
2007-06-17add multiple inclusion guards to headersMåns Rullgård51-0/+248
2007-06-06Rename cb fieldEric Lasota2-23/+23
2007-06-01fix skipped blocksMichael Niedermayer2-11/+3
2007-05-29Split RoQ decoder to accommodate future encoder patchVitor Sessak4-243/+304