summaryrefslogtreecommitdiff
path: root/libavcodec/roqvideoenc.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Do not allocate RoqTempData on the stackVitor Sessak2009-01-24
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Avoid POSIX reserved _t suffix.Vitor Sessak2008-12-11
* Set avctx->coded_frame in RoQ encoder. At some point inVitor Sessak2008-07-19
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini2008-05-15
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Add my last name to copyright headersVitor Sessak2007-07-05
* Remove more useless parentheses.Vitor Sessak2007-07-05
* use properly AVFrame.linesizeVitor Sessak2007-07-02
* use the right strideVitor Sessak2007-06-27
* RoQ video encoderVitor Sessak2007-06-25