aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
* split rawvideo encoder and decoder in their own filesAurelien Jacobs2007-07-095-163/+249
| | | | Originally committed as revision 9560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile rangecoder.o only when neededAurelien Jacobs2007-07-091-5/+4
| | | | Originally committed as revision 9559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bring back h264 buildBenoit Fouet2007-07-091-0/+1
| | | | Originally committed as revision 9555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct type for paletteMåns Rullgård2007-07-091-3/+3
| | | | Originally committed as revision 9554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMåns Rullgård2007-07-081-2/+2
| | | | Originally committed as revision 9553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set sample rate in more logical place, kill warningMåns Rullgård2007-07-081-1/+1
| | | | Originally committed as revision 9552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trivial warning fixesMåns Rullgård2007-07-084-5/+5
| | | | Originally committed as revision 9551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningsMåns Rullgård2007-07-081-3/+4
| | | | Originally committed as revision 9550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix warningMåns Rullgård2007-07-081-2/+2
| | | | Originally committed as revision 9549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-084-4/+7
| | | | Originally committed as revision 9548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trivial warning fixesMåns Rullgård2007-07-084-6/+3
| | | | Originally committed as revision 9547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass modes as parameters instead of calculating them inplace.Christophe Gisquet2007-07-081-7/+5
| | | | | | | Patch by by Christophe GISQUET ( echo $name| awk '//{sub(" ",".");print tolower($0) "@free.fr";}') Thread: [PATCH] Clean up in C VC-1 DSP functions Originally committed as revision 9537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace function declarations with macroChristophe Gisquet2007-07-081-54/+18
| | | | | | | Patch by by Christophe GISQUET ( echo $name| tr "[A-Z ]" "[a-z.]"|sed s/.*/&@free.fr/ ) Thread: [PATCH] Clean up in C VC-1 DSP functions Originally committed as revision 9536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop ff_ prefix for static functionsChristophe Gisquet2007-07-081-30/+30
| | | | | | | Patch by by Christophe GISQUET ( echo $name| tr "[A-Z ]" "[a-z.]"|sed s/$/@free.fr/ ) Thread: [PATCH] Clean up in C VC-1 DSP functions Originally committed as revision 9535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split decoder-specific parts into their own fileStefan Gehrer2007-07-084-654/+703
| | | | Originally committed as revision 9533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-083-22/+31
| | | | | | make commonly used tables global Originally committed as revision 9532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-081-24/+10
| | | | Originally committed as revision 9531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ff_copy_bits() when compiled with config-smallAurelien Jacobs2007-07-071-1/+1
| | | | Originally committed as revision 9526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsMåns Rullgård2007-07-071-7/+7
| | | | Originally committed as revision 9524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 64-bit bytestream read/write functionsMåns Rullgård2007-07-071-3/+12
| | | | Originally committed as revision 9523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-072-45/+54
| | | | | | make commonly used functions global Originally committed as revision 9519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dequantization into its own inline functionStefan Gehrer2007-07-072-19/+26
| | | | Originally committed as revision 9518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: rename VLC tables to make clear theyStefan Gehrer2007-07-073-10/+10
| | | | | | are for decoding Originally committed as revision 9517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* setting special motion vectors in intra macroblocksStefan Gehrer2007-07-072-9/+12
| | | | | | is now in its own inline function Originally committed as revision 9516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* setting intra prediction modes to default valuesStefan Gehrer2007-07-072-3/+7
| | | | | | | in inter macroblocks is now in its own inline function Originally committed as revision 9515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move modification of intra prediction modes intoStefan Gehrer2007-07-073-22/+29
| | | | | | its own inline function Originally committed as revision 9514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move preparation of chroma intra prediction into itsStefan Gehrer2007-07-072-14/+18
| | | | | | own inline function Originally committed as revision 9513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move existing inline functions from cavs.c to cavs.hStefan Gehrer2007-07-072-158/+160
| | | | Originally committed as revision 9512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move context structure definition from cavs.c to cavs.hStefan Gehrer2007-07-072-73/+73
| | | | Originally committed as revision 9511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make vector constants globalStefan Gehrer2007-07-072-22/+22
| | | | Originally committed as revision 9510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free thread contextJanne Grunau2007-07-061-0/+2
| | | | | | patch by Janne Grunau: [janne-ffmpeg grunau be] Originally committed as revision 9508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split SVQ1 decoder and encoder in their own filesAurelien Jacobs2007-07-068-1455/+1585
| | | | Originally committed as revision 9507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set thread_opaque to NULL when freeing itBenoit Fouet2007-07-061-1/+1
| | | | Originally committed as revision 9506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-063-51/+72
| | | | | | | | | | for Cr and Cb Patch by Andreas Öman % andreas A olebyn P nu % Original thread: Date: Jun 26, 2007 8:48 PM subject: [FFmpeg-devel] Color corruption and seeking errors with H264 disc sources Originally committed as revision 9505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ff_copy_bits: merge 2 test branchesAurelien Jacobs2007-07-061-3/+1
| | | | Originally committed as revision 9504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-064-25/+25
| | | | Originally committed as revision 9503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop redundant assignment and variableKostya Shishkov2007-07-061-3/+1
| | | | Originally committed as revision 9502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* me option implemented as an AVOptionStefano Sabatini2007-07-061-0/+12
| | | | | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] original thread: [FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption date: 07/05/2007 03:12 PM Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Precompute a chroma_qp table with index offset for each pps,Andreas Öman2007-07-062-21/+30
| | | | | | | | | | this saves speed for the upcoming secondqp fix. Patch by Andreas Öman % andreas A olebyn P nu % Original thread: Date: Jun 26, 2007 8:48 PM subject: [FFmpeg-devel] Color corruption and seeking errors with H264 disc sources Originally committed as revision 9498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compute the dequant coefficient table ptr outside the loop,Andreas Öman2007-07-061-2/+4
| | | | | | | | | | this saves speed for the upcoming secondqp fix. Patch by Andreas Öman % andreas A olebyn P nu % Original thread: Date: Jun 26, 2007 8:48 PM subject: [FFmpeg-devel] Color corruption and seeking errors with H264 disc sources Originally committed as revision 9497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include snow encoder only if it is not disabledAurelien Jacobs2007-07-051-1/+1
| | | | Originally committed as revision 9494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammarDiego Biurrun2007-07-051-9/+9
| | | | Originally committed as revision 9493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mem leakOliver Pfister2007-07-051-0/+1
| | | | | | patch by Oliver Pfister: [oliver pfister gmx ch] Originally committed as revision 9491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mem leakOliver Pfister2007-07-051-1/+1
| | | | | | patch by Oliver Pfister: [oliver pfister gmx ch] Originally committed as revision 9490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update my email addressMåns Rullgård2007-07-054-4/+4
| | | | Originally committed as revision 9489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add my last name to copyright headersVitor Sessak2007-07-053-3/+3
| | | | Originally committed as revision 9488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot to svn add mpeg12.h in r9477Aurelien Jacobs2007-07-051-0/+31
| | | | Originally committed as revision 9487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typosDiego Biurrun2007-07-052-2/+2
| | | | Originally committed as revision 9486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* UTF-8 conversionDiego Biurrun2007-07-051-1/+1
| | | | Originally committed as revision 9485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05108-114/+28
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk