aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* Add a few const qualifiers in appropriate places.Anders Grönberg2008-12-143-14/+14
* undoing revision 16118 for truemotion1.c; commit was prematureMike Melanson2008-12-141-12/+6
* The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson2008-12-144-31/+37
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-142-11/+11
* Get rid of mmx_t.Aurelien Jacobs2008-12-143-45/+15
* Do not invade _t POSIX namespace.Diego Biurrun2008-12-131-15/+15
* Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace.Diego Biurrun2008-12-131-5/+5
* Add img_convert() to imgconvert.h and #include it from imgresample.c.Diego Biurrun2008-12-132-0/+4
* Let imgresample altivec code buildLuca Barbato2008-12-131-0/+1
* Cleanup typesLuca Barbato2008-12-131-7/+2
* Unbreak imgresample altivecLuca Barbato2008-12-131-1/+2
* s/#AVClass/AVClass/, consistent with the rest of the doxy.Stefano Sabatini2008-12-121-1/+1
* More POSIX _t namespace cleanup.Michael Niedermayer2008-12-122-21/+21
* add Altivec implementation of clear_blockGuillaume Poirier2008-12-121-0/+16
* Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon2008-12-124-60/+60
* fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch b...Jay Freeman2008-12-121-5/+7
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-124-15/+15
* dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier2008-12-124-4/+70
* Move get_pixels_8x4 before init func to avoid useless forward declaration.Baptiste Coudurier2008-12-121-17/+17
* rename 4x8 to 8x4 to match widthxheight consistentlyBaptiste Coudurier2008-12-121-5/+5
* cosmetics: vertical alignmentAurelien Jacobs2008-12-112-7/+7
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-119-139/+139
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-7/+7
* s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reservedMichael Niedermayer2008-12-111-8/+8
* Avoid POSIX reserved _t suffix.Vitor Sessak2008-12-111-21/+21
* Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.Vitor Sessak2008-12-111-4/+4
* move structure definitions in their own headerBaptiste Coudurier2008-12-112-56/+89
* cosmeticsBaptiste Coudurier2008-12-111-8/+4
* use dsp clear_blockBaptiste Coudurier2008-12-111-2/+4
* use dsp clear_blockBaptiste Coudurier2008-12-111-3/+1
* Fix compilation with only Theora decoder enabledDavid Conrad2008-12-111-0/+1
* Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.Kenan Gillet2008-12-111-0/+6
* clear_block mmxLoren Merritt2008-12-1010-25/+56
* fix progressive jpeg:Loren Merritt2008-12-102-45/+202
* AAC: move scratch array to context to ensure 16-byte alignmentMåns Rullgård2008-12-102-1/+2
* Remove useless inline qualifier, fixes linking with gcc 4.3.Alexis Ballier2008-12-091-1/+1
* AAC: Use a sign LUT rather than 1-2*get_bits1()Alex Converse2008-12-091-4/+5
* AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.Alex Converse2008-12-091-9/+26
* AAC: Remove unnecessary fabsf()Alex Converse2008-12-091-1/+1
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-087-27/+58
* cosmetics: alignment after last commitJustin Ruggles2008-12-083-13/+13
* ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles2008-12-083-6/+15
* Do not attempt to decode RV30/40 B-frames without anchors.Kostya Shishkov2008-12-071-0/+2
* mlp: cosmetics: remove {}s over one-lined if.Ramiro Polla2008-12-071-2/+1
* mlp: support bit-depths greater than 16 by default.Ramiro Polla2008-12-072-5/+5
* ac3dec: simplify exponent bounds checkingJustin Ruggles2008-12-061-1/+1
* mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.Mathieu Velten2008-12-062-3/+3
* ac3dec: add missing feature log message for block start infoJustin Ruggles2008-12-061-0/+1
* ac3dec: use skip_bits_long() for block start bitsJustin Ruggles2008-12-061-1/+1
* ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().Justin Ruggles2008-12-061-3/+6