aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* use properly AVFrame.linesizeVitor Sessak2007-07-022-11/+13
* use properly AVFrame.linesizeVitor Sessak2007-07-021-8/+12
* Add missing comment markers to #endif directive.Diego Biurrun2007-07-021-1/+1
* QT RLE encoderAlexis Ballier2007-07-024-1/+330
* this prediction direction adjustment is wrongKostya Shishkov2007-06-281-3/+1
* Identify the loop_filter flag as such and remove the unused variables in the ...Ivan Kalvachev2007-06-271-6/+4
* use the right strideVitor Sessak2007-06-271-4/+9
* use the right strideVitor Sessak2007-06-271-9/+13
* indentationVitor Sessak2007-06-261-3/+3
* right copyrightsVitor Sessak2007-06-262-4/+4
* add width and height in context and use themVitor Sessak2007-06-262-6/+8
* IndentationBenoit Fouet2007-06-261-1/+1
* test context before accessing itBenoit Fouet2007-06-261-0/+1
* add an AVClass pointer in SwsContext contextBenoit Fouet2007-06-261-1/+4
* RoQ video encoderVitor Sessak2007-06-255-1/+1085
* Fix typoVitor Sessak2007-06-251-1/+1
* get rid of one unneeded #ifdef HAVE_XVMCMichael Niedermayer2007-06-221-2/+0
* removing dependency on bfin_sram.h, which is not used right nowMarc Hoffman2007-06-221-1/+0
* renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.hMarc Hoffman2007-06-221-28/+22
* modify msmpeg4 functions to generate VC1 compatible block layer bitstreamFortin Denis2007-06-221-5/+21
* static (inline) X => ff_XDenis Fortin2007-06-212-7/+7
* Don't swap back un-deblocked lines for intra prediction whenAndreas Öman2007-06-211-2/+12
* split frame rate and frame size abbreviation into two structuresStefano Sabatini2007-06-211-49/+65
* move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet2007-06-201-5/+4
* Do not reuse the rbsp de-escape buffer if bothAndreas Öman2007-06-202-5/+8
* remove unused constant definitionBenoit Fouet2007-06-201-3/+0
* Decouple bit context from h264 context in decode_ref_pic_marking()Andreas Öman2007-06-191-8/+8
* aanscales is used only with CONFIG_ENCODERSBenoit Fouet2007-06-191-0/+2
* indentationAndreas Öman2007-06-181-23/+23
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-1743-43/+43
* simplify ppc64 handlingMåns Rullgård2007-06-171-4/+4
* restore GCC3 supportGuillaume Poirier2007-06-171-4/+4