|
|
|
@652a5bf6
|
17 years |
michaelni |
Warn if a comparison is always true or always false due to the
limited …
|
|
|
@f522310b
|
17 years |
michaelni |
Missing const found by -Wwrite-strings.
Originally committed as …
|
|
|
@9d6a96af
|
17 years |
mans |
remove single-frame images from seektest
Originally committed as …
|
|
|
@751a6493
|
17 years |
diego |
typo
Originally committed as revision 11836 to …
|
|
|
@9aceb3cf
|
17 years |
michaelni |
Make string constants const. Why is this not default?
Originally …
|
|
|
@704abfec
|
17 years |
mans |
remove useless/incorrect comments in regression.sh
Originally …
|
|
|
@2009721d
|
17 years |
mans |
split lavf regression tests
Originally committed as revision 11833 to …
|
|
|
@4383ed5c
|
17 years |
mans |
split regression tests allowing make to run them in parallel
…
|
|
|
@d2e40fe5
|
17 years |
mans |
get seek regression test filenames from reference file
Originally …
|
|
|
@4bdd3b76
|
17 years |
diego |
mpegvideo.h has two function declarations with the 'inline' specifier …
|
|
|
@b313e815
|
17 years |
lorenm |
avg_pixels4_mmx2
Originally committed as revision 11829 to …
|
|
|
@6c01d006
|
17 years |
lorenm |
use mmx2/3dnow avg functions in avg_qpel*_mc00
Originally committed …
|
|
|
@7abe4380
|
17 years |
Reimar.Doeffinger |
Remove ff_mms_set_stream_selection again from asf demuxer,
it does not …
|
|
|
@ed5d7a53
|
17 years |
lorenm |
ff_h264_idct8_add_sse2.
compared to mmx, 217->126 cycles on core2, …
|
|
|
@51f0ac65
|
17 years |
lorenm |
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.
…
|
|
|
@dc296223
|
17 years |
michaelni |
Remove incorrect casts that should have never been there.
Originally …
|
|
|
@2efa7fd1
|
17 years |
michaelni |
Make avcodec_decode_* functions take const input buffers.
Originally …
|
|
|
@909063f7
|
17 years |
Reimar.Doeffinger |
100l, since we already check for buf_size == 769 we should also
handle …
|
|
|
@3e368d72
|
17 years |
Reimar.Doeffinger |
Use bytestream_get_be24 to simplify palette parsing.
Originally …
|
|
|
@04deea9a
|
17 years |
Reimar.Doeffinger |
mark qtrle input data as const.
Originally committed as revision …
|
|
|
@2907abed
|
17 years |
Reimar.Doeffinger |
Remove a pointless cast.
Originally committed as revision 11819 to …
|
|
|
@b3d5468d
|
17 years |
Reimar.Doeffinger |
Add some const where appropriate
Originally committed as revision …
|
|
|
@6be4042c
|
17 years |
Reimar.Doeffinger |
Fix warning:
libavcodec/tiffenc.c:136: warning: pointer type mismatch …
|
|
|
@6c51fd3f
|
17 years |
michaelni |
const
Originally committed as revision 11816 to …
|
|
|
@4d65da4
|
17 years |
Reimar.Doeffinger |
Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: …
|
|
|
@b630a39e
|
17 years |
Reimar.Doeffinger |
Missing 'const' in cast.
Originally committed as revision 11814 to …
|
|
|
@ae77c4b0
|
17 years |
michaelni |
Make src const.
Originally committed as revision 11813 to …
|
|
|
@b0ddba1
|
17 years |
michaelni |
void arithmetic
Originally committed as revision 11812 to …
|
|
|
@1bc0a44d
|
17 years |
diego |
Remove -Werror= CFLAGS that do not have the desired effect.
…
|
|
|
@5f359c8d
|
17 years |
diego |
cosmetics: sort ogg_codec_t list
Originally committed as revision …
|
|
|
@eee7e799
|
17 years |
Reimar.Doeffinger |
Some consts for cscd decoder helper functions
Originally committed as …
|
|
|
@ffbc5e04
|
17 years |
lorenm |
"swap first two elements of L1 if L0 and L1 are identical" applies …
|
|
|
@02f7695b
|
17 years |
lorenm |
fix mbaff diagonal neighbor mv
Originally committed as revision 11807 …
|
|
|
@50b3ab0f
|
17 years |
lorenm |
mbaff spatial direct
Originally committed as revision 11806 to …
|
|
|
@4990eb5f
|
17 years |
kostya.shishkov |
Do not modify input data
Originally committed as revision 11805 to …
|
|
|
@0fe04628
|
17 years |
kostya.shishkov |
IMC decoder always operates on 64-byte blocks
Originally committed as …
|
|
|
@815f98c
|
17 years |
Aurélien Jacobs |
non-const 2nd parameter for strtol/strtod
Originally committed as …
|
|
|
@2755e41d
|
17 years |
Aurélien Jacobs |
use AV_RL* instead of le2me_*
Originally committed as revision 11802 …
|
|
|
@4e56af82
|
17 years |
Aurélien Jacobs |
don't cast const away
Originally committed as revision 11801 to …
|
|
|
@60b6dbe7
|
17 years |
Aurélien Jacobs |
const
Originally committed as revision 11800 to …
|
|
|
@9f5bd895
|
17 years |
Aurélien Jacobs |
const
Originally committed as revision 11799 to …
|
|
|
@aa819b9
|
17 years |
michaelni |
Mixing declarations and statements is an error, so is any construct …
|
|
|
@5e038b4f
|
17 years |
Reimar.Doeffinger |
LZO decoder input is const
Originally committed as revision 11797 to …
|
|
|
@c67102f9
|
17 years |
michaelni |
const
Originally committed as revision 11796 to …
|
|
|
@31d889ec
|
17 years |
michaelni |
const
Originally committed as revision 11795 to …
|
|
|
@896b4389
|
17 years |
michaelni |
const
Originally committed as revision 11794 to …
|
|
|
@17867842
|
17 years |
michaelni |
const
Originally committed as revision 11793 to …
|
|
|
@b034f72b
|
17 years |
Reimar.Doeffinger |
Add some const keywords in rtjpeg decoder
Originally committed as …
|
|
|
@7e5cdb5b
|
17 years |
michaelni |
const
Originally committed as revision 11791 to …
|
|
|
@74dc7448
|
17 years |
michaelni |
const
Originally committed as revision 11790 to …
|
|
|
@473dde17
|
17 years |
michaelni |
const
Originally committed as revision 11789 to …
|
|
|
@94ef6d11
|
17 years |
michaelni |
const
Originally committed as revision 11788 to …
|
|
|
@2ab12b3
|
17 years |
michaelni |
const
Originally committed as revision 11787 to …
|
|
|
@8c4bd28
|
17 years |
michaelni |
const
Originally committed as revision 11786 to …
|
|
|
@e37e5335
|
17 years |
michaelni |
const
Originally committed as revision 11785 to …
|
|
|
@14ff144c
|
17 years |
michaelni |
some const
Originally committed as revision 11784 to …
|
|
|
@63410f2c
|
17 years |
michaelni |
const
Originally committed as revision 11783 to …
|
|
|
@521c38f1
|
17 years |
michaelni |
const
Originally committed as revision 11782 to …
|
|
|
@67d9ca0c
|
17 years |
michaelni |
const
Originally committed as revision 11781 to …
|
|
|
@6fd4315e
|
17 years |
michaelni |
const
Originally committed as revision 11780 to …
|
|
|
@d177b620
|
17 years |
michaelni |
const
Originally committed as revision 11779 to …
|
|
|
@04650579
|
17 years |
michaelni |
more const
Originally committed as revision 11778 to …
|
|
|
@4a431e9e
|
17 years |
michaelni |
const
Originally committed as revision 11777 to …
|
|
|
@bed9dc16
|
17 years |
michaelni |
const
Originally committed as revision 11776 to …
|
|
|
@4894578
|
17 years |
michaelni |
const
Originally committed as revision 11775 to …
|
|
|
@ffb52962
|
17 years |
michaelni |
some const
Originally committed as revision 11774 to …
|
|
|
@b31178c9
|
17 years |
michaelni |
some const
Originally committed as revision 11773 to …
|
|
|
@3cc89383
|
17 years |
michaelni |
const
Originally committed as revision 11772 to …
|
|
|
@96c5ba15
|
17 years |
michaelni |
const
Originally committed as revision 11771 to …
|
|
|
@01791786
|
17 years |
michaelni |
forgotten const
Originally committed as revision 11770 to …
|
|
|
@13c2619e
|
17 years |
michaelni |
const
Originally committed as revision 11769 to …
|
|
|
@fb8a82d2
|
17 years |
michaelni |
const
Originally committed as revision 11768 to …
|
|
|
@0942f55c
|
17 years |
michaelni |
const
Originally committed as revision 11767 to …
|
|
|
@3052e4b5
|
17 years |
michaelni |
some const
Originally committed as revision 11766 to …
|
|
|
@317b3092
|
17 years |
michaelni |
const
Originally committed as revision 11765 to …
|
|
|
@1855abe
|
17 years |
michaelni |
const
Originally committed as revision 11764 to …
|
|
|
@73965d1b
|
17 years |
baptiste.coudurier |
const
Originally committed as revision 11763 to …
|
|
|
@47a0513b
|
17 years |
baptiste.coudurier |
const
Originally committed as revision 11762 to …
|
|
|
@fbdad670
|
17 years |
michaelni |
const
Originally committed as revision 11761 to …
|
|
|
@10313fe0
|
17 years |
michaelni |
const
Originally committed as revision 11760 to …
|
|
|
@2cc7c65
|
17 years |
michaelni |
const
Originally committed as revision 11759 to …
|
|
|
@095f08d5
|
17 years |
michaelni |
some const
Originally committed as revision 11758 to …
|
|
|
@4bae195f
|
17 years |
michaelni |
const
Originally committed as revision 11757 to …
|
|
|
@2b12d6fc
|
17 years |
baptiste.coudurier |
add const
Originally committed as revision 11756 to …
|
|
|
@ec9f6493
|
17 years |
michaelni |
Replace get32() by AV_RL32().
Originally committed as revision 11755 …
|
|
|
@530902f3
|
17 years |
michaelni |
const
Originally committed as revision 11754 to …
|
|
|
@48670d47
|
17 years |
michaelni |
const
Originally committed as revision 11753 to …
|
|
|
@cd5a654e
|
17 years |
michaelni |
const
Originally committed as revision 11752 to …
|
|
|
@5cbbbf37
|
17 years |
michaelni |
const
Originally committed as revision 11751 to …
|
|
|
@81ef51e6
|
17 years |
michaelni |
const
Originally committed as revision 11750 to …
|
|
|
@a8a8f204
|
17 years |
michaelni |
const
Originally committed as revision 11749 to …
|
|
|
@f5b2e900
|
17 years |
michaelni |
const
Originally committed as revision 11748 to …
|
|
|
@08e50529
|
17 years |
michaelni |
const
Originally committed as revision 11747 to …
|
|
|
@7e2ea583
|
17 years |
michaelni |
some const
Originally committed as revision 11746 to …
|
|
|
@6ea28fc5
|
17 years |
michaelni |
const
Originally committed as revision 11745 to …
|
|
|
@0e03ed2e
|
17 years |
michaelni |
const
Originally committed as revision 11744 to …
|
|
|
@2b57b463
|
17 years |
michaelni |
const
Originally committed as revision 11743 to …
|
|
|
@3d37b11f
|
17 years |
michaelni |
some const
Originally committed as revision 11742 to …
|
|
|
@16db3585
|
17 years |
michaelni |
const
Originally committed as revision 11741 to …
|
|
|
@92ddaf26
|
17 years |
michaelni |
const
Originally committed as revision 11740 to …
|
|
|