log

age author description
2010-06-04 hyc Use AV_BASE64_SIZE() macro libavcodec
2010-06-03 cehoyos Raise default vorbis encoding quality. libavcodec
2010-06-03 michael Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 codecs. libavcodec
2010-06-03 michael Document the frames returned by the decoder better. libavcodec
2010-06-03 cehoyos VP8 encoding via libvpx. libavcodec
2010-06-03 stefano Fix misc typos. libavcodec
2010-06-03 alexc aacdec: Work around illegal files with all elem_id tags set to the same value. libavcodec
2010-06-02 mru ARM: struct offsets for Apple ABI libavcodec
2010-06-02 mru ARM: remove some unnecessary ifdefs, fix implicit declaration warnings libavcodec
2010-06-02 mru ARM: check struct offsets only when they are used libavcodec
2010-06-02 stefano Remove weird empty line and perform vertical align. libavcodec
2010-06-02 darkshikari Properly initialize x264_picture_t in libx264. libavcodec
2010-06-02 mru ARM: fail build if hardcoded struct offsets are wrong libavcodec
2010-06-02 cehoyos Avoid division by zero that caused noise, typically at the beginning or libavcodec
2010-06-02 mru bink: correctly align local arrays libavcodec
2010-06-02 stefano Make avcodec_string() use av_get_codec_tag_string(). libavcodec
2010-06-02 stefano Implement av_get_codec_tag_string() and use it in ffprobe. libavcodec
2010-06-01 conrad arm neon: Add missing mangle to external symbol libavcodec
2010-06-01 mru ARM: NEON clear_block[s] libavcodec
2010-06-01 rbultje Move get_buffer() calls from decode_init() to decode_frame(). Anything else is libavcodec
2010-06-01 stefano Fix eval-test compilation. libavcodec
2010-06-01 stefano Cosmetics: reindent and break some overly long line. libavcodec
2010-06-01 stefano Cosmetics: consistently apply K&R style. libavcodec
2010-06-01 stefano Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters: libavcodec
2010-06-01 stefano Make ff_parse_expr() and ff_parse_and_eval_expr() return an int libavcodec
2010-05-31 bcoudurier Pass codec pixel format list to get_format, if present, fix vdpau decoding libavcodec
2010-05-30 maxim Make dequantization equation use less registers on some CPUs. libavcodec
2010-05-30 maxim Remove unused variables. libavcodec
2010-05-29 mru ARM: NEON optimised dct_unquantize_h263_{intra,inter} libavcodec
2010-05-29 kostya 321l: do not use shifted s->linesize instead of correct s->uvlinesize. libavcodec
2010-05-28 bcoudurier In h264 decoder, use jpeg yuv pixel format when full range is set in vui libavcodec
2010-05-28 alexc aacenc: Remove an unnecessary division from the TLS. libavcodec