summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* use properly AVFrame.linesizeVitor Sessak2007-07-02
* use properly AVFrame.linesizeVitor Sessak2007-07-02
* Add missing comment markers to #endif directive.Diego Biurrun2007-07-02
* QT RLE encoderAlexis Ballier2007-07-02
* this prediction direction adjustment is wrongKostya Shishkov2007-06-28
* Identify the loop_filter flag as such and remove the unused variables in the ...Ivan Kalvachev2007-06-27
* use the right strideVitor Sessak2007-06-27
* use the right strideVitor Sessak2007-06-27
* indentationVitor Sessak2007-06-26
* right copyrightsVitor Sessak2007-06-26
* add width and height in context and use themVitor Sessak2007-06-26
* IndentationBenoit Fouet2007-06-26
* test context before accessing itBenoit Fouet2007-06-26
* add an AVClass pointer in SwsContext contextBenoit Fouet2007-06-26
* RoQ video encoderVitor Sessak2007-06-25
* Fix typoVitor Sessak2007-06-25
* get rid of one unneeded #ifdef HAVE_XVMCMichael Niedermayer2007-06-22
* removing dependency on bfin_sram.h, which is not used right nowMarc Hoffman2007-06-22
* renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.hMarc Hoffman2007-06-22
* modify msmpeg4 functions to generate VC1 compatible block layer bitstreamFortin Denis2007-06-22
* static (inline) X => ff_XDenis Fortin2007-06-21
* Don't swap back un-deblocked lines for intra prediction whenAndreas Öman2007-06-21
* split frame rate and frame size abbreviation into two structuresStefano Sabatini2007-06-21
* move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet2007-06-20
* Do not reuse the rbsp de-escape buffer if bothAndreas Öman2007-06-20
* remove unused constant definitionBenoit Fouet2007-06-20
* Decouple bit context from h264 context in decode_ref_pic_marking()Andreas Öman2007-06-19
* aanscales is used only with CONFIG_ENCODERSBenoit Fouet2007-06-19
* indentationAndreas Öman2007-06-18
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* simplify ppc64 handlingMåns Rullgård2007-06-17
* restore GCC3 supportGuillaume Poirier2007-06-17
* re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_...Guillaume Poirier2007-06-17
* part 2/2 of fixing Altivec-accelerated H264 luma inloop filterGraham Booker2007-06-17
* convert h264_deblock_q1 to an inline function.Guillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* move a couple of macros and structs to mpegaudio.hMåns Rullgård2007-06-16
* Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%Andreas Öman2007-06-16
* Use a faster way to compute 255-val: Instead of creating a vector ofGraham Booker2007-06-16
* move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård2007-06-16
* correct type of qsort() comparison callbackMåns Rullgård2007-06-16
* correct type for h263_parse()Måns Rullgård2007-06-16
* fix indentationMåns Rullgård2007-06-16
* replace endian detection hack with #ifdef WORDS_BIGENDIANMåns Rullgård2007-06-16
* fix some printf format specifiersMåns Rullgård2007-06-16
* correct type for {put,avg}_h264_chroma_mc2_mmx2Måns Rullgård2007-06-16
* kill some "defined but not used" warningsMåns Rullgård2007-06-16
* kill a warning on 64-bit machinesMåns Rullgård2007-06-16
* move dsputil_init_foo() out from #ifdefMåns Rullgård2007-06-16