aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics: move function to remove forward declarationsVitor Sessak2008-05-171-39/+33
* Minor simplification of rotate_block()Vitor Sessak2008-05-171-2/+2
* Cosmetics: indentationVitor Sessak2008-05-171-1/+1
* Cosmetics: rename variableVitor Sessak2008-05-171-4/+4
* Simplify ra144_decode_frame()Vitor Sessak2008-05-171-4/+1
* Simplify vsad16_mmx2().Michael Niedermayer2008-05-171-3/+2
* Remove a useless temporary bufferVitor Sessak2008-05-171-4/+4
* Simplify vsad16_mmx().Michael Niedermayer2008-05-171-3/+2
* Convert ra144.h tables from hex to decimalVitor Sessak2008-05-171-2361/+2155
* Simplify vsad_intra16_mmx2()Michael Niedermayer2008-05-171-3/+2
* Simplify vsad_intra16_mmx()Michael Niedermayer2008-05-171-3/+2
* LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-174-6/+30
* The MPEG4AAC codec is provided by an external library and will be disabledDiego Biurrun2008-05-171-1/+3
* missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-175-5/+10
* Avoid using log2() freebsd does not support it.Michael Niedermayer2008-05-161-1/+1
* Fix big-endian vs. little-endian typo.Diego Biurrun2008-05-161-1/+1
* consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-161-1/+1
* Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.Diego Biurrun2008-05-161-26/+28
* cosmetics: Use C-style comment delimiters with #endif directives.Diego Biurrun2008-05-151-1/+1
* cosmetics: Fix typos in ADPCM codec long names.Diego Biurrun2008-05-151-3/+3
* cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini2008-05-154-11/+11
* Remove useless buffersVitor Sessak2008-05-151-6/+2
* Simplify rotate_block()Vitor Sessak2008-05-151-13/+8
* Do not pass the context to functions that do not use itVitor Sessak2008-05-151-10/+9
* Declare vars as const when possibleVitor Sessak2008-05-151-23/+25
* Do not copy tables to a context var, use them directlyVitor Sessak2008-05-151-15/+8
* Remove unneeded fields from the decoder contextVitor Sessak2008-05-151-54/+45
* Read the bitstream where the data is actually needed instead of doing it in u...Vitor Sessak2008-05-151-51/+18
* Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)Vitor Sessak2008-05-151-1/+1
* Cosmetics: remove useless parenthesisVitor Sessak2008-05-151-1/+1
* The first table of decodetable[] is unrelated to the other. Rename it.Vitor Sessak2008-05-152-16/+15
* ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-151-32/+34
* DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste itStefano Sabatini2008-05-151-5/+6
* Make av_set_string() fail when number could not be set.Stefano Sabatini2008-05-151-1/+2
* Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.Stefano Sabatini2008-05-141-0/+1
* Update offset in the option string later, to have a better error message.Stefano Sabatini2008-05-141-1/+1
* acelp_filters.h needs stdint.hMåns Rullgård2008-05-131-0/+2
* Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.Carl Eugen Hoyos2008-05-132-4/+5
* Fix a typo.Stefano Sabatini2008-05-131-1/+1
* Correct type for pcx_rle_decode().Carl Eugen Hoyos2008-05-121-1/+1
* Replace one more occurrence of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-121-1/+1
* armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list sinceGuillaume Poirier2008-05-121-2/+2
* Do not use variable frame_info before its value is set.Carl Eugen Hoyos2008-05-121-2/+1
* Previous commit missed an initialization - this fixes FATE's test sample.Alexander Strange2008-05-111-4/+3
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-1130-49/+49
* Set and use h->mb_xy in SVQ3 too.Alexander Strange2008-05-111-2/+4
* Add some initial optimizations for ARM VFP (floatingSiarhei Siamashka2008-05-113-0/+214
* Remove newly unused variables.Alexander Strange2008-05-111-5/+0
* Use h->mb_xy directly in decode_cabac_residual().Alexander Strange2008-05-111-2/+2
* Store mb_xy in H264Context and only calculate it once per MB.Alexander Strange2008-05-112-18/+24