summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* move ff_log2_run to bitstream.c and reuse in ffv1.cStefan Gehrer2008-06-26
| | | | Originally committed as revision 13989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3 & Theora parser to extract keyframe flags.Michael Niedermayer2008-06-26
| | | | | | This parser is not able to split random bitstream pieces. Originally committed as revision 13986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add libmpeg2 permutation to dct-testMåns Rullgård2008-06-26
| | | | Originally committed as revision 13985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support >=4096 dimensions, fixes issue499.Michael Niedermayer2008-06-25
| | | | Originally committed as revision 13984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set frame_size to the gcd of what the decoder can output.Michael Niedermayer2008-06-25
| | | | Originally committed as revision 13971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't set mm_flags in fft-test, since it doesn't do anything anyway.Alexander Strange2008-06-25
| | | | Originally committed as revision 13968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a local variable instead of mm_flags in dct-test.Alexander Strange2008-06-25
| | | | Originally committed as revision 13967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make ModeAlphabet read-only and use a custom mode alphabetStefan Gehrer2008-06-25
| | | | | | only locally in unpack_modes() Originally committed as revision 13964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Close parse context.David Liu2008-06-25
| | | | | | Patch by David LIU david liu st com Originally committed as revision 13962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make it a little easier to spot that the code is not dealing only withRamiro Polla2008-06-25
| | | | | | substream headers. Originally committed as revision 13961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate tablesStefan Gehrer2008-06-25
| | | | Originally committed as revision 13959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange2008-06-24
| | | | | | | Make sure we don't try to set them if that's the case. This lets dct-test and fft-test build with --disable-mmx on x86, but not yet on ARM. Originally committed as revision 13957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify interp()Vitor Sessak2008-06-24
| | | | Originally committed as revision 13953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More cosmeticsVitor Sessak2008-06-24
| | | | Originally committed as revision 13952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-06-24
| | | | Originally committed as revision 13951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert accidental const slipping inStefan Gehrer2008-06-24
| | | | Originally committed as revision 13949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace redundant MAX macro declaration by proper use of FFMAX.Diego Biurrun2008-06-24
| | | | Originally committed as revision 13948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mark read-only data as constStefan Gehrer2008-06-24
| | | | Originally committed as revision 13947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use lpc_coef[2] instead of lpc_coef and lpc_coef_oldVitor Sessak2008-06-24
| | | | Originally committed as revision 13946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused entries from lpc_refl_cb*Vitor Sessak2008-06-24
| | | | Originally committed as revision 13945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused entries from energy_tabVitor Sessak2008-06-24
| | | | Originally committed as revision 13944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark constant structure member as const to avoid some warnings.Laurent Desnogues2008-06-24
| | | | | | patch by Laurent Desnogues, laurent.desnogues gmail com Originally committed as revision 13942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant mm_flags declaration, fixes the warning:Diego Biurrun2008-06-24
| | | | | | | libavcodec.a(dsputil_ppc.o): warning: definition of `mm_flags' overriding common fft-test.o: warning: common is here Originally committed as revision 13940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused values from gain_{val,exp}_tabVitor Sessak2008-06-23
| | | | Originally committed as revision 13937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Now these tables fit in 16 bits.Vitor Sessak2008-06-23
| | | | Originally committed as revision 13936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge the >> 4 calculation of cb1_base in the tableVitor Sessak2008-06-23
| | | | Originally committed as revision 13935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistency: make the output buffer the first argument of functionsVitor Sessak2008-06-23
| | | | Originally committed as revision 13934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use sizeof() intead of hardcoding the valuesVitor Sessak2008-06-23
| | | | Originally committed as revision 13933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-06-23
| | | | Originally committed as revision 13932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-06-23
| | | | Originally committed as revision 13931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It makes more sense to return 1 here in case of overflow.Vitor Sessak2008-06-23
| | | | Originally committed as revision 13930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentVitor Sessak2008-06-23
| | | | Originally committed as revision 13929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded checkVitor Sessak2008-06-23
| | | | Originally committed as revision 13928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rescale_rms() should use unsigned intsVitor Sessak2008-06-23
| | | | Originally committed as revision 13927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move factor multiplication out of irms()Vitor Sessak2008-06-23
| | | | Originally committed as revision 13926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This should be signedVitor Sessak2008-06-23
| | | | Originally committed as revision 13925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More comments removal/fixesVitor Sessak2008-06-23
| | | | Originally committed as revision 13924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless commentVitor Sessak2008-06-23
| | | | Originally committed as revision 13923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More comments improvementVitor Sessak2008-06-23
| | | | Originally committed as revision 13922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document defines betterVitor Sessak2008-06-23
| | | | Originally committed as revision 13921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless defineVitor Sessak2008-06-23
| | | | Originally committed as revision 13920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename rotate_buffer() to copy_and_dup() and doxy itVitor Sessak2008-06-23
| | | | Originally committed as revision 13919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify t_sqrt()Vitor Sessak2008-06-23
| | | | Originally committed as revision 13918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add doxy commentVitor Sessak2008-06-23
| | | | Originally committed as revision 13917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename varVitor Sessak2008-06-23
| | | | Originally committed as revision 13916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move code unrelated to lpc filtering out of lpc_filter()Vitor Sessak2008-06-23
| | | | Originally committed as revision 13915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify rotate_buffer()Vitor Sessak2008-06-23
| | | | Originally committed as revision 13914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in libavcodec/opt.h.Stefano Sabatini2008-06-23
| | | | Originally committed as revision 13912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate static tables on stack, not heap.Art Clarke2008-06-23
| | | | | | Patch by Art Clarke: aclarke vlideshow com Originally committed as revision 13907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-06-22
| | | | Originally committed as revision 13898 to svn://svn.ffmpeg.org/ffmpeg/trunk