10537 Commits (68bf8d83c5dcafe50f775dd1bf110928bf986645)
 

Author SHA1 Message Date
  Bobby Bingham 552cf71281 Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. 19 years ago
  Michael Niedermayer a7f7965a27 remove useless if() 19 years ago
  Michael Niedermayer 14eb3345ba simplify 19 years ago
  Michael Niedermayer 41c8a56a14 simplify 19 years ago
  Michael Niedermayer e25f97313f remove silly video check, theres nothing video specific in there 19 years ago
  Michael Niedermayer befe3b05d3 add a delay variable to hold the timestamp buffer size 19 years ago
  Michael Niedermayer 741887cf3e remove special case for h.264 whatever this was supposed to do its not correct 19 years ago
  Limin Wang 7fc98937d2 add fps stats, patch by Limin Wang <lance lmwang at gmail com> 19 years ago
  Michael Niedermayer 620e8baffa fix indention 19 years ago
  John Dalgliesh 5885dda4c5 force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2 19 years ago
  Michael Niedermayer 5039185acc support reordering pts in the decoder (this might be equivalent to mplayers -correct-pts mode) 19 years ago
  Aurelien Jacobs 262e2bee24 disable pts reordering code and initialize a parser instead 19 years ago
  Ian Braithwaite baab295750 subband_coef_noise -> subband_coef_sign 19 years ago
  Michael Niedermayer 8b5f8e18eb remove secure password delivery requirement after complaint by the SVN admin 19 years ago
  Diego Biurrun ce10ff8e3d misc wording/spelling fixes 19 years ago
  Michael Niedermayer a7a113157a gpg and passwords rule 19 years ago
  Michael Niedermayer 0541f2c4d5 add rule to keep disscussion on the public mailinglist (stolen from mplayers policy) 19 years ago
  Michael Niedermayer 981990db4e patches should be split into incremental changes if possible 19 years ago
  Bobby Bingham 2c0c00cb14 Targa (.tga) encoder, 19 years ago
  Michael Niedermayer 65d0bea8f5 add a entry to the policy about fixing warnings (i think this is common sense but if anydeveloper disagrees, just say so 19 years ago
  Michael Niedermayer f5f11d7101 Patch review process 19 years ago
  Michael Niedermayer 7ca6cc099c 10l for myself, fixing --disable-encoders 19 years ago
  Michael Niedermayer ad73e79cab 160 bytes smaller object file, ask gcc devels why 19 years ago
  Michael Niedermayer f1505ce3bc explain where the T table comes from 19 years ago
  Kostya Shishkov 33a0dd378a DXA demuxer and decoder 19 years ago
  Michael Niedermayer 0769498a9f deprecate ff_realloc_static 19 years ago
  Michael Niedermayer f78da6d64f 10l to whoever wrote this 19 years ago
  Michael Niedermayer 3502a54f59 kill av_mallocz_static() calls in init_rl() 19 years ago
  Michael Niedermayer efddbce9d0 move RLTable stuff to its own header 19 years ago
  Michael Niedermayer 6bd10f2de5 kill av_mallocz_static() 19 years ago
  Baptiste Coudurier b21c9af936 reindent after last commit 19 years ago
  Baptiste Coudurier 1153be3be1 h264 complete frames parsing support 19 years ago
  Michael Niedermayer 08cb195020 kill 3 more av_mallocz_static() 19 years ago
  Michael Niedermayer 9608652dc1 kill another 2 av_mallocz_static() 19 years ago
  Michael Niedermayer 2df6e97872 kill a av_mallocz_static() 19 years ago
  Michael Niedermayer e2e712e7c1 10^10l to whoever wrote this 19 years ago
  Michael Niedermayer 0c3c674cde remove useless static cm variable 19 years ago
  Michael Niedermayer 861450d551 cosmetic 19 years ago
  Michael Niedermayer 3e207bb1bd remove silly static int done protecting the initalization of 32 elements to 1 19 years ago
  Michael Niedermayer 2d2020b825 remove redundant memset() 19 years ago
  Michael Niedermayer 5ac0915179 dont malloc() static mv_penalty arrays 19 years ago
  Michael Niedermayer ca2a0c938e deprecate av_mallocz_static() 19 years ago
  Ian Braithwaite 85e7386ae0 Combine the window and overlap loops, 19 years ago
  Michael Niedermayer e057461dac cosmetic (order context variables like in sha1) 19 years ago
  Michael Niedermayer 248b25f878 s/context/ctx/ 19 years ago
  Michael Niedermayer e657aa3415 #undef printf under #ifdef TEST (needed for testing) 19 years ago
  Michael Niedermayer ef3c7c3328 borrow finalization algo from sha1 (100byte smaller) 19 years ago
  Michael Niedermayer e1b62250ac get rid of b_used variable (same size with CONFIG_SMALL) 19 years ago
  Michael Niedermayer 36c7fa7ea5 smaller av_sha1_update() 19 years ago
  Michael Niedermayer 104c30ee06 use CONFIG_SMALL 19 years ago