19540 Commits (778bc09bbe5cd5b1044c47ff914de34971e3ba81)
 

Author SHA1 Message Date
Ramiro Polla 15e6748b72 truehd: Simplify rematrix_channels() as per Michael's original review. 16 years ago
Ramiro Polla 95c14b1eea mlpdec: Make read_matrix_params() take unsigned int substr for consistency. 16 years ago
Ramiro Polla 5d9e4eaa6d mlpdec: Check for {matrix,filter}_changed as soon as they are incremented. 16 years ago
Justin Ruggles 1b7bc4a245 Add 3 channel layout convenience macros. 16 years ago
Reimar Döffinger f63f689e10 Avoid code duplication in xan_unpack for the final memcpy. 16 years ago
Diego Biurrun 7b7b19b620 Remove unused variable gsize, fixes the warning: 16 years ago
Måns Rullgård cc078b5d8f PPC: check for x-form asm constraint support 16 years ago
Stefano Sabatini a208350c3c Rename swscale_avoption.c to options.c. 16 years ago
Stefano Sabatini 0c067dc34b Make sws_setColorspaceDetails() return -1 if the destination format is 16 years ago
Stefano Sabatini 2d26fa2822 Move sws_[gs]etColorspaceDetails() documentation from swscale.c to 16 years ago
Jai Menon a00f440f37 Cosmetics : reindent after last commit and remove redundant comment. 16 years ago
Jai Menon d6ce84b8f9 Add speex tag to nsv_codec_audio_tags. 16 years ago
Jai Menon 67d04927f7 Change nsvf_index_data to nsvs_file_offset for increased clarity. 16 years ago
Måns Rullgård 9f5ff83f2a PPC asm for AV_RL*() 16 years ago
Måns Rullgård 3c55ce039d ARM asm for AV_RN*() 16 years ago
Måns Rullgård a6783b8961 Reorganise intreadwrite.h 16 years ago
Reimar Döffinger d7670f2827 Use sign_extend function instead of reimplementing it. 16 years ago
Reimar Döffinger e62f622193 Remove a useless "& 0xF" 16 years ago
Reimar Döffinger 977d813447 Use / and % operators instead of reimplementing them with a loop. 16 years ago
Reimar Döffinger b1e309865f Change buffer check to avoid an unlikely pointer arithmetic overflow. 16 years ago
Reimar Döffinger be50938073 Simplify xan_huffman_decode by using get_bits 16 years ago
Lars Täuber a4873f7d9d Fix indention, patch by Lars Täuber. 16 years ago
Reimar Döffinger 6000439ca4 Simplify ipvideo_decode_opcodes by using get_bits, this might be slower 16 years ago
Reimar Döffinger 28ab90edde Remove unused code_counts array from interplavideo.c. 16 years ago
Jai Menon b24bbbb4da Introduce codec id for MPEG-4 ALS and associate it with corresponding 16 years ago
Reimar Döffinger e5986d0427 Cosmetics to improve xan_unpack readability 16 years ago
Reimar Döffinger 16cc5a738c Fix buffer size check for xan_unpack which was broken by r18586 16 years ago
Reimar Döffinger c644665f42 Some more simplifications of xan_unpack 16 years ago
Reimar Döffinger 455fdd2f8c Reindent xan_unpack code 16 years ago
Reimar Döffinger 948f60fa24 Avoid some code duplication in xan_unpack 16 years ago
Michael Niedermayer f371abe4a8 Remove useless assignments, at least one found by CSA. 16 years ago
Reimar Döffinger 59bd7f23e8 Increase buffer padding to avoid most space checks in xan_unpack 16 years ago
Michael Niedermayer 339cdf9681 Remove useless init from ff_mpeg4_set_direct_mv() found by CSA. 16 years ago
Michael Niedermayer 16a5f4caa9 Remove a useless assignment in img_get_alpha_info() found by CSA. 16 years ago
Michael Niedermayer f8112810cf Remove redundant assignment in av_picture_copy() found by CSA. 16 years ago
Michael Niedermayer 551b41d4bf Remove useless init from aiff_read_header() found by CSA. 16 years ago
Michael Niedermayer feda8550a9 Remove several useless writes to variables, found by CSA. 16 years ago
Michael Niedermayer b278a1ed1c Remove useless += from ff_imdct_half_c() found by CSA. 16 years ago
Michael Niedermayer e8c9383914 Remove 2 ++ from check_pes() that are useless, found by CSA. 16 years ago
Reimar Döffinger 4b96f43fe1 Change buffer size checks to avoid the very unlikely overflow case. 16 years ago
Michael Niedermayer 38a7695f67 Remove unused variable from h261_encode_block() found by CSA. 16 years ago
Reimar Döffinger 5e12701c5c Remove a pointless right-shift in xan decoder. 16 years ago
Michael Niedermayer 25ef00720b Remove 2 useless assignments from ff_rate_control_init() found by CSA. 16 years ago
Reimar Döffinger 9126aea528 Replace bytecopy with the equivalent but faster av_memcpy_backptr. 16 years ago
Michael Niedermayer 4eec260642 Remove unused variable from flv_read_metabody() found by CSA. 16 years ago
Michael Niedermayer 29322398fc Remove unused variable from slice_buffer_release() found by CSA. 16 years ago
Reimar Döffinger 44c9efcb57 Use memcpy instead of the very inefficient bytecopy where both are correct 16 years ago
Michael Niedermayer 110baa2e99 Remove unused variable from wma_decode_block() found by CSA. 16 years ago
Michael Niedermayer b716c6c6a6 Remove unneeded assignment from av_encode() found by CSA. 16 years ago
Michael Niedermayer b5ee9c2334 Remove unused variable from print_report() found by CSA. 16 years ago