summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Make etable1 and etable2 tables instead of arrays.Vitor Sessak2008-05-21
* Simplify ra144_decode_frame() by unrolling a senselessVitor Sessak2008-05-21
* Use ff_sqrt() function instead of using a tableVitor Sessak2008-05-21
* Cosmetics: move function to remove forward declarationsVitor Sessak2008-05-17
* Minor simplification of rotate_block()Vitor Sessak2008-05-17
* Cosmetics: indentationVitor Sessak2008-05-17
* Cosmetics: rename variableVitor Sessak2008-05-17
* Simplify ra144_decode_frame()Vitor Sessak2008-05-17
* Simplify vsad16_mmx2().Michael Niedermayer2008-05-17
* Remove a useless temporary bufferVitor Sessak2008-05-17
* Simplify vsad16_mmx().Michael Niedermayer2008-05-17
* Convert ra144.h tables from hex to decimalVitor Sessak2008-05-17
* Simplify vsad_intra16_mmx2()Michael Niedermayer2008-05-17
* Simplify vsad_intra16_mmx()Michael Niedermayer2008-05-17
* LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-17
* The MPEG4AAC codec is provided by an external library and will be disabledDiego Biurrun2008-05-17
* missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-17
* Avoid using log2() freebsd does not support it.Michael Niedermayer2008-05-16
* Fix big-endian vs. little-endian typo.Diego Biurrun2008-05-16
* consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-16
* Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.Diego Biurrun2008-05-16
* cosmetics: Use C-style comment delimiters with #endif directives.Diego Biurrun2008-05-15
* cosmetics: Fix typos in ADPCM codec long names.Diego Biurrun2008-05-15
* cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini2008-05-15
* Remove useless buffersVitor Sessak2008-05-15
* Simplify rotate_block()Vitor Sessak2008-05-15
* Do not pass the context to functions that do not use itVitor Sessak2008-05-15
* Declare vars as const when possibleVitor Sessak2008-05-15
* Do not copy tables to a context var, use them directlyVitor Sessak2008-05-15
* Remove unneeded fields from the decoder contextVitor Sessak2008-05-15
* Read the bitstream where the data is actually needed instead of doing it in u...Vitor Sessak2008-05-15
* Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)Vitor Sessak2008-05-15
* Cosmetics: remove useless parenthesisVitor Sessak2008-05-15
* The first table of decodetable[] is unrelated to the other. Rename it.Vitor Sessak2008-05-15
* ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-15
* DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste itStefano Sabatini2008-05-15
* Make av_set_string() fail when number could not be set.Stefano Sabatini2008-05-15
* Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.Stefano Sabatini2008-05-14
* Update offset in the option string later, to have a better error message.Stefano Sabatini2008-05-14
* acelp_filters.h needs stdint.hMåns Rullgård2008-05-13
* Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.Carl Eugen Hoyos2008-05-13
* Fix a typo.Stefano Sabatini2008-05-13
* Correct type for pcx_rle_decode().Carl Eugen Hoyos2008-05-12
* Replace one more occurrence of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-12
* armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list sinceGuillaume Poirier2008-05-12
* Do not use variable frame_info before its value is set.Carl Eugen Hoyos2008-05-12
* Previous commit missed an initialization - this fixes FATE's test sample.Alexander Strange2008-05-11
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Set and use h->mb_xy in SVQ3 too.Alexander Strange2008-05-11
* Add some initial optimizations for ARM VFP (floatingSiarhei Siamashka2008-05-11