summaryrefslogtreecommitdiff
path: root/libavcodec/roqvideo.c
Commit message (Expand)AuthorAge
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Check for invalid motion vector, fixes issue 2521.Daniel Kang2011-01-10
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini2008-05-15
* Remove more useless parentheses.Vitor Sessak2007-07-05
* Remove useless parentheses.Vitor Sessak2007-07-03
* use properly AVFrame.linesizeVitor Sessak2007-07-02
* use the right strideVitor Sessak2007-06-27
* right copyrightsVitor Sessak2007-06-26
* add width and height in context and use themVitor Sessak2007-06-26
* Fix typoVitor Sessak2007-06-25
* Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocksEric Lasota2007-06-05
* Split RoQ decoder to accommodate future encoder patchVitor Sessak2007-05-29
* cosmetics and function renameVitor Sessak2007-05-29
* Remove duplicate bytestream functionsRamiro Polla2007-05-23
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-24
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* tinfoil patch: validate motion vectors and do not free frame on exit ifMike Melanson2005-08-13
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* experimental half-pel motion compensation for C planes, courtesy of Dr.Mike Melanson2003-10-02
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-02