20505 Commits (b0fabed20fd9cbdc96f36687b84ebe75941e32de)

Author SHA1 Message Date
Michael Niedermayer 269e6212ee g723_1: add some const for more correctness 12 years ago
Michael Niedermayer 397ebc1d9b proresenc_anatoliy: add 2 const to silence 2 warnings 12 years ago
Nedeljko Babic b3fdfc8c4e Optimization of AC3 floating point decoder for MIPS 12 years ago
Michael Niedermayer 9afd55922a imgconvert: silence some const incompatible pointer warnings. 12 years ago
Luca Barbato 0db2d94280 dsputil: workaround __VA_ARGS__ missing tokenization for MSVC 12 years ago
Martin Storsjö 6d65496990 parser: Don't use pc as context for av_dlog 12 years ago
Michael Niedermayer 5e997688f8 h264: Remove an assert on current_picture_ptr being null 12 years ago
Clément Bœsch 3b6e9cd7ec lavc/dvdsubdec: parse the size from the extradata. 12 years ago
Martin Storsjö c7b610aa0b avopt: Explicitly store float/double option defaults in .dbl 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Michael Niedermayer 8c6d651fc3 paf: avoid using expressions with sideeffects in AV_R* 12 years ago
Michael Niedermayer 2d7d91f06d svq1enc: Set picture_structure correctly 12 years ago
Michael Niedermayer 91672504a4 mpegvideo: remove last_picture_ptr / h264 assert. 12 years ago
Michael Niedermayer 19000122a4 mpegvideo_enc: remove assert that has become obsolete with the new API 12 years ago
Michael Niedermayer 2c340596ca elbg: Fix an assert 12 years ago
Martin Storsjö cc86bd4ccc proresenc: Don't free a buffer not owned by the codec 12 years ago
Martin Storsjö 6d9e74cd41 proresenc: Write the full value in one put_bits call 12 years ago
Michael Niedermayer aa264da5bf adpcmenc: Calculate the IMA_QT predictor without overflow 12 years ago
Michael Niedermayer 688cb71252 aaccoder: switch to av_assert 12 years ago
Michael Niedermayer 7b1ff5e2f3 h263dec: fix xvid IDCT switching 12 years ago
Diego Biurrun a84ac7a860 x86: h264dsp: drop some unnecessary ifdefs around prototype declarations 12 years ago
Michael Niedermayer 1fa4018e29 jpegdec: try to fix different flipping behavior of inteljpegs. 12 years ago
Michael Niedermayer 507d2d28d6 lsp: change assert to av_assert 12 years ago
Michael Niedermayer c868219c9a lavc: put motion test back. 12 years ago
Alberto Delmás 344fbc47c7 mss12: merge decode_pixel() and decode_top_left_pixel() 12 years ago
Alberto Delmás 626c1a33ed mss12: reduce SliceContext size from 1067 to 164 KB 12 years ago
Alberto Delmás a97ee41bee mss12: move SliceContexts out of the common context into the codec contexts 12 years ago
Diego Biurrun eb239a577f build: avcodec: order cosmetics 12 years ago
Diego Biurrun 7681b8837a intrax8dsp: Add missing #include to make header standalone 12 years ago
Diego Biurrun 13b6b7e0e2 Delete motion-test tool; it is of doubtful utility. 12 years ago
Michael Niedermayer 5d55830388 snowdec: remove unused variable 12 years ago
Michael Niedermayer 0b23452c01 ffv1: fix 2 uninitialized variable warnings 12 years ago
Mans Rullgard 15616eb042 intrax8: move functions from dsputil to own context 12 years ago
Stefano Sabatini 06fc74bda0 lavc/codec_desc: fix name of wavesynth codec 12 years ago
Piotr Bandurski 53241b5dc7 lavc: add missing new line to some messages 12 years ago
Mahendra M 9b4badb09b Fix libx264 profile listing 12 years ago
Peter Ross 65a31a0de7 ansi: erase screen on first frame 12 years ago
Peter Ross 3ac718d60a ansi: support 256-colors 12 years ago
Peter Ross 95b9e56beb ansi: support escaped codes where last argument is zero 12 years ago
Peter Ross 368a768cbc ansi: remove misplaced return 12 years ago
Carl Eugen Hoyos a26789cf9f Fix compilation with yasm-0.6.2. 12 years ago
Stephan Hilb 296140ebfb cpia: move reget_buffer after header check 12 years ago
Michael Niedermayer dfb4757bbe lavc: support building with the forks ABI for avcodec_find_best_pix_fmt2() 12 years ago
Michael Niedermayer 2a54ae9df8 imgconvert: add avcodec_find_best_pix_fmt_of_2() 12 years ago
Reimar Döffinger fe79fc2ea5 dvbsubdec: set width/height from display def if not set. 12 years ago
Carl Eugen Hoyos 52be5428c0 Add some missing _EXTERNAL suffixes to yasm source files. 12 years ago
Michael Niedermayer f61ee9b564 dsicinav: fix signed integer overflow 12 years ago
Carl Eugen Hoyos f3683349ae Write TIFF Tag ExtraSamples when encoding pix_fmts that contain transparency information. 12 years ago