5089 Commits (c74a8fe62a004f88864f6d6440721e7a4982fb15)

Author SHA1 Message Date
Benoit Fouet 3ada94ba28 Description: split mpegvideo.c 17 years ago
Diego Biurrun 82634feeb5 CONFIG_XVID --> CONFIG_LIBXVID 17 years ago
Vitor Sessak 737b7fb93e Remove useless parentheses. 17 years ago
Vitor Sessak 1926bd92d5 Remove variables made unused by the last two patches and test svn access. 17 years ago
Diego Biurrun 224906414b Remove leading underscores from specifiers, they are reserved. 17 years ago
Vitor Sessak 35c621e753 use properly AVFrame.linesize 17 years ago
Vitor Sessak fb44e0706f use properly AVFrame.linesize 17 years ago
Diego Biurrun 313bacddc0 Add missing comment markers to #endif directive. 17 years ago
Alexis Ballier d3b7406c6f QT RLE encoder 17 years ago
Kostya Shishkov 26bdc6bc6e this prediction direction adjustment is wrong 17 years ago
Ivan Kalvachev a8ff69ce2b Identify the loop_filter flag as such and remove the unused variables in the context. 17 years ago
Vitor Sessak a7ae617fbd use the right stride 17 years ago
Vitor Sessak 670e47e196 use the right stride 17 years ago
Vitor Sessak bc9f081d53 indentation 17 years ago
Vitor Sessak 7299663a50 right copyrights 17 years ago
Vitor Sessak 9489d2ef3f add width and height in context and use them 17 years ago
Benoit Fouet dad66beeff Indentation 17 years ago
Benoit Fouet 5b43487d23 test context before accessing it 17 years ago
Benoit Fouet 57ae779d41 add an AVClass pointer in SwsContext context 17 years ago
Vitor Sessak 03e3e76544 RoQ video encoder 18 years ago
Vitor Sessak 606975ab01 Fix typo 18 years ago
Michael Niedermayer 28bf121a22 get rid of one unneeded #ifdef HAVE_XVMC 18 years ago
Marc Hoffman aa6bfe8324 removing dependency on bfin_sram.h, which is not used right now 18 years ago
Marc Hoffman bd92f4f39b renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.h 18 years ago
Fortin Denis b05b193172 modify msmpeg4 functions to generate VC1 compatible block layer bitstream 18 years ago
Denis Fortin c68a173ef3 static (inline) X => ff_X 18 years ago
Andreas Öman b69378e295 Don't swap back un-deblocked lines for intra prediction when 18 years ago
Stefano Sabatini c0ad72a787 split frame rate and frame size abbreviation into two structures 18 years ago
Benoit Fouet 255eccab6e move dct_quantize and denoise_dct function pointers initialization to C 18 years ago
Andreas Öman 24456882f3 Do not reuse the rbsp de-escape buffer if both 18 years ago
Benoit Fouet 64e26e8c27 remove unused constant definition 18 years ago
Andreas Öman 995a30c06b Decouple bit context from h264 context in decode_ref_pic_marking() 18 years ago
Benoit Fouet 8c71c5e454 aanscales is used only with CONFIG_ENCODERS 18 years ago
Andreas Öman 1c48415bb9 indentation 18 years ago
Guillaume Poirier efb775777f add a comment to indicate which #endif belong to which #define 18 years ago
Måns Rullgård 9cafbd6c49 simplify ppc64 handling 18 years ago
Guillaume Poirier e970d98c47 restore GCC3 support 18 years ago
Guillaume Poirier 7d2bf29c88 re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec, 18 years ago
Graham Booker 22fa38f0c8 part 2/2 of fixing Altivec-accelerated H264 luma inloop filter 18 years ago
Guillaume Poirier 963eca226e convert h264_deblock_q1 to an inline function. 18 years ago
Måns Rullgård 699b3f99d0 add multiple inclusion guards to headers 18 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Måns Rullgård c2d08dc0d7 move a couple of macros and structs to mpegaudio.h 18 years ago
Andreas Öman b41c1db38d Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu% 18 years ago
Graham Booker f4a02f6e9b Use a faster way to compute 255-val: Instead of creating a vector of 18 years ago
Måns Rullgård b3e83c965d move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't 18 years ago
Måns Rullgård 859cfdc0e6 correct type of qsort() comparison callback 18 years ago
Måns Rullgård e336139f0c correct type for h263_parse() 18 years ago
Måns Rullgård e1659f0cc7 fix indentation 18 years ago
Måns Rullgård dfdf9e78f3 replace endian detection hack with #ifdef WORDS_BIGENDIAN 18 years ago