summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* split decoder-specific parts into their own fileStefan Gehrer2007-07-084-654/+703
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-083-22/+31
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-081-24/+10
* simplify ff_copy_bits() when compiled with config-smallAurelien Jacobs2007-07-071-1/+1
* whitespace cosmeticsMåns Rullgård2007-07-071-7/+7
* add 64-bit bytestream read/write functionsMåns Rullgård2007-07-071-3/+12
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-072-45/+54
* move dequantization into its own inline functionStefan Gehrer2007-07-072-19/+26
* cosmetic: rename VLC tables to make clear theyStefan Gehrer2007-07-073-10/+10
* setting special motion vectors in intra macroblocksStefan Gehrer2007-07-072-9/+12
* setting intra prediction modes to default valuesStefan Gehrer2007-07-072-3/+7
* move modification of intra prediction modes intoStefan Gehrer2007-07-073-22/+29
* move preparation of chroma intra prediction into itsStefan Gehrer2007-07-072-14/+18
* move existing inline functions from cavs.c to cavs.hStefan Gehrer2007-07-072-158/+160
* move context structure definition from cavs.c to cavs.hStefan Gehrer2007-07-072-73/+73
* make vector constants globalStefan Gehrer2007-07-072-22/+22
* free thread contextJanne Grunau2007-07-061-0/+2
* split SVQ1 decoder and encoder in their own filesAurelien Jacobs2007-07-068-1455/+1585
* set thread_opaque to NULL when freeing itBenoit Fouet2007-07-061-1/+1
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-063-51/+72
* simplify ff_copy_bits: merge 2 test branchesAurelien Jacobs2007-07-061-3/+1
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-064-25/+25
* Drop redundant assignment and variableKostya Shishkov2007-07-061-3/+1
* me option implemented as an AVOptionStefano Sabatini2007-07-061-0/+12
* Precompute a chroma_qp table with index offset for each pps,Andreas Öman2007-07-062-21/+30
* Compute the dequant coefficient table ptr outside the loop,Andreas Öman2007-07-061-2/+4
* include snow encoder only if it is not disabledAurelien Jacobs2007-07-051-1/+1
* spelling/grammarDiego Biurrun2007-07-051-9/+9
* fix mem leakOliver Pfister2007-07-051-0/+1
* fix mem leakOliver Pfister2007-07-051-1/+1
* update my email addressMåns Rullgård2007-07-054-4/+4
* Add my last name to copyright headersVitor Sessak2007-07-053-3/+3
* forgot to svn add mpeg12.h in r9477Aurelien Jacobs2007-07-051-0/+31
* typosDiego Biurrun2007-07-052-2/+2
* UTF-8 conversionDiego Biurrun2007-07-051-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-05108-114/+28
* Group all copyright and author notices together.Diego Biurrun2007-07-0536-161/+145
* make DCT_common_init() staticAurelien Jacobs2007-07-052-2/+1
* Add missing license header.Diego Biurrun2007-07-051-0/+21
* move mpeg encoder specific initialization in the encoder specific fileAurelien Jacobs2007-07-052-13/+8
* add proper ff_ prefix to new extern symbolsAurelien Jacobs2007-07-055-85/+85
* cosmetics: indentationAurelien Jacobs2007-07-051-4/+5
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-057-1367/+1481
* use av_freep() in free_vlc() and failed init_vlc()Måns Rullgård2007-07-051-2/+2
* Remove more useless parentheses.Vitor Sessak2007-07-052-3/+3
* Description: split mpegvideo.cBenoit Fouet2007-07-034-4572/+4637
* CONFIG_XVID --> CONFIG_LIBXVIDDiego Biurrun2007-07-031-3/+3
* Remove useless parentheses.Vitor Sessak2007-07-031-2/+2
* Remove variables made unused by the last two patches and test svn access.Vitor Sessak2007-07-031-2/+0
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-022-4/+4
OpenPOWER on IntegriCloud