summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the threadReimar Döffinger2009-04-10
* Remove unused variables along with the related warnings.Diego Biurrun2009-04-10
* Add forgotten void return type to ff_h264_free_contextReimar Döffinger2009-04-10
* Fix sigill on non-MMX2 CPUs.Diego Biurrun2009-04-10
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
* Make sure error resilience does not try to use unavailable reference frames.Reimar Döffinger2009-04-10
* Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger2009-04-10
* Make sure mpeg2 has its height rounded up to 32 as that is neededMichael Niedermayer2009-04-10
* Do not use SSE2 SAD for snow as it requires more alignment than can beMichael Niedermayer2009-04-09
* Fix documentation for the "-ps" optionMartin Storsjö2009-04-09
* Make sure the next used frame is released so get_buffer() wont fail.Michael Niedermayer2009-04-09
* Move release_buffer() up so it is prior to a future call to it.Michael Niedermayer2009-04-09
* Factorize release_buffer()Michael Niedermayer2009-04-09
* Make sure spatial_decomposition_count is not too large for picture size.Michael Niedermayer2009-04-09
* Skip non intra frames that have no reference frames.Michael Niedermayer2009-04-09
* Make sure spatial_decomposition_count is >0.Michael Niedermayer2009-04-09
* Make sure the block array is of the correct size.Michael Niedermayer2009-04-09
* Check spatial_decomposition_count too, fixes another crash.Michael Niedermayer2009-04-09
* 10l, forgot to remove old code, which broke snow.Michael Niedermayer2009-04-09
* Factorize check of read symbols.Michael Niedermayer2009-04-09
* Fix spatial_decomposition_type validity check.Michael Niedermayer2009-04-09
* Fix crash when max_ref_frames was out of range.Michael Niedermayer2009-04-09
* Remove unnecessary gcc_fixes.h #include.Diego Biurrun2009-04-09
* cosmetics: Reformat comment paragraph and fix a few typos in it.Diego Biurrun2009-04-09
* Fix mb_height for interlaced mpeg2.Michael Niedermayer2009-04-08