37539 Commits (da1ba4e88b5bf723f8889798cb71f4e1cabb7a00)
 

Author SHA1 Message Date
Paul B Mahol ab7da16ea4 ffv1dec: PIX_FMT_YUVA420P support 13 years ago
Paul B Mahol 7054629f04 ffv1enc: PIX_FMT_YUVA420P support 13 years ago
Michael Niedermayer 05ebe51e00 mpeg/h264: update thread context even if it is not initialized. 13 years ago
Michael Niedermayer e4a714f65a h264: Return the correct number of bytes for mid strea, extradata. 13 years ago
Michael Niedermayer 146ef3f37c pngdec: fix warning about pointer types 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
Clément Bœsch c673671333 ffmpeg: fix -map_channel being ignored when resampling is not needed. 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
Michael Niedermayer 151ecc2aec Merge remote-tracking branch 'qatar/master' 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
Michael Niedermayer b8c1655882 avidec: print informative error messages if seeking fails. 13 years ago
Carl Eugen Hoyos 97da38c99b Allow decoding of 64bit png images. 13 years ago
Carl Eugen Hoyos ea604de91e Simplify "deloco" and support decoding of 48bit loco png. 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
Michael Bradshaw f0d6828dbe Supoort decoding of gray16 images with libopenjpeg. 13 years ago
Clément Bœsch 6a3cc21242 mp3dec: fix truncating packet error message while decoding a complete MP3. 13 years ago
Clément Bœsch cc7342f712 assdec: fix wrong alloc pointer check. 13 years ago
Clément Bœsch 7c0d30b57b ass: use av_asprintf() instead of a temporary stack buffer. 13 years ago
Martin Storsjö 75ab1e62d4 movdec: Ignore sample_degradation_priority bits when checking first_sample_flags 13 years ago
Martin Storsjö 89f6e8a20c flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, too 13 years ago
Anton Khirnov d7edd359ec avconv: deprecate the -deinterlace option 13 years ago
Michael Niedermayer 9729f140ae diracdec: Fix integer overflow leading to out of global array read. 13 years ago
Michael Niedermayer d2a47c9473 fate: add support for specifying the shell used to run configure 13 years ago
Martin Storsjö c9b309e8cb doc: Fix the name of the new function 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