20446 Commits (f740c1a9c2a6b70b44b59faeb27e1a9cd8e9ec39)

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