summaryrefslogtreecommitdiff
path: root/libavcodec/roqvideo.h
Commit message (Collapse)AuthorAge
* roqvideo: remove unused variablesAnton Khirnov2013-11-16
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
|
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
| | | | Anonymous structs cannot be forward declared and have no benefit.
* roqvideo: Remove a totally unused dspcontextMartin Storsjö2012-07-01
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* roqvideo: convert to bytestream2 API.Ronald S. Bultje2012-03-07
| | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
* roqvideoenc: add const qualifier to the input frame.Anton Khirnov2012-02-20
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Use FLG pseudo-random number generator in RoQ and ELBGVitor Sessak2009-03-08
| | | | Originally committed as revision 17881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not allocate RoqTempData on the stackVitor Sessak2009-01-24
| | | | Originally committed as revision 16739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some const where appropriateReimar Döffinger2008-02-02
| | | | Originally committed as revision 11818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove variables made unused by the last two patches and test svn access.Vitor Sessak2007-07-03
| | | | Originally committed as revision 9464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationVitor Sessak2007-06-26
| | | | | | patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* right copyrightsVitor Sessak2007-06-26
| | | | | | patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ video encoderVitor Sessak2007-06-25
| | | | | | | | patch by Vitor: \vitor1001 gmail com/ original thread: [FFmpeg-devel] RoQ video encoder (take 3) date: 06/08/2007 10:34 PM Originally committed as revision 9420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
| | | | Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
| | | | Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename cb fieldEric Lasota2007-06-06
| | | | | | | | patch by Eric Lasota: [riot at icculus org] original thread: [FFmpeg-devel] [PATCH] RoQ decoder 4:4:4 update date: 06/05/2007 09:22 PM Originally committed as revision 9231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix skipped blocksMichael Niedermayer2007-06-01
| | | | | | fixes decoding of (http://samples.mplayerhq.hu/game-formats/idroq/bf2introseg.roq) Originally committed as revision 9168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split RoQ decoder to accommodate future encoder patchVitor Sessak2007-05-29
patch by Vitor vitor1001 gmail moc original thread: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2 date: 05/27/2007 12:21 PM Originally committed as revision 9149 to svn://svn.ffmpeg.org/ffmpeg/trunk