summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-14
| | | | Originally committed as revision 18518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-14
| | | | Originally committed as revision 18517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* For every line, copy 3*width bytes instead of linesize[0] to avoidVitor Sessak2009-04-14
| | | | | | | | problems with padding. Fix issue 959 Originally committed as revision 18512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC1: Do qpel when needed for both MVs in a B frameDavid Conrad2009-04-14
| | | | Originally committed as revision 18511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark src constant in copy_block*().Alex Converse2009-04-14
| | | | Originally committed as revision 18506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2009-04-14
| | | | Originally committed as revision 18503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid strcmp NULL, fix segv on mingwBaptiste Coudurier2009-04-14
| | | | Originally committed as revision 18502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix skip_put_bits() buf_ptr increment.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip loop iterations which are no-ops due to data1[-lag..-1] being zero.Bobby Bingham2009-04-13
| | | | Originally committed as revision 18498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
| | | | | | | The new name is more readable and consistent with the FFmpeg naming style. Originally committed as revision 18497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use full include path for get_bits.h, since the header is inStefano Sabatini2009-04-13
| | | | | | | the same directory. Consistent with r16260. Originally committed as revision 18496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacenc : do not #include libavutil/lls.h since lpc code is nowJai Menon2009-04-13
| | | | | | separate. Originally committed as revision 18495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alacenc : cosmetics : remove misleading commentJai Menon2009-04-13
| | | | Originally committed as revision 18493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2009-04-13
| | | | Originally committed as revision 18482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentation and remove whitespace after returnBaptiste Coudurier2009-04-13
| | | | Originally committed as revision 18481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Init state to -1 in h264 parser.Baptiste Coudurier2009-04-13
| | | | | | | | | | | | | Fix: ==22063== Conditional jump or move depends on uninitialised value(s) ==22063== at 0x811A4B7: ff_find_start_code (mpegvideo.c:99) ==22063== by 0x82F5B74: parse_nal_units (h264_parser.c:132) ==22063== by 0x82F5A68: h264_parse (h264_parser.c:261) [...] ==22063== Uninitialised value was created by a stack allocation ==22063== at 0x82F5AF5: parse_nal_units (h264_parser.c:112) Originally committed as revision 18479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-12
| | | | Originally committed as revision 18478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong size computation for buffer. Patch is part ofReynaldo H. Verdejo Pinochet2009-04-12
| | | | | | netgem's changeset. Originally committed as revision 18477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-12
| | | | Originally committed as revision 18476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun2009-04-12
| | | | | | of Snow, which is still in flux. Originally committed as revision 18475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 2 access units in a packet mp4s.Michael Niedermayer2009-04-12
| | | | | | Fixes issue944 and possibly others. Originally committed as revision 18474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of the non sensical idea of using the current picture for missingMichael Niedermayer2009-04-12
| | | | | | reference pictures. Originally committed as revision 18473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize field_end() out.Michael Niedermayer2009-04-12
| | | | Originally committed as revision 18472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Assert that the first list1 entry is a reference frame.Michael Niedermayer2009-04-12
| | | | Originally committed as revision 18471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-12
| | | | | | thus avoiding potential memleaks and pointless memcpys. Originally committed as revision 18470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger2009-04-12
| | | | | | | where easily possible (mimic, eatqi, 4xm). This allows to avoid a typecast. Originally committed as revision 18469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decodersReimar Döffinger2009-04-12
| | | | Originally committed as revision 18467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document pbBufPtr().Stefano Sabatini2009-04-12
| | | | Originally committed as revision 18466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
| | | | | | put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add names for 5.0 and 5.1 back speaker channel layouts.Justin Ruggles2009-04-12
| | | | Originally committed as revision 18459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix documentation for avcodec_encode_audio(), in the case of PCM audioJohn Fletcher2009-04-11
| | | | | | | | the output buffer size may be less than FF_MIN_BUFFER_SIZE. Patch by John Fletcher john.surname AT rd . bbc . co . uk. Originally committed as revision 18449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the 'size' parameter of set_put_bits_buffer_size().Stefano Sabatini2009-04-11
| | | | Originally committed as revision 18448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ff_put_string().Stefano Sabatini2009-04-11
| | | | Originally committed as revision 18447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.Stefano Sabatini2009-04-11
| | | | Originally committed as revision 18443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the 'put_zero' parameter of ff_put_string() toStefano Sabatini2009-04-11
| | | | | | 'terminate_string'. Originally committed as revision 18442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add documentation for skip_put_bytes().Stefano Sabatini2009-04-11
| | | | Originally committed as revision 18441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenate ff_copy_bits().Stefano Sabatini2009-04-11
| | | | Originally committed as revision 18440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize declaration for the two variants of put_bits().Stefano Sabatini2009-04-11
| | | | Originally committed as revision 18439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Two INIT_VLC_USE_STATIC cases Carl missed.Michael Niedermayer2009-04-11
| | | | Originally committed as revision 18438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of INIT_VLC_USE_STATIC in h261.Michael Niedermayer2009-04-11
| | | | Originally committed as revision 18437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of INIT_VLC_USE_STATIC in rv10/rv20.Michael Niedermayer2009-04-11
| | | | Originally committed as revision 18436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of INIT_VLC_USE_STATIC in 4xm.Michael Niedermayer2009-04-11
| | | | Originally committed as revision 18435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of INIT_VLC_USE_STATIC in asv1.Michael Niedermayer2009-04-11
| | | | Originally committed as revision 18434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of INIT_VLC_USE_STATIC in msmpeg4Michael Niedermayer2009-04-11
| | | | Originally committed as revision 18433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify documentation for put_bits_count().Stefano Sabatini2009-04-11
| | | | Originally committed as revision 18432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger2009-04-11
| | | | | | It is still used in comparisons to keep ABI compatibility. Originally committed as revision 18431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11
| | | | Originally committed as revision 18430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document align_put_bits().Stefano Sabatini2009-04-10
| | | | Originally committed as revision 18427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenate flush_put_bits() documentation.Stefano Sabatini2009-04-10
| | | | Originally committed as revision 18426 to svn://svn.ffmpeg.org/ffmpeg/trunk