summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* cosmetics: vertical alignmentJustin Ruggles2008-12-061-1/+1
* cosmetics: reindent after last commitJustin Ruggles2008-12-061-2/+2
* ac3dec: detect out-of-range exponentsJustin Ruggles2008-12-061-4/+10
* ARM: remove some useless commentsMåns Rullgård2008-12-061-10/+10
* Make decoding run of pixels in MS RLE saner.Kostya Shishkov2008-12-061-3/+1
* Print out some errors found during MS RLE decodingKostya Shishkov2008-12-061-2/+6
* AASC can contain raw data in addition to MS-RLEKostya Shishkov2008-12-061-1/+19
* Check that cpb_count is within the allowed range.Michael Niedermayer2008-12-051-3/+12
* Fix FF_OPT_TYPE_INT64 support of defaults.Michael Niedermayer2008-12-051-0/+5
* Fix an overflow in the predictor.Jai Menon2008-12-051-1/+2
* Silence some ICC warnings. Patch by Vitor Sessak.Vitor Sessak2008-12-041-2/+2