summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Use new static VLC scheme in Indeo2, Musepack and WNV1 decodersKostya Shishkov2009-04-17
* Remvoe useless assignment found by CSA.Michael Niedermayer2009-04-17
* Remove unused variable from decode_init() found by CSA.Michael Niedermayer2009-04-17
* Remove useless assignment in generate_codebook(). Found by Clang static analy...Vitor Sessak2009-04-17
* Remove unused variables from ff_mjpeg_decode_sos() found by CSA.Michael Niedermayer2009-04-17
* Remove useless assignment from h263_pred_dc() found by the clang static analy...Michael Niedermayer2009-04-17
* Move declarations in mpeg1_encode_motion() closer to where they are needed.Michael Niedermayer2009-04-17
* Useless assignment found by the clang static analyzer.Michael Niedermayer2009-04-17
* Get rid of an unused variable, found by the clang static analyzer.Michael Niedermayer2009-04-17
* ac3dec: reorder output channels to SMPTE channel orderJustin Ruggles2009-04-17
* Change tgq_decode_mb function arguments from using int8_t to uint8_t, this doesReimar Döffinger2009-04-17
* ac3enc: reorder input channels to AC-3 channel orderJustin Ruggles2009-04-17
* Add guaranteed alignment for loading dest pixels in avg_pixels16_neonDavid Conrad2009-04-16
* VC1 loop filter uses the frame quantizer not the mb quantizerDavid Conrad2009-04-16
* Support broken avc nal encapsulation.Michael Niedermayer2009-04-16
* flacenc: write initial blocksize to STREAMINFO header instead of currentJustin Ruggles2009-04-16
* [COSMETIC] Correct a minor nit. Should be clearer now.Reynaldo H. Verdejo Pinochet2009-04-15
* Fix possibly harmful outbound addressing. Patch by Kenan Gillet.Kenan Gillet2009-04-15
* avg_ pixel functions need to use (dst+pix+1)>>1 to average with existingDavid Conrad2009-04-15
* Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad2009-04-15
* Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad2009-04-15
* Move VC1 loop filter to DSPContextDavid Conrad2009-04-15
* VC1: extend MMX qpel MC to include MMX2 avg qpelDavid Conrad2009-04-15
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-14
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-14
* For every line, copy 3*width bytes instead of linesize[0] to avoidVitor Sessak2009-04-14
* VC1: Do qpel when needed for both MVs in a B frameDavid Conrad2009-04-14
* Mark src constant in copy_block*().Alex Converse2009-04-14
* fix indentationBaptiste Coudurier2009-04-14
* avoid strcmp NULL, fix segv on mingwBaptiste Coudurier2009-04-14
* Fix skip_put_bits() buf_ptr increment.Stefano Sabatini2009-04-13
* Skip loop iterations which are no-ops due to data1[-lag..-1] being zero.Bobby Bingham2009-04-13
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
* Do not use full include path for get_bits.h, since the header is inStefano Sabatini2009-04-13
* flacenc : do not #include libavutil/lls.h since lpc code is nowJai Menon2009-04-13
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* alacenc : cosmetics : remove misleading commentJai Menon2009-04-13
* fix indentationBaptiste Coudurier2009-04-13
* fix indentation and remove whitespace after returnBaptiste Coudurier2009-04-13
* Init state to -1 in h264 parser.Baptiste Coudurier2009-04-13
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-12
* Fix wrong size computation for buffer. Patch is part ofReynaldo H. Verdejo Pinochet2009-04-12
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-12
* Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun2009-04-12
* Fix 2 access units in a packet mp4s.Michael Niedermayer2009-04-12
* Get rid of the non sensical idea of using the current picture for missingMichael Niedermayer2009-04-12
* Factorize field_end() out.Michael Niedermayer2009-04-12
* Assert that the first list1 entry is a reference frame.Michael Niedermayer2009-04-12
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-12
* Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger2009-04-12