summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Remove useless wrapper around ra288_decode_frame()Vitor Sessak2008-06-30
| | | | Originally committed as revision 14041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unpack() function, read the bitstream as neededVitor Sessak2008-06-30
| | | | Originally committed as revision 14040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up error messageVitor Sessak2008-06-30
| | | | Originally committed as revision 14039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rewrite unpack() using the bitstream readerVitor Sessak2008-06-30
| | | | Originally committed as revision 14038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gain code, gain pitch and pitch delay decoding for ACELP based codecsVladimir Voroshilov2008-06-30
| | | | Originally committed as revision 14037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move function to avoid forward declarationVitor Sessak2008-06-30
| | | | Originally committed as revision 14036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless initializationVitor Sessak2008-06-30
| | | | Originally committed as revision 14035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent the whole fileVitor Sessak2008-06-30
| | | | Originally committed as revision 14034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify mm_support() for ARM (by Måns).Benoit Fouet2008-06-30
| | | | Originally committed as revision 14033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define mm_support() for ARM.Matthieu Castet2008-06-30
| | | | | | Patch by Matthieu Castet <castet matthieu free fr> Originally committed as revision 14032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter ↵Vitor Sessak2008-06-29
| | | | | | coefficients and not the pointer minus one Originally committed as revision 14031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update copyrightVitor Sessak2008-06-29
| | | | Originally committed as revision 14030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_acelp_lp_synthesis_filter() instead of duplicating itVitor Sessak2008-06-29
| | | | Originally committed as revision 14029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a rounding parameter to ff_acelp_lp_synthesis_filter()Vitor Sessak2008-06-29
| | | | Originally committed as revision 14028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add command line support for '-idct simplearmv6'.Laurent Desnogues2008-06-29
| | | | | | patch by Laurent Desnogues, laurent.desnogues gmail com Originally committed as revision 14027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxy commentVitor Sessak2008-06-29
| | | | Originally committed as revision 14026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set frame_size in libfaad decoderBaptiste Coudurier2008-06-28
| | | | Originally committed as revision 14024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Realign newlines.Alexander Strange2008-06-28
| | | | Originally committed as revision 14023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use MANGLE() instead of memory operands to read globals.Alexander Strange2008-06-28
| | | | | | (fixes out of registers with apple gcc 4.2) Originally committed as revision 14022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make code independent/less dependent on dsputil.Michael Niedermayer2008-06-28
| | | | | | This also makes the mmx parts work again ... Originally committed as revision 14021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Seek the file forwards instead of backwards when sync is lost.Ramiro Polla2008-06-27
| | | | Originally committed as revision 14014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless AVFrame* casting.Alexander Strange2008-06-27
| | | | Originally committed as revision 14011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate emms.Alexander Strange2008-06-27
| | | | Originally committed as revision 14010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out code.Alexander Strange2008-06-27
| | | | Originally committed as revision 14009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export qscale so that postprocessing works.Alexander Strange2008-06-27
| | | | Originally committed as revision 14008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused PutBitContext.Alexander Strange2008-06-27
| | | | Originally committed as revision 14007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "add libmpeg2 permutation to dct-test"Måns Rullgård2008-06-26
| | | | | | | 10l to me for not noticing that dct-test.c calls this permutation MMX. Note to self: don't code after 2am. Originally committed as revision 13991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3 parser can also handle VP6 without any changes.Aurelien Jacobs2008-06-26
| | | | Originally committed as revision 13990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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