Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-05use av_freep() in free_vlc() and failed init_vlc()Måns Rullgård
2007-07-05Remove more useless parentheses.Vitor Sessak
2007-07-03Description: split mpegvideo.cBenoit Fouet
2007-07-03CONFIG_XVID --> CONFIG_LIBXVIDDiego Biurrun
2007-07-03Remove useless parentheses.Vitor Sessak
2007-07-03Remove variables made unused by the last two patches and test svn access.Vitor Sessak
2007-07-02Remove leading underscores from specifiers, they are reserved.Diego Biurrun
2007-07-02use properly AVFrame.linesizeVitor Sessak
2007-07-02use properly AVFrame.linesizeVitor Sessak
2007-07-02Add missing comment markers to #endif directive.Diego Biurrun
2007-07-02QT RLE encoderAlexis Ballier
2007-06-28this prediction direction adjustment is wrongKostya Shishkov
2007-06-27Identify the loop_filter flag as such and remove the unused variables in the ...Ivan Kalvachev
2007-06-27use the right strideVitor Sessak
2007-06-27use the right strideVitor Sessak
2007-06-27indentationVitor Sessak
2007-06-27right copyrightsVitor Sessak
2007-06-27add width and height in context and use themVitor Sessak
2007-06-26IndentationBenoit Fouet
2007-06-26test context before accessing itBenoit Fouet
2007-06-26add an AVClass pointer in SwsContext contextBenoit Fouet
2007-06-25RoQ video encoderVitor Sessak
2007-06-25Fix typoVitor Sessak
2007-06-22get rid of one unneeded #ifdef HAVE_XVMCMichael Niedermayer
2007-06-22removing dependency on bfin_sram.h, which is not used right nowMarc Hoffman
2007-06-22renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.hMarc Hoffman
2007-06-22modify msmpeg4 functions to generate VC1 compatible block layer bitstreamFortin Denis
2007-06-21static (inline) X => ff_XDenis Fortin
2007-06-21Don't swap back un-deblocked lines for intra prediction whenAndreas Öman
2007-06-21split frame rate and frame size abbreviation into two structuresStefano Sabatini
2007-06-20move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet
2007-06-20Do not reuse the rbsp de-escape buffer if bothAndreas Öman
2007-06-20remove unused constant definitionBenoit Fouet
2007-06-20Decouple bit context from h264 context in decode_ref_pic_marking()Andreas Öman
2007-06-20aanscales is used only with CONFIG_ENCODERSBenoit Fouet
2007-06-18indentationAndreas Öman
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17simplify ppc64 handlingMåns Rullgård
2007-06-17restore GCC3 supportGuillaume Poirier
2007-06-17re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_...Guillaume Poirier
2007-06-17part 2/2 of fixing Altivec-accelerated H264 luma inloop filterGraham Booker
2007-06-17convert h264_deblock_q1 to an inline function.Guillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-06-17move a couple of macros and structs to mpegaudio.hMåns Rullgård
2007-06-16Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%Andreas Öman
2007-06-16Use a faster way to compute 255-val: Instead of creating a vector ofGraham Booker
2007-06-16move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn'tMåns Rullgård
2007-06-16correct type of qsort() comparison callbackMåns Rullgård
2007-06-16correct type for h263_parse()Måns Rullgård