summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-043-4/+4
* Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple ofDiego Biurrun2008-02-041-2/+2
* 2 more missing consts found by -Wwrite-strings.Michael Niedermayer2008-02-041-2/+2
* Remove incorrect cast found by -Wwrite-strings.Michael Niedermayer2008-02-041-1/+1
* Another const found by -Wwrite-strings.Michael Niedermayer2008-02-041-1/+1
* constMichael Niedermayer2008-02-042-5/+5
* fix 8 "initialization discards qualifiers from pointer target type"Michael Niedermayer2008-02-041-1/+1
* constMichael Niedermayer2008-02-041-1/+1
* Fix info packet type, found by oded as well as the new pedantic constMichael Niedermayer2008-02-041-2/+3
* -Wwrite-strings nitpicking fixMichael Niedermayer2008-02-041-1/+2
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-041-1/+1
* constMichael Niedermayer2008-02-032-6/+6
* Warn if a comparison is always true or always false due to theMichael Niedermayer2008-02-031-0/+1
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-032-4/+4
* remove single-frame images from seektestMåns Rullgård2008-02-032-223/+0
* typoDiego Biurrun2008-02-031-1/+1
* Make string constants const. Why is this not default?Michael Niedermayer2008-02-031-0/+1
* remove useless/incorrect comments in regression.shMåns Rullgård2008-02-031-127/+0
* split lavf regression testsMåns Rullgård2008-02-034-30/+129
* split regression tests allowing make to run them in parallelMåns Rullgård2008-02-035-211/+210
* get seek regression test filenames from reference fileMåns Rullgård2008-02-031-1/+1
* mpegvideo.h has two function declarations with the 'inline' specifierUoti Urpala2008-02-031-2/+2
* avg_pixels4_mmx2Loren Merritt2008-02-032-2/+25
* use mmx2/3dnow avg functions in avg_qpel*_mc00Loren Merritt2008-02-032-3/+16
* Remove ff_mms_set_stream_selection again from asf demuxer,Reimar Döffinger2008-02-031-14/+0
* ff_h264_idct8_add_sse2.Loren Merritt2008-02-035-9/+98
* remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.Loren Merritt2008-02-031-29/+23
* Remove incorrect casts that should have never been there.Michael Niedermayer2008-02-021-2/+2
* Make avcodec_decode_* functions take const input buffers.Michael Niedermayer2008-02-022-6/+6
* 100l, since we already check for buf_size == 769 we should alsoReimar Döffinger2008-02-021-1/+1
* Use bytestream_get_be24 to simplify palette parsing.Reimar Döffinger2008-02-021-9/+6
* mark qtrle input data as const.Reimar Döffinger2008-02-021-2/+2
* Remove a pointless cast.Reimar Döffinger2008-02-021-1/+1
* Add some const where appropriateReimar Döffinger2008-02-022-2/+2
* Fix warning:Reimar Döffinger2008-02-021-1/+1
* constMichael Niedermayer2008-02-023-20/+20
* Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:Reimar Döffinger2008-02-021-0/+2
* Missing 'const' in cast.Reimar Döffinger2008-02-021-1/+1
* Make src const.Michael Niedermayer2008-02-021-1/+1
* void arithmeticMichael Niedermayer2008-02-021-1/+1
* Remove -Werror= CFLAGS that do not have the desired effect.Diego Biurrun2008-02-021-2/+0
* cosmetics: sort ogg_codec_t listDiego Biurrun2008-02-021-5/+5
* Some consts for cscd decoder helper functionsReimar Döffinger2008-02-021-6/+6
* "swap first two elements of L1 if L0 and L1 are identical" applies after spli...Loren Merritt2008-02-021-10/+9
* fix mbaff diagonal neighbor mvLoren Merritt2008-02-021-4/+9
* mbaff spatial directLoren Merritt2008-02-021-7/+67
* Do not modify input dataKostya Shishkov2008-02-021-3/+3
* IMC decoder always operates on 64-byte blocksKostya Shishkov2008-02-021-4/+4
* non-const 2nd parameter for strtol/strtodAurelien Jacobs2008-02-022-16/+15
* use AV_RL* instead of le2me_*Aurelien Jacobs2008-02-011-3/+3