summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Use sign_extend function instead of reimplementing it.Reimar Döffinger2009-04-17
* Remove a useless "& 0xF"Reimar Döffinger2009-04-17
* Use / and % operators instead of reimplementing them with a loop.Reimar Döffinger2009-04-17
* Change buffer check to avoid an unlikely pointer arithmetic overflow.Reimar Döffinger2009-04-17
* Simplify xan_huffman_decode by using get_bitsReimar Döffinger2009-04-17
* Fix indention, patch by Lars Täuber.Lars Täuber2009-04-17
* Simplify ipvideo_decode_opcodes by using get_bits, this might be slowerReimar Döffinger2009-04-17
* Remove unused code_counts array from interplavideo.c.Reimar Döffinger2009-04-17
* Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon2009-04-17
* Cosmetics to improve xan_unpack readabilityReimar Döffinger2009-04-17
* Fix buffer size check for xan_unpack which was broken by r18586Reimar Döffinger2009-04-17
* Some more simplifications of xan_unpackReimar Döffinger2009-04-17
* Reindent xan_unpack codeReimar Döffinger2009-04-17
* Avoid some code duplication in xan_unpackReimar Döffinger2009-04-17
* Remove useless assignments, at least one found by CSA.Michael Niedermayer2009-04-17
* Increase buffer padding to avoid most space checks in xan_unpackReimar Döffinger2009-04-17
* Remove useless init from ff_mpeg4_set_direct_mv() found by CSA.Michael Niedermayer2009-04-17
* Remove a useless assignment in img_get_alpha_info() found by CSA.Michael Niedermayer2009-04-17
* Remove redundant assignment in av_picture_copy() found by CSA.Michael Niedermayer2009-04-17
* Remove several useless writes to variables, found by CSA.Michael Niedermayer2009-04-17
* Remove useless += from ff_imdct_half_c() found by CSA.Michael Niedermayer2009-04-17
* Change buffer size checks to avoid the very unlikely overflow case.Reimar Döffinger2009-04-17
* Remove unused variable from h261_encode_block() found by CSA.Michael Niedermayer2009-04-17
* Remove a pointless right-shift in xan decoder.Reimar Döffinger2009-04-17
* Remove 2 useless assignments from ff_rate_control_init() found by CSA.Michael Niedermayer2009-04-17
* Replace bytecopy with the equivalent but faster av_memcpy_backptr.Reimar Döffinger2009-04-17
* Remove unused variable from slice_buffer_release() found by CSA.Michael Niedermayer2009-04-17
* Use memcpy instead of the very inefficient bytecopy where both are correctReimar Döffinger2009-04-17
* Remove unused variable from wma_decode_block() found by CSA.Michael Niedermayer2009-04-17
* Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA.Michael Niedermayer2009-04-17
* Remove unused variable in modify_qscale() found by CSA.Michael Niedermayer2009-04-17
* Remove unused variables from slice_buffer_load_line() found by CSA.Michael Niedermayer2009-04-17
* Remove 2 unneeded variables from common_init() found by CSA.Michael Niedermayer2009-04-17
* Remove 2 unused variables from MPV_decode_mb_internal() found by CSA.Michael Niedermayer2009-04-17
* Remove unused assignment from j_rev_dct() found by CSA.Michael Niedermayer2009-04-17
* Remove unused variable in init_mv_penalty_and_fcode() found by CSA.Michael Niedermayer2009-04-17
* cosmetics: reindent after last commitKostya Shishkov2009-04-17
* Use new static VLC scheme in Indeo2, Musepack and WNV1 decodersKostya Shishkov2009-04-17
* Remvoe useless assignment found by CSA.Michael Niedermayer2009-04-17
* Remove unused variable from decode_init() found by CSA.Michael Niedermayer2009-04-17
* Remove useless assignment in generate_codebook(). Found by Clang static analy...Vitor Sessak2009-04-17
* Remove unused variables from ff_mjpeg_decode_sos() found by CSA.Michael Niedermayer2009-04-17
* Remove useless assignment from h263_pred_dc() found by the clang static analy...Michael Niedermayer2009-04-17
* Move declarations in mpeg1_encode_motion() closer to where they are needed.Michael Niedermayer2009-04-17
* Useless assignment found by the clang static analyzer.Michael Niedermayer2009-04-17
* Get rid of an unused variable, found by the clang static analyzer.Michael Niedermayer2009-04-17
* ac3dec: reorder output channels to SMPTE channel orderJustin Ruggles2009-04-17
* Change tgq_decode_mb function arguments from using int8_t to uint8_t, this doesReimar Döffinger2009-04-17
* ac3enc: reorder input channels to AC-3 channel orderJustin Ruggles2009-04-17
* Add guaranteed alignment for loading dest pixels in avg_pixels16_neonDavid Conrad2009-04-16