11691 Commits (fa586439936beb5a1cd7a1a605ce70120c03cfbb)

Author SHA1 Message Date
Jason Garrett-Glaser 652d9d24dc Properly initialize x264_picture_t in libx264. 15 years ago
Måns Rullgård a76eec3b78 ARM: fail build if hardcoded struct offsets are wrong 15 years ago
Frank Barchard 83b7076131 Avoid division by zero that caused noise, typically at the beginning or 15 years ago
Måns Rullgård 5dc051f4c1 bink: correctly align local arrays 15 years ago
Stefano Sabatini ab0b53786b Make avcodec_string() use av_get_codec_tag_string(). 15 years ago
Stefano Sabatini 7e566bbe6c Implement av_get_codec_tag_string() and use it in ffprobe. 15 years ago
David Conrad 6a7d7b88af arm neon: Add missing mangle to external symbol 15 years ago
Måns Rullgård 73404a44c1 ARM: NEON clear_block[s] 15 years ago
Sebastian Vater 522d3930ff Move get_buffer() calls from decode_init() to decode_frame(). Anything else is 15 years ago
Stefano Sabatini 79513857ba Fix eval-test compilation. 15 years ago
Stefano Sabatini b851dd9e9b Cosmetics: reindent and break some overly long line. 15 years ago
Stefano Sabatini 0cd28d9494 Cosmetics: consistently apply K&R style. 15 years ago
Stefano Sabatini 9711439b44 Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters: 15 years ago
Stefano Sabatini 9ace13b416 Make ff_parse_expr() and ff_parse_and_eval_expr() return an int 15 years ago
Baptiste Coudurier 9ad7dfc110 Pass codec pixel format list to get_format, if present, fix vdpau decoding 15 years ago
Maxim Poliakovski 274793de6e Make dequantization equation use less registers on some CPUs. 15 years ago
Maxim Poliakovski 25e20240b1 Remove unused variables. 15 years ago
Måns Rullgård 41331b65f2 ARM: NEON optimised dct_unquantize_h263_{intra,inter} 15 years ago
Kostya Shishkov 1c100b1367 321l: do not use shifted s->linesize instead of correct s->uvlinesize. 15 years ago
Baptiste Coudurier 0435fb16d7 In h264 decoder, use jpeg yuv pixel format when full range is set in vui 15 years ago
Alex Converse c91dce994d aacenc: Remove an unnecessary division from the TLS. 15 years ago
Alex Converse 911fbc452b Cosmetics: whitespace 15 years ago
Alex Converse 04d6a54e13 aacenc: Remove unnecessary variables and scopes in the TLS. 15 years ago
Howard Chu 82f1ffc7ba Cleanup prev commit, flag variable should start with 0 15 years ago
Howard Chu 23584bec87 Parse avctx->extradata if available. 15 years ago
David Conrad c0fda017d1 vp3: 10l Fix DC-only IDCT for C and ARM too 15 years ago
David Conrad 179655b6c6 vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to the 15 years ago
Cyril Russo 5d55bb9f11 aacdec: Clarify a channel mapping comment. 15 years ago
Alex Converse e84c276f31 Mark AAC encoder as experimental. 15 years ago
David Conrad 4717f87259 VP8 parser 15 years ago
David Conrad 910b9f30c8 Add const to ff_emulated_edge_mc 15 years ago
David Conrad 94b303ba08 Add more const to _l4 pixel functions 15 years ago
David Conrad a4501a45db vp3: Skip the loop filter when strength is 0 or when requested 15 years ago
Jai Menon 3491a9b266 Cosmetics : Fix typo. 15 years ago
Jean-Daniel Dupas 71dab7be91 Some fields were incorrectly reset (to NULL) when calling avcodec_copy_context(). 15 years ago
Stefano Sabatini ab8f600902 Add support for the newly added Nut codec tags (added in Nut r669): 15 years ago
Maxim Poliakovski 9c6b3b97d7 Add the forgotten ff_ prefix to the shareable scan patterns. 15 years ago
Howard Chu 05e953193d Factorize ff_h264_decode_extradata(). 15 years ago
Carl Eugen Hoyos 35f7c39a5d Mark vorbis encoder as experimental. 15 years ago
Stefano Sabatini fe9c200774 Bump minor version bump and add an APIchanges entry after addition of 15 years ago
Carl Eugen Hoyos 31cd5a9aad Bump minor version and add Changelog entry after r23334. 15 years ago
Michael Niedermayer d3752b15d8 Treat SIPP like xvid, fixed issue1966 15 years ago
Maxim Poliakovski 220f2bd9c5 move indeo5 scan patterns into ivi_common.c 15 years ago
Janne Grunau 93ebfeea90 Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it. 15 years ago
Alex Converse 74a6df59e3 Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once. 15 years ago
Alex Converse 9069b7d35f Fix declaration after statement 15 years ago
Frank Barchard 344f5c9fb3 Do not invert samples when encoding Vorbis. 15 years ago
Michael Niedermayer f4348e6cce Check for VUI overeading and reset num_reoder_frames. 15 years ago
Martin Storsjö 8ac942d8f5 Cosmetics: reindent after the previous commit 15 years ago
Martin Storsjö 11f6181af1 api-example: Try to avoid decoding incomplete frames 15 years ago