9268 Commits (fc660a01435314536101ade688ef21eb346d1a32)

Author SHA1 Message Date
Stefano Sabatini fc660a0143 Doxygenate flush_put_bits() documentation. 16 years ago
Stefano Sabatini e46ddebd14 Doxygenate put_bits_count() documentation. 16 years ago
Stefano Sabatini f7a2aab7d8 Doxygenate init_put_bits(). 16 years ago
Diego Biurrun 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 16 years ago
Thilo Borgmann ee30cdabad Add support to CorePNG P-frames. 16 years ago
Reimar Döffinger 6752dd5aee Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the thread 16 years ago
Diego Biurrun 222ab26c62 Remove unused variables along with the related warnings. 16 years ago
Reimar Döffinger cbf1eae9a5 Add forgotten void return type to ff_h264_free_context 16 years ago
Diego Biurrun e4732ba98b Fix sigill on non-MMX2 CPUs. 16 years ago
Thilo Borgmann 4f313925ec Use the new avcodec_decode_* API. 16 years ago
Reimar Döffinger b6b6676085 Make sure error resilience does not try to use unavailable reference frames. 16 years ago
Reimar Döffinger 15861962a7 Add a ff_h264_free_context function and call it from the H.264 parser. 16 years ago
Michael Niedermayer c81185a183 Make sure mpeg2 has its height rounded up to 32 as that is needed 16 years ago
Michael Niedermayer cfe675269b Do not use SSE2 SAD for snow as it requires more alignment than can be 16 years ago
Martin Storsjö 2b12317a90 Fix documentation for the "-ps" option 16 years ago
Michael Niedermayer cc0241283b Make sure the next used frame is released so get_buffer() wont fail. 16 years ago
Michael Niedermayer 38fd076c21 Move release_buffer() up so it is prior to a future call to it. 16 years ago
Michael Niedermayer 0a08b5735b Factorize release_buffer() 16 years ago
Michael Niedermayer eebbb33abf Make sure spatial_decomposition_count is not too large for picture size. 16 years ago
Michael Niedermayer 69409ccb80 Skip non intra frames that have no reference frames. 16 years ago
Michael Niedermayer 440882f7be Make sure spatial_decomposition_count is >0. 16 years ago
Michael Niedermayer dc7f45a08e Make sure the block array is of the correct size. 16 years ago
Michael Niedermayer bc4350a333 Check spatial_decomposition_count too, fixes another crash. 16 years ago
Michael Niedermayer 45d1d9794d 10l, forgot to remove old code, which broke snow. 16 years ago
Michael Niedermayer 158f189f82 Factorize check of read symbols. 16 years ago
Michael Niedermayer a794356602 Fix spatial_decomposition_type validity check. 16 years ago
Michael Niedermayer f0812be883 Fix crash when max_ref_frames was out of range. 16 years ago
Diego Biurrun 7a709548a7 Remove unnecessary gcc_fixes.h #include. 16 years ago
Diego Biurrun 952f18ffe6 cosmetics: Reformat comment paragraph and fix a few typos in it. 16 years ago
Michael Niedermayer 0127b86108 Fix mb_height for interlaced mpeg2. 16 years ago
Ramiro Polla e90f5b5ab1 configure: Add --enable-runtime-cpudetect 16 years ago
Reimar Döffinger feb993e579 Add av_shrink_packet function for use in av_get_packet that reduces pkt->size 16 years ago
Robert Swain 7b356d3951 Clarify which time_base the relevant members of AVPacket use 16 years ago
Robert Swain f0ed92df60 Fix second amr_nb_decode_frame() to also use the new AVPacket argument 16 years ago
Thilo Borgmann cdd8930e6a Move av_packet_*() functions from libavformat/ to libavcodec/, where the 16 years ago
Aurelien Jacobs 012f930855 fix vp5/vp6 decoding by using new prototype for decode function 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Thilo Borgmann 18c915eef4 Move AVPacket up a bit, so that structs/functions that include AVPacket can 16 years ago
Kenan Gillet 809e07c618 Move scale factor computation to its own function. Patch by Kenan 16 years ago
Michael Niedermayer 38d5647a63 Try to honor even completely invalid motion vectors as far as is 16 years ago
Justin Ruggles 8613af0a65 Add convenience macros for 5.0/5.1 back speaker configurations. 16 years ago
Ramiro Polla 75428fa447 mlpdec: Filters and matrices may change only once per substream per access unit. 16 years ago
Ramiro Polla 89e39be3b6 mlpdec: There must be no extraword for MLP. 16 years ago
Ramiro Polla cc9c512638 mlpdec: Validate non-restart bit from the substream header. 16 years ago
Ramiro Polla 0091d8a164 mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not max_channel. 16 years ago
Michael Niedermayer 300a3d0d00 Make sure the last bits of huffyuv frames are zeroed. 16 years ago
David Conrad cc2e555420 ARM: NEON optimized put_signed_pixels_clamped 16 years ago
Måns Rullgård 08e12b2240 ARM: NEON optimised add_pixels_clamped 16 years ago
Kenan Gillet 3c00556f4b Add missing static qualifier from function declaration. Patch by Kenan 16 years ago
Stefano Sabatini 6b4343616c Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency 16 years ago