aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Add guaranteed alignment for loading dest pixels in avg_pixels16_neonDavid Conrad2009-04-161-4/+4
* VC1 loop filter uses the frame quantizer not the mb quantizerDavid Conrad2009-04-161-19/+19
* Support broken avc nal encapsulation.Michael Niedermayer2009-04-161-4/+5
* flacenc: write initial blocksize to STREAMINFO header instead of currentJustin Ruggles2009-04-161-2/+4
* [COSMETIC] Correct a minor nit. Should be clearer now.Reynaldo H. Verdejo Pinochet2009-04-151-2/+2
* Fix possibly harmful outbound addressing. Patch by Kenan Gillet.Kenan Gillet2009-04-151-6/+4
* avg_ pixel functions need to use (dst+pix+1)>>1 to average with existingDavid Conrad2009-04-152-16/+22
* Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad2009-04-152-127/+98
* Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad2009-04-153-24/+64
* Move VC1 loop filter to DSPContextDavid Conrad2009-04-153-89/+90
* VC1: extend MMX qpel MC to include MMX2 avg qpelDavid Conrad2009-04-152-133/+187
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-145-2/+44
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-146-14/+14
* For every line, copy 3*width bytes instead of linesize[0] to avoidVitor Sessak2009-04-141-1/+1
* VC1: Do qpel when needed for both MVs in a B frameDavid Conrad2009-04-144-58/+100
* Mark src constant in copy_block*().Alex Converse2009-04-141-6/+6
* fix indentationBaptiste Coudurier2009-04-141-1/+1
* avoid strcmp NULL, fix segv on mingwBaptiste Coudurier2009-04-141-1/+1
* Fix skip_put_bits() buf_ptr increment.Stefano Sabatini2009-04-131-1/+1
* Skip loop iterations which are no-ops due to data1[-lag..-1] being zero.Bobby Bingham2009-04-131-2/+2
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-1311-20/+20
* Do not use full include path for get_bits.h, since the header is inStefano Sabatini2009-04-131-1/+1
* flacenc : do not #include libavutil/lls.h since lpc code is nowJai Menon2009-04-131-1/+0
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13100-104/+104
* alacenc : cosmetics : remove misleading commentJai Menon2009-04-131-1/+0
* fix indentationBaptiste Coudurier2009-04-131-1/+1
* fix indentation and remove whitespace after returnBaptiste Coudurier2009-04-131-1/+1
* Init state to -1 in h264 parser.Baptiste Coudurier2009-04-131-1/+1
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-121-1/+0
* Fix wrong size computation for buffer. Patch is part ofReynaldo H. Verdejo Pinochet2009-04-121-4/+4
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-127-162/+59
* Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun2009-04-123-791/+0
* Fix 2 access units in a packet mp4s.Michael Niedermayer2009-04-121-1/+7
* Get rid of the non sensical idea of using the current picture for missingMichael Niedermayer2009-04-121-1/+4
* Factorize field_end() out.Michael Niedermayer2009-04-121-40/+46
* Assert that the first list1 entry is a reference frame.Michael Niedermayer2009-04-121-0/+2
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-1211-11/+50
* Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger2009-04-123-7/+7
* Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decodersReimar Döffinger2009-04-122-2/+2
* Document pbBufPtr().Stefano Sabatini2009-04-121-1/+4
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-1225-284/+335
* Add names for 5.0 and 5.1 back speaker channel layouts.Justin Ruggles2009-04-121-0/+2
* Fix documentation for avcodec_encode_audio(), in the case of PCM audioJohn Fletcher2009-04-111-0/+3
* Document the 'size' parameter of set_put_bits_buffer_size().Stefano Sabatini2009-04-111-0/+2
* Document ff_put_string().Stefano Sabatini2009-04-111-0/+6
* Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.Stefano Sabatini2009-04-111-3/+3
* Rename the 'put_zero' parameter of ff_put_string() toStefano Sabatini2009-04-112-3/+3
* Add documentation for skip_put_bytes().Stefano Sabatini2009-04-111-1/+1
* Doxygenate ff_copy_bits().Stefano Sabatini2009-04-111-0/+6
* Factorize declaration for the two variants of put_bits().Stefano Sabatini2009-04-111-6/+2