12019 Commits (fca58a815aa242e707b22db3fce1da44a50ffcd4)

Author SHA1 Message Date
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
Alex Converse 0ecfa7b7c7 aacenc: Split find_max_val() from find_min_book() to eliminate duplicate searches. 15 years ago
Alex Converse af2ee6fc49 Remove useless costly inf checks from the trellis scalefactor search. 15 years ago
Alex Converse acc9f51fe1 aacenc: Trellis over scalefactors using an estimated codebook rather than every codebook. 15 years ago
Alex Converse 144c5e3dd2 aacenc: Only trellis over a column of 61 scalefactors (reduced from 256). 15 years ago
Alex Converse 05e659ef83 aacenc: Factor out find_min_book so it can be used by multiple coefficient coders. 15 years ago
Michael Niedermayer 31a7a6eb5e Correct golomb vlc decoding tables. 15 years ago
Carl Eugen Hoyos a7890f4474 Headers for libvpx are installed into vpx subdirectory. 15 years ago
David Conrad cc46005f50 theora: Don't read an excess bit for maximum length long bit runs if the run 15 years ago
James Zern 8299a7f819 VP8 decoding via libvpx. 15 years ago
Cyril Russo d3d8748177 Fix documentation of av_audio_convert. 15 years ago
Reimar Döffinger 6d9b7a7dab Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction. 15 years ago
Stefano Sabatini 6a2c9b8bcb Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV to 15 years ago
Stefano Sabatini 1beff414a2 Rename findPixelFormat() to find_pix_fmt(). 15 years ago
Stefano Sabatini 6531b5c9f4 Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. 15 years ago
Stefano Sabatini 4d2f703a34 Fix doxy reference to unexisting function. 15 years ago
Michael Niedermayer 2b65bb45b5 Change eval API to take parent log context and log level offset. 15 years ago
Baptiste Coudurier d545fa56f1 fix x264 encoding when delay is > number of input frames 15 years ago
Alex Converse c2341b8596 Add a chomp BSF to consume zero padding at the end of a packet. 15 years ago
Alex Converse c16d5a6f14 Make aac_decode_frame() consume zero padding at the end of a packet. 15 years ago
David Conrad 7382617a2f Bump minor version for CODEC_ID_VP8 15 years ago
Google a98c2dfab0 Add VP8 CODEC_ID 15 years ago
Maxim Poliakovski 15f9fa3d61 Fix signedness of q_delta field of the IVIMbInfo. 15 years ago