19552 Commits (a5af29336ab4d483f122215482b74a2f0043d125)

Author SHA1 Message Date
Martin Storsjö 3641b0489c Add support for iLBC decoding/encoding via the external library libilbc 13 years ago
Ronald S. Bultje db28b01dcf dirac: replace compound literal with normal initialiser 13 years ago
Michael Niedermayer b90f83e905 snowenc: update selftest code for the new temporary arrays 13 years ago
Mans Rullgard 9fcda25e35 vorbisdec: replace div/mod in loop with a counter 13 years ago
Carl Eugen Hoyos 3b3150ec9b Fix interlaced prediction for RGB utvideo. 13 years ago
Ronald S. Bultje d9669eab0b dwt: remove variable-length arrays 13 years ago
Michael Niedermayer 1125606a1f vp3dec: fix null ptr derefernce. 13 years ago
Michael Niedermayer 4aed3ac86a msmpeg4enc: use av_assert 13 years ago
Michael Niedermayer c390822e18 intel h263 dec: support advanced prediction 13 years ago
Paul B Mahol 137e80817d lavc: build some codecs only if they are actually enabled 13 years ago
Ronald S. Bultje 17fad33f81 Change all uses of restrict to use av_restrict instead. 13 years ago
Michael Niedermayer 9946a6aa55 diracdsp: try to fix segfault 13 years ago
Michael Niedermayer 3000074495 mpegvideo_common.h: use av_assert 13 years ago
Stefano Sabatini 6808759a58 lavc/rawdec: fix various bogus error codes and add some logs 13 years ago
Stefano Sabatini 3cc1a89881 lavc/utils: in avcodec_decode_video2() return proper error code instead of -1 13 years ago
Paul B Mahol be32145e9d j2kdec: move s->avctx initialization to j2kdec_init() 13 years ago
Paul B Mahol 29e9f83192 j2kdec: check colorspace ncomponents 13 years ago
Clément Bœsch b678daf05c lavc/microdvddec: fix color parsing. 13 years ago
Clément Bœsch 47395a4f52 lavc/microdvddec: properly reset non persistent color tag. 13 years ago
J. Bohl 0719e44b58 new attribute "extern inline" (fixing linker error with ff_get_mb_score and ff_get_mb_score) 13 years ago
Paul B Mahol a09ae4ef65 Remove duplicated png and mng signatures. 13 years ago
Diego Biurrun d246c18ea6 Avoid C99 variable declarations within for statements. 13 years ago
Michael Niedermayer bb850480e1 mjpegenc: support slice multithreading 13 years ago
Paul B Mahol ddece75bc8 png_parser: use designated initializers 13 years ago
Paul B Mahol 79c39a98cf Add truehd decoder line. 13 years ago
Paul B Mahol 1b129c2abc flashsv2enc: align codec declarations 13 years ago
Paul B Mahol 8ce0c7d264 g729dec: align codec declarations 13 years ago
Paul B Mahol 225489f19b mjpegdec: remove superfluous "mjpeg " 13 years ago
Paul B Mahol 0f73ac3fc8 vqavideo: pass context to remaining av_(d)log 13 years ago
Michael Niedermayer dded4cb20b lavc: fix support of unofficial pix_fmt extensions of jpeg 13 years ago
Paul B Mahol c1d62489e1 libvorbis: split encoder from decoder 13 years ago
Diego Biurrun af10feadc2 ppc: Rename H.264 optimization template file for consistency. 13 years ago
Paul B Mahol f06269dda5 cosmetics: align more codecs declarations 13 years ago
Justin Ruggles 4795362660 golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls() 13 years ago
Paul B Mahol a7fbc5d004 libvorbis: cosmetics: remove empty line at EOF 13 years ago
Michael Niedermayer 65efc66d8e pngenc: use av_assert 13 years ago
Michael Niedermayer 7925f923a5 4xm: use av_assert() 13 years ago
Nedeljko Babic 3827a86eac Optimization of AMR NB and WB decoders for MIPS 13 years ago
Paul B Mahol 751dcd9243 Remove eightsvx_raw decoder line 13 years ago
Michael Niedermayer 709b54eae9 rv20enc: use av_assert 13 years ago
Carl Eugen Hoyos 37f1a7d51d Make png-in-mov QuickTime-compatible for more colour-spaces. 13 years ago
James Zern cb7f062286 libvpxenc: add support for forced key frames 13 years ago
Michael Niedermayer a5ca3203f0 rangecoder: use av_assert 13 years ago
Michael Niedermayer 1248de53c1 amrnbdec: use av_assert 13 years ago
Michael Niedermayer 4e3a5bc1f6 j2k: remove unreachable assert() 13 years ago
Michael Niedermayer 9e724d7216 dct-test: fix alignment in ff_prores_idct_put_10_sse2() 13 years ago
Michael Niedermayer 1321e6eaa7 tiffenc: use av_assert() 13 years ago
Michael Niedermayer bcbb30e2a0 libmp3lame: add missing layout terminator 13 years ago
Michael Niedermayer 3b196bb737 libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM 13 years ago
Michael Niedermayer 915ec91e6b libavcodec/x86/h264dsp_mmx.c: add forgotten HAVE_YASM 13 years ago