29776 Commits (580fa76c5c8b4372247221a4602527a060e2d5b4)
 

Author SHA1 Message Date
Michael Niedermayer 3df9150d69 doc:Partial update of our issue tracker doc. More work needed, volunteers welcome. 14 years ago
Peter Ross fddf0521c6 wtv: calculate ole date correctly (is seconds since 1899-12-30) 14 years ago
Peter Ross 8acab7ae5b wtv: detect ole date overflow 14 years ago
Michael Niedermayer 3dd779eb0a swscale: implement Nbit->non native endian 16bit. Fixes v210. 14 years ago
Michael Niedermayer f2bfdc3836 fate: add 9/10 BE pixdesc checksums 14 years ago
Alex Converse 847aaec682 log: Fix an oob array read. 14 years ago
Alex Converse c38d9780eb cosmetics: trim trailing whitespace in postproc 14 years ago
Alex Converse 1569554153 Ban strncpy() it's too easy to misuse. 14 years ago
Nathan Caldwell b58e298572 psymodel: Remove wrapper functions. 14 years ago
Nathan Caldwell 5b29af624f aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch' and 'w'. 14 years ago
Stefano Sabatini 554d3ad730 pnmdec: reindent after the previous commit 14 years ago
Stefano Sabatini 4a745b4177 pnmdec: add support for mono images with non-space-separated pixel digits 14 years ago
Michael Niedermayer b0e1d0d9ee ffv1enc: support PIX_FMT_YUV420P10 & PIX_FMT_YUV422P10 14 years ago
Baptiste Coudurier 74bf9d6231 v210enc:clip values according to specifications 14 years ago
Baptiste Coudurier 3e002747d1 v210enc: switch to PIX_FMT_422P10 14 years ago
Baptiste Coudurier 807a058e8b v210dec: switch to PIX_FMT_422P10 14 years ago
Stefano Sabatini 4737a59373 ffv1: set internal frame defaults 14 years ago
Baptiste Coudurier b9e608492a swscale: 9,10 bits pixel format output support 14 years ago
Baptiste Coudurier 299cbe2c9b PIX_FMT_422P10 support 14 years ago
Michael Niedermayer af3c8f8230 adpcmenc:Optimize adpcm_ima_qt_compress_sample() 14 years ago
Baptiste Coudurier 35d3d44a84 adpcmenc: fix QT IMA ADPCM encoder 14 years ago
Baptiste Coudurier b3d5a4b06e adpcmdec: Fix QT IMA ADPCM decoder 14 years ago
Mans Rullgard fc7314b31c regtest: remove redundant flags in jpg test 14 years ago
Mans Rullgard 765f72f8c4 regtest: use run_ffmpeg in do_image_formats 14 years ago
Mans Rullgard 2728fd9053 regtest: simplify encoding functions 14 years ago
Anton Khirnov 648e55ff1b ffmpeg.c: check for interlaced flag in the correct place. 14 years ago
Michael Niedermayer 6d6b0c96fd Merge remote branch 'qatar/master' 14 years ago
Michael Niedermayer 732ff29bff svq1dec: simpify mean calculation. 14 years ago
Michael Niedermayer 8f5729d54d svq1dec: replace /2 by >>1 14 years ago
Michael Niedermayer 0257ac8f12 pnm: Fix spurious error message. 14 years ago
Stefano Sabatini 7030501383 libopenjpeg: set internal frame defaults 14 years ago
Reimar Döffinger b06397acd4 Fix function pointer type to match function it is assigned. 14 years ago
Reimar Döffinger 80264dc422 Store pointers in a less messy way in SWSContext. 14 years ago
Reimar Döffinger d3445a911c Remove unused variable. 14 years ago
Reimar Döffinger 48b9b7edb3 Replace deprecated url_fseek by avio_seek. 14 years ago
Reimar Döffinger 5ce33e6bc5 Move ifdef to avoid unused variable warnings. 14 years ago
Reimar Döffinger 1795364205 Remove unused variables. 14 years ago
Reimar Döffinger 8c3651f4a5 Fix printf format string, fixes a warning. 14 years ago
Michael Niedermayer 7deaa2b8bd riffenc/ffmpeg: Fix stream copy 14 years ago
Michael Niedermayer 99119bdffe ffplay: fix null pointer read when codec unavilable. 14 years ago
Reimar Döffinger 6fd00e9dd9 aacdec: add decode_channel_map overread check 14 years ago
Reimar Döffinger 5631729c3d Increase TS packet size detection buffer. 14 years ago
Reimar Döffinger 90f5e991be Assume some TS packet size instead of failing completely. 14 years ago
jan gerber 5901cd6236 oggdec:Correct duration 14 years ago
Michael Niedermayer c8981edd90 Only add 1 byte to av_malloc(0) when it actually returned NULL 14 years ago
Michael Niedermayer 91ff05f6ac Make av_realloc(0) behave like our av_malloc(0) 14 years ago
Stefano Sabatini ea7f73c52e vsrc_buffer: during init, print information about timebase and sample aspect ratio 14 years ago
Stefano Sabatini 64c06615d2 vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interface 14 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini 2beac7c325 ffmpeg: rename ost->pict_tmp to ost->resample_frame 14 years ago