36486 Commits (da7baaaae79b4d7d715d35ea6bcfbdd149edc177)
 

Author SHA1 Message Date
Anton Khirnov da7baaaae7 aasc: fix output for msrle compression. 12 years ago
Anton Khirnov 9bd6375d5f msrledec: check bounds before constructing a possibly invalid pointer, 12 years ago
Anton Khirnov 6a39985451 cmdutils: remove ansi from the list of broken codecs. 12 years ago
Anton Khirnov 238614de67 cdgraphics: do not rely on get_buffer() initializing the frame. 12 years ago
Anton Khirnov 6ed9fc44ba svq1: replace struct svq1_frame_size with an array. 12 years ago
Anton Khirnov 99162f8d46 vf_yadif: silence a warning. 12 years ago
Diego Biurrun 48a4ffa722 asf: K&R formatting cosmetics 12 years ago
Vladimir Pantelic 77bcb89600 vc1dec: use codec_id instead of codec_tag for VC1IMAGE 12 years ago
Luca Barbato b2a722a87e sh4: drop unused functions 12 years ago
Diego Biurrun 620289a20e sh4: Fix silly type vs. variable name search and replace typo 12 years ago
Diego Biurrun 70b348ec5b configure: Group all hwaccels together in a separate variable 12 years ago
Diego Biurrun c9f933b5b6 Add av_cold attributes to arch-specific init functions 12 years ago
Diego Biurrun 25841dfe80 Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. 12 years ago
Diego Biurrun e66240f22e avfilter: x86: consistent filenames for filter optimizations 12 years ago
Anton Khirnov d9df93efbf mpegvideo: simplify REBASE_PICTURE 12 years ago
Diego Biurrun 76d90125cd vf_hqdn3d: x86: Add proper arch optimization initialization 12 years ago
Diego Biurrun 6c1a7d07eb Use proper "" quotes for local header #includes 12 years ago
Diego Biurrun 4eef2ed707 ppc: fmtconvert: Drop two unused variables. 12 years ago
Anton Khirnov 9ec8971060 bink demuxer: set framerate. 12 years ago
Anton Khirnov 1730ca2eca bink demuxer: check malloc return value 12 years ago
Anton Khirnov f2960097e4 bink: fix a check for the first frame. 12 years ago
Diego Biurrun 8787847dc6 doc/developer: Drop obsolete MPlayer reference 12 years ago
Diego Biurrun 8b0fda180e doc/developer: Add ISC license to list of acceptable licenses 12 years ago
Diego Biurrun cb30bf7f03 doc/developer: Add web links for all suggested licenses 12 years ago
Diego Biurrun 52acd79165 x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp 12 years ago
Diego Biurrun 197252f1c5 configure: Add a comment indicating why uclibc is checked before glibc 12 years ago
Diego Biurrun 29f1fa7422 configure: Move newlib libc check before mingw libc check 12 years ago
Diego Biurrun 0f5b0b4178 avisynth: Change demuxer name to avoid conflicts with AVS 12 years ago
Martin Storsjö a65f965c04 mpegvideo: Do REBASE_PICTURE with byte pointers 12 years ago
Ronald S. Bultje a5ba798c16 dsputil: remove unused functions copy_block{2, 4, 8, 16}. 12 years ago
Martin Storsjö 61d36761ef movenc: Simplify code by using avio_wb24 12 years ago
Luca Barbato 4e0bc996d9 bfin: unbreak compilation 12 years ago
Anton Khirnov 7194330bcd vf_delogo: fix copying the input frame. 12 years ago
Anton Khirnov f81c37e40f vf_delogo: fix an uninitialized read. 12 years ago
Anton Khirnov 76e74e4831 h264: remove obsolete comment. 12 years ago
Anton Khirnov 47318953dd mpegvideo: remove some unused variables from Picture. 12 years ago
Anton Khirnov 231fd1ed39 utvideoenc/v410enc: do not set AVFrame.reference. 12 years ago
Anton Khirnov e6b1c3bbe7 pthread: make ff_thread_release_buffer idempotent. 12 years ago
Anton Khirnov 729b37149c mvi: set framerate 12 years ago
Anton Khirnov aec50f79e7 rawdec: use AVPALETTE_SIZE instead of magic constants. 12 years ago
Anton Khirnov e6da5d215b mimic: remove a pointless cast. 12 years ago
Anton Khirnov 30d62507cd mdec: return meaningful error codes. 12 years ago
Anton Khirnov f713411d4c mdec: cosmetics, reformat 12 years ago
Anton Khirnov 098eed95bc mdec: merge mdec_common_init() into decode_init(). 12 years ago
Anton Khirnov f1c395944c eatgv: use fixed-width types where appropriate. 12 years ago
Diego Biurrun c59211b437 x86: Simplify some arch conditionals 12 years ago
Diego Biurrun 438ea561ad bfin: Separate VP3 initialization code 12 years ago
Luca Barbato f550583c00 bfin: update VP3 idct 12 years ago
Michael Niedermayer 834e9fb056 x86: hpeldsp: Fix a typo, use the right register 12 years ago
Luca Barbato 4839fbe2d1 shorten: fix array subscript is below array bounds warning 12 years ago