log

age author description
2010-06-04 conrad libvorbis: Hook up min/max bitrate libavcodec
2010-06-04 conrad Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora libavcodec
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
2010-05-28 alexc Cosmetics: whitespace libavcodec
2010-05-28 alexc aacenc: Remove unnecessary variables and scopes in the TLS. libavcodec
2010-05-28 hyc Cleanup prev commit, flag variable should start with 0 libavcodec
2010-05-28 hyc Parse avctx->extradata if available. libavcodec
2010-05-28 conrad vp3: 10l Fix DC-only IDCT for C and ARM too libavcodec
2010-05-28 conrad vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to the libavcodec
2010-05-27 alexc aacdec: Clarify a channel mapping comment. libavcodec
2010-05-27 alexc Mark AAC encoder as experimental. libavcodec
2010-05-27 conrad VP8 parser libavcodec
2010-05-27 conrad Add const to ff_emulated_edge_mc libavcodec
2010-05-27 conrad Add more const to _l4 pixel functions libavcodec
2010-05-27 conrad vp3: Skip the loop filter when strength is 0 or when requested libavcodec
2010-05-27 jai_menon Cosmetics : Fix typo. libavcodec
2010-05-27 cehoyos Some fields were incorrectly reset (to NULL) when calling avcodec_copy_context(). libavcodec
2010-05-26 stefano Add support for the newly added Nut codec tags (added in Nut r669): libavcodec
2010-05-26 maxim Add the forgotten ff_ prefix to the shareable scan patterns. libavcodec
2010-05-26 cehoyos Factorize ff_h264_decode_extradata(). libavcodec
2010-05-26 cehoyos Mark vorbis encoder as experimental. libavcodec
2010-05-26 stefano Bump minor version bump and add an APIchanges entry after addition of libavcodec
2010-05-26 cehoyos Bump minor version and add Changelog entry after r23334. libavcodec
2010-05-26 michael Treat SIPP like xvid, fixed issue1966 libavcodec
2010-05-26 maxim moves indeo5 scan patterns into ivi_common.c libavcodec
2010-05-26 cehoyos Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it. libavcodec
2010-05-26 alexc Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once. libavcodec
2010-05-25 alexc Fix declaration after statement libavcodec
2010-05-25 cehoyos Do not invert samples when encoding Vorbis. libavcodec
2010-05-25 michael Check for VUI overeading and reset num_reoder_frames. libavcodec
2010-05-25 mstorsjo Cosmetics: reindent after the previous commit libavcodec
2010-05-25 mstorsjo api-example: Try to avoid decoding incomplete frames libavcodec
2010-05-25 alexc aacenc: Split find_max_val() from find_min_book() to eliminate duplicate searches. libavcodec