32425 Commits (a86ca94615454e795be35a2842bdc49284b799fc)
 

Author SHA1 Message Date
Justin Ruggles c3a06615bd bethsoftvideo: fix palette reading. 13 years ago
Justin Ruggles 83ce51cc7d mpc7: use av_fast_padded_malloc() 13 years ago
Justin Ruggles b5b825c381 mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes 13 years ago
Paul B Mahol 41dd77bdbc doc: decoding Forward Uncompressed is supported 13 years ago
Justin Ruggles 236a550c3f Fix a typo in the x86 asm version of ff_vector_clip_int32() 13 years ago
Justin Ruggles 3c432631e9 pcmenc: Do not set avpkt->size. 13 years ago
Justin Ruggles 1a670973a7 ff_alloc_packet: modify the size of the packet to match the requested size 13 years ago
Paul B Mahol 5ff88020ac frwu: Employ more meaningful return values. 13 years ago
Reimar Döffinger f54ae2f8e7 fraps: Use av_fast_padded_malloc() instead of av_realloc() 13 years ago
Reimar Döffinger 0880503fbb mjpegdec: use av_fast_padded_malloc() 13 years ago
Reimar Döffinger 2f4b9021a1 eatqi: use av_fast_padded_malloc() 13 years ago
Reimar Döffinger 00db4d4ad5 asv1: use av_fast_padded_malloc() 13 years ago
Janne Grunau 316fc7443b avcodec: Add av_fast_padded_malloc(). 13 years ago
Ronald S. Bultje 378c5ef9ae swscale: enable dithering in MMX functions. 13 years ago
Ronald S. Bultje 212f161caa swscale: make rgb24 function macros slightly smaller. 13 years ago
Diego Biurrun 3b637dca72 avcodec.h: Remove some disabled cruft. 13 years ago
Ronald S. Bultje f5490fbe3b swscale: remove obsolete comment. 13 years ago
Diego Biurrun 2e3fb9e372 swscale-test: Drop unused argc and argv arguments from main(). 13 years ago
Paul B Mahol 8ca8e4a846 zmbv: Employ more meaningful return values. 13 years ago
Paul B Mahol 013a677fb6 zmbvenc: Employ more meaningful return values. 13 years ago
Janne Grunau 510ef04a46 vc1: prevent null pointer dereference on broken files 13 years ago
Janne Grunau cb0b284381 zmbv: check av_realloc() return values and avoid memleaks on ENOMEM 13 years ago
Paul B Mahol d4eeadcbbf truespeech: align buffer 13 years ago
Mans Rullgard 034b03e7a0 ac3: Do not read past the end of ff_ac3_band_start_tab. 13 years ago
Alex Converse 2d1c0dea5f dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936. 13 years ago
Michael Niedermayer 5a396bb3a6 dv: Fix null pointer dereference due to ach=0 13 years ago
Michael Niedermayer 635bcfccd4 dv: check stype 13 years ago
Janne Grunau e67e3a3f4a fate-golomb: extend golomb-test to get_ue_golomb_long() 13 years ago
Alex Converse c0bc7bd1e7 swfdec: Simplify sample rate calculation. 13 years ago
Diego Biurrun 52afc97168 fate: add golomb-test 13 years ago
Diego Biurrun 9e3a2736bd golomb-test: K&R formatting cosmetics 13 years ago
Diego Biurrun 631f96f959 h264: Split h264-test off into a separate file - golomb-test.c. 13 years ago
Diego Biurrun 4ff46af039 h264-test: cleanup: drop timer invocations, commented out code and other cruft 13 years ago
Diego Biurrun 3856a2aaa6 h264-test: Remove unused DSP and AVCodec contexts and related init calls. 13 years ago
Diego Biurrun b010178e84 adpcm: Add missing stdint.h #include to fix standalone header compilation. 13 years ago
Anton Khirnov dd6d3b0e02 lavf: add functions for accessing the fourcc<->CodecID mapping tables. 13 years ago
Anton Khirnov bc90199848 lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). 13 years ago
Anton Khirnov 0e72ad95f9 lavc: make avcodec_close() work properly on unopened codecs. 13 years ago
Anton Khirnov af08d9aeea lavc: add avcodec_is_open(). 13 years ago
Anton Khirnov f7fe41a04f lavf: rename AVInputFormat.value to raw_codec_id. 13 years ago
Anton Khirnov 9a463917d3 lavf: remove the pointless value field from flv and iv8 13 years ago
Anton Khirnov afa4069e3b lavc/lavf: remove unnecessary symbols from the symbol version script. 13 years ago
Anton Khirnov f5f49a66a2 lavc: reorder AVCodec fields. 13 years ago
Anton Khirnov 183eaa9a25 lavf: reorder AVInput/OutputFormat fields. 13 years ago
Alex Converse f372ce119b mp3dec: Fix a heap-buffer-overflow 13 years ago
Justin Ruggles a3a0691bde adpcmenc: remove some unneeded casts 13 years ago
Justin Ruggles 149f2058a4 adpcmenc: use int16_t and uint8_t instead of short and unsigned char. 13 years ago
Justin Ruggles dd88ae831a adpcmenc: fix adpcm_ms extradata allocation 13 years ago
Justin Ruggles 877a1d409c adpcmenc: return proper AVERROR codes instead of -1 13 years ago
Justin Ruggles cb023d9afe adpcmenc: check for coded_frame allocation failure 13 years ago