summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decodersReimar Döffinger2009-04-12
* Document pbBufPtr().Stefano Sabatini2009-04-12
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Add names for 5.0 and 5.1 back speaker channel layouts.Justin Ruggles2009-04-12
* Fix documentation for avcodec_encode_audio(), in the case of PCM audioJohn Fletcher2009-04-11
* Document the 'size' parameter of set_put_bits_buffer_size().Stefano Sabatini2009-04-11
* Document ff_put_string().Stefano Sabatini2009-04-11
* Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.Stefano Sabatini2009-04-11
* Rename the 'put_zero' parameter of ff_put_string() toStefano Sabatini2009-04-11
* Add documentation for skip_put_bytes().Stefano Sabatini2009-04-11
* Doxygenate ff_copy_bits().Stefano Sabatini2009-04-11
* Factorize declaration for the two variants of put_bits().Stefano Sabatini2009-04-11
* Two INIT_VLC_USE_STATIC cases Carl missed.Michael Niedermayer2009-04-11
* get rid of INIT_VLC_USE_STATIC in h261.Michael Niedermayer2009-04-11
* Get rid of INIT_VLC_USE_STATIC in rv10/rv20.Michael Niedermayer2009-04-11
* Get rid of INIT_VLC_USE_STATIC in 4xm.Michael Niedermayer2009-04-11
* Get rid of INIT_VLC_USE_STATIC in asv1.Michael Niedermayer2009-04-11
* Get rid of INIT_VLC_USE_STATIC in msmpeg4Michael Niedermayer2009-04-11
* Clarify documentation for put_bits_count().Stefano Sabatini2009-04-11
* Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger2009-04-11
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11
* Document align_put_bits().Stefano Sabatini2009-04-10
* Doxygenate flush_put_bits() documentation.Stefano Sabatini2009-04-10
* Doxygenate put_bits_count() documentation.Stefano Sabatini2009-04-10
* Doxygenate init_put_bits().Stefano Sabatini2009-04-10
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
* Add support to CorePNG P-frames.Thilo Borgmann2009-04-10