summaryrefslogtreecommitdiff
path: root/libavcodec/roqvideo.c
Commit message (Expand)AuthorAgeFilesLines
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-1/+2
* Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Check for invalid motion vector, fixes issue 2521.Daniel Kang2011-01-101-0/+5
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini2008-05-151-1/+1
* Remove more useless parentheses.Vitor Sessak2007-07-051-2/+2
* Remove useless parentheses.Vitor Sessak2007-07-031-2/+2
* use properly AVFrame.linesizeVitor Sessak2007-07-021-9/+13
* use the right strideVitor Sessak2007-06-271-4/+9
* right copyrightsVitor Sessak2007-06-261-2/+2
* add width and height in context and use themVitor Sessak2007-06-261-3/+3
* Fix typoVitor Sessak2007-06-251-1/+1
* Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocksEric Lasota2007-06-051-173/+73
* Split RoQ decoder to accommodate future encoder patchVitor Sessak2007-05-291-242/+2
* cosmetics and function renameVitor Sessak2007-05-291-50/+47
* Remove duplicate bytestream functionsRamiro Polla2007-05-231-7/+4
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-241-30/+33
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-2/+2
* tinfoil patch: validate motion vectors and do not free frame on exit ifMike Melanson2005-08-131-45/+18
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-2/+2
* experimental half-pel motion compensation for C planes, courtesy of Dr.Mike Melanson2003-10-021-4/+99
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-021-0/+406