| Commit message (Expand) | Author | Age | Files | Lines |
* | libvorbis: Disable strict bitrate management when not requested | David Conrad | 2010-06-04 | 1 | -5/+4 |
* | libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor of | David Conrad | 2010-06-04 | 1 | -1/+1 |
* | libvorbis: Hook up min/max bitrate | David Conrad | 2010-06-04 | 1 | -1/+4 |
* | Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora | David Conrad | 2010-06-04 | 2 | -0/+93 |
* | Use AV_BASE64_SIZE() macro | Howard Chu | 2010-06-04 | 1 | -1/+1 |
* | Raise default vorbis encoding quality. | Frank Barchard | 2010-06-03 | 1 | -1/+1 |
* | Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 co... | Michael Niedermayer | 2010-06-03 | 1 | -1/+1 |
* | Document the frames returned by the decoder better. | Michael Niedermayer | 2010-06-03 | 1 | -0/+5 |
* | VP8 encoding via libvpx. | James Zern | 2010-06-03 | 4 | -2/+492 |
* | Fix misc typos. | Stefano Sabatini | 2010-06-03 | 1 | -10/+10 |
* | aacdec: Work around illegal files with all elem_id tags set to the same value. | Alex Converse | 2010-06-03 | 2 | -0/+18 |
* | ARM: struct offsets for Apple ABI | Måns Rullgård | 2010-06-02 | 1 | -0/+9 |
* | ARM: remove some unnecessary ifdefs, fix implicit declaration warnings | Måns Rullgård | 2010-06-02 | 2 | -4/+0 |
* | ARM: check struct offsets only when they are used | Måns Rullgård | 2010-06-02 | 1 | -0/+2 |
* | Remove weird empty line and perform vertical align. | Stefano Sabatini | 2010-06-02 | 1 | -3/+2 |
* | Properly initialize x264_picture_t in libx264. | Jason Garrett-Glaser | 2010-06-02 | 1 | -0/+1 |
* | ARM: fail build if hardcoded struct offsets are wrong | Måns Rullgård | 2010-06-02 | 3 | -7/+48 |
* | Avoid division by zero that caused noise, typically at the beginning or | Frank Barchard | 2010-06-02 | 1 | -1/+1 |
* | bink: correctly align local arrays | Måns Rullgård | 2010-06-02 | 1 | -2/+2 |
* | Make avcodec_string() use av_get_codec_tag_string(). | Stefano Sabatini | 2010-06-02 | 1 | -11/+3 |
* | Implement av_get_codec_tag_string() and use it in ffprobe. | Stefano Sabatini | 2010-06-02 | 2 | -2/+26 |
* | arm neon: Add missing mangle to external symbol | David Conrad | 2010-06-01 | 1 | -1/+1 |
* | ARM: NEON clear_block[s] | Måns Rullgård | 2010-06-01 | 2 | -0/+22 |
* | Move get_buffer() calls from decode_init() to decode_frame(). Anything else is | Sebastian Vater | 2010-06-01 | 1 | -13/+26 |
* | Fix eval-test compilation. | Stefano Sabatini | 2010-06-01 | 1 | -1/+1 |
* | Cosmetics: reindent and break some overly long line. | Stefano Sabatini | 2010-06-01 | 2 | -7/+15 |
* | Cosmetics: consistently apply K&R style. | Stefano Sabatini | 2010-06-01 | 1 | -64/+71 |
* | Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters: | Stefano Sabatini | 2010-06-01 | 2 | -52/+52 |
* | Make ff_parse_expr() and ff_parse_and_eval_expr() return an int | Stefano Sabatini | 2010-06-01 | 5 | -78/+156 |
* | Pass codec pixel format list to get_format, if present, fix vdpau decoding | Baptiste Coudurier | 2010-05-31 | 1 | -0/+2 |
* | Make dequantization equation use less registers on some CPUs. | Maxim Poliakovski | 2010-05-30 | 1 | -1/+1 |
* | Remove unused variables. | Maxim Poliakovski | 2010-05-30 | 1 | -2/+0 |
* | ARM: NEON optimised dct_unquantize_h263_{intra,inter} | Måns Rullgård | 2010-05-29 | 3 | -0/+123 |
* | 321l: do not use shifted s->linesize instead of correct s->uvlinesize. | Kostya Shishkov | 2010-05-29 | 1 | -6/+6 |
* | In h264 decoder, use jpeg yuv pixel format when full range is set in vui | Baptiste Coudurier | 2010-05-28 | 1 | -2/+11 |
* | aacenc: Remove an unnecessary division from the TLS. | Alex Converse | 2010-05-28 | 1 | -2/+2 |
* | Cosmetics: whitespace | Alex Converse | 2010-05-28 | 1 | -17/+17 |
* | aacenc: Remove unnecessary variables and scopes in the TLS. | Alex Converse | 2010-05-28 | 1 | -11/+3 |
* | Cleanup prev commit, flag variable should start with 0 | Howard Chu | 2010-05-28 | 2 | -4/+3 |
* | Parse avctx->extradata if available. | Howard Chu | 2010-05-28 | 2 | -0/+10 |
* | vp3: 10l Fix DC-only IDCT for C and ARM too | David Conrad | 2010-05-28 | 2 | -7/+3 |
* | vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to the | David Conrad | 2010-05-28 | 1 | -3/+1 |
* | aacdec: Clarify a channel mapping comment. | Cyril Russo | 2010-05-27 | 1 | -2/+2 |
* | Mark AAC encoder as experimental. | Alex Converse | 2010-05-27 | 1 | -1/+1 |
* | VP8 parser | David Conrad | 2010-05-27 | 3 | -0/+42 |
* | Add const to ff_emulated_edge_mc | David Conrad | 2010-05-27 | 2 | -2/+2 |
* | Add more const to _l4 pixel functions | David Conrad | 2010-05-27 | 1 | -4/+4 |
* | vp3: Skip the loop filter when strength is 0 or when requested | David Conrad | 2010-05-27 | 1 | -1/+6 |
* | Cosmetics : Fix typo. | Jai Menon | 2010-05-27 | 1 | -1/+1 |
* | Some fields were incorrectly reset (to NULL) when calling avcodec_copy_contex... | Jean-Daniel Dupas | 2010-05-27 | 1 | -3/+0 |