15241 Commits (8e37038a3458e6b55c9ebc28f077e2119a41b59e)

Author SHA1 Message Date
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
Janne Grunau e67e3a3f4a fate-golomb: extend golomb-test to get_ue_golomb_long() 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 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 afa4069e3b lavc/lavf: remove unnecessary symbols from the symbol version script. 13 years ago
Anton Khirnov f5f49a66a2 lavc: reorder AVCodec 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
Justin Ruggles ddf70db6d7 adpcmenc: Do not set coded_frame->key_frame. 13 years ago
Justin Ruggles 3c4add27f7 mpc7: check for allocation failure 13 years ago
Justin Ruggles eac31dd163 mpc7: align local temp buffer 13 years ago
Christophe Gisquet e5c9de2ab7 rv40: x86 SIMD for biweight 13 years ago
Diego Biurrun 91bafb52ae x86: Give RV40 init file a more suitable name. 13 years ago
Diego Biurrun c30b198381 x86: Place mm_flags variable declaration below the appropriate #ifdef. 13 years ago
Justin Ruggles 89eea6df28 aacenc: make sure to encode enough frames to cover all input samples. 13 years ago
Justin Ruggles f44005b610 aacenc: only use the number of input samples provided by the user. 13 years ago
Alex Converse 48f1e5212c wmadec: Verify bitstream size makes sense before calling init_get_bits. 13 years ago
Alex Converse ae35210a5d kmvc: Log into a context at a log level constant. 13 years ago
Alex Converse dfa37fe8a3 mpeg12: Pad framerate tab to 16 entries. 13 years ago
Michael Niedermayer a02e8df973 kgv1dec: Increase offsets array size so it is large enough. 13 years ago
Alex Converse 386741f887 kmvc: Check palsize. 13 years ago
Christophe Gisquet 6b03900382 x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf 13 years ago
Ronald S. Bultje af79a0c48a png: add support for bpp>4 to paeth x86 SIMD code. 13 years ago
Ronald S. Bultje f91c4b7824 png: add SSE2 version for add_bytes_l2. 13 years ago
Ronald S. Bultje 59f474b49d png: convert DSP functions to yasm. 13 years ago
Mans Rullgard 3715d841a6 Fix non-C89 declarations in for loops 13 years ago
Ronald S. Bultje 20a7d3178f png: add missing #if HAVE_SSSE3 around function pointer assignment. 13 years ago
Ronald S. Bultje 331e7c4cb3 imdct36: mark SSE functions as using all 16 XMM registers. 13 years ago
Ronald S. Bultje e92003514d png: move DSP functions to their own DSP context. 13 years ago
Aneesh Dogra f9708e9a0e sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats. 13 years ago
Aneesh Dogra 415f358a1f sunrast: Cosmetics 13 years ago
Aneesh Dogra 4ffb8e2c14 sunrast: Remove if (unsigned int < 0) check. 13 years ago
Aneesh Dogra fef3771778 sunrast: Replace magic number by a macro. 13 years ago
Nathan Caldwell 2e626dd513 aacenc: Fix LONG_START windowing. 13 years ago
Nathan Caldwell dc7e7d4dd9 aacenc: Fix a bug where deinterleaved samples were stored in the wrong place. 13 years ago