16769 Commits (8a61ba0e8194beffdfd9f843bdcf29dbbc974ca5)

Author SHA1 Message Date
  Michael Niedermayer d225a1e248 Fix 2 access units in a packet mp4s. 17 years ago
  Michael Niedermayer ead793358a Get rid of the non sensical idea of using the current picture for missing 17 years ago
  Michael Niedermayer 256299d302 Factorize field_end() out. 17 years ago
  Michael Niedermayer 7824b129a0 Assert that the first list1 entry is a reference frame. 17 years ago
  Reimar Döffinger 238ef6dadd Add a av_fast_malloc function and replace several uses of av_fast_realloc, 17 years ago
  Reimar Döffinger 9bf993a5b5 Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf 17 years ago
  Reimar Döffinger 55775b099d Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders 17 years ago
  Stefano Sabatini 53bd67ec89 Document pbBufPtr(). 17 years ago
  Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 17 years ago
  Justin Ruggles f79e331f34 Add names for 5.0 and 5.1 back speaker channel layouts. 17 years ago
  John Fletcher dae2434928 Fix documentation for avcodec_encode_audio(), in the case of PCM audio 17 years ago
  Stefano Sabatini 4af615b81e Document the 'size' parameter of set_put_bits_buffer_size(). 17 years ago
  Stefano Sabatini 930cab5944 Document ff_put_string(). 17 years ago
  Stefano Sabatini 147a90a3e5 Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. 17 years ago
  Stefano Sabatini 54b02ccda2 Rename the 'put_zero' parameter of ff_put_string() to 17 years ago
  Stefano Sabatini 980f54513e Add documentation for skip_put_bytes(). 17 years ago
  Stefano Sabatini 093364da30 Doxygenate ff_copy_bits(). 17 years ago
  Stefano Sabatini 86755e82f7 Factorize declaration for the two variants of put_bits(). 17 years ago
  Michael Niedermayer 1b923aa44a Two INIT_VLC_USE_STATIC cases Carl missed. 17 years ago
  Michael Niedermayer 78435e9971 get rid of INIT_VLC_USE_STATIC in h261. 17 years ago
  Michael Niedermayer 76ac719888 Get rid of INIT_VLC_USE_STATIC in rv10/rv20. 17 years ago
  Michael Niedermayer 2a0241ae12 Get rid of INIT_VLC_USE_STATIC in 4xm. 17 years ago
  Michael Niedermayer 5338bec697 Get rid of INIT_VLC_USE_STATIC in asv1. 17 years ago
  Michael Niedermayer 5cf4331b04 Get rid of INIT_VLC_USE_STATIC in msmpeg4 17 years ago
  Stefano Sabatini 0a73e94fd6 Clarify documentation for put_bits_count(). 17 years ago
  Reimar Döffinger 80d403fc19 Get rid of av_destruct_packet_nofree and use NULL instead. 17 years ago
  Carl Eugen Hoyos e161e007be Use INIT_VLC_USE_STATIC and not its value "1". 17 years ago
  Stefano Sabatini facf521daa Document align_put_bits(). 17 years ago
  Stefano Sabatini fc660a0143 Doxygenate flush_put_bits() documentation. 17 years ago
  Stefano Sabatini e46ddebd14 Doxygenate put_bits_count() documentation. 17 years ago
  Stefano Sabatini f7a2aab7d8 Doxygenate init_put_bits(). 17 years ago
  Diego Biurrun 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 17 years ago
  Thilo Borgmann ee30cdabad Add support to CorePNG P-frames. 17 years ago
  Reimar Döffinger 6752dd5aee Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the thread 17 years ago
  Diego Biurrun 222ab26c62 Remove unused variables along with the related warnings. 17 years ago
  Reimar Döffinger cbf1eae9a5 Add forgotten void return type to ff_h264_free_context 17 years ago
  Diego Biurrun e4732ba98b Fix sigill on non-MMX2 CPUs. 17 years ago
  Thilo Borgmann 4f313925ec Use the new avcodec_decode_* API. 17 years ago
  Reimar Döffinger b6b6676085 Make sure error resilience does not try to use unavailable reference frames. 17 years ago
  Reimar Döffinger 15861962a7 Add a ff_h264_free_context function and call it from the H.264 parser. 17 years ago
  Michael Niedermayer c81185a183 Make sure mpeg2 has its height rounded up to 32 as that is needed 17 years ago
  Michael Niedermayer cfe675269b Do not use SSE2 SAD for snow as it requires more alignment than can be 17 years ago
  Martin Storsjö 2b12317a90 Fix documentation for the "-ps" option 17 years ago
  Michael Niedermayer cc0241283b Make sure the next used frame is released so get_buffer() wont fail. 17 years ago
  Michael Niedermayer 38fd076c21 Move release_buffer() up so it is prior to a future call to it. 17 years ago
  Michael Niedermayer 0a08b5735b Factorize release_buffer() 17 years ago
  Michael Niedermayer eebbb33abf Make sure spatial_decomposition_count is not too large for picture size. 17 years ago
  Michael Niedermayer 69409ccb80 Skip non intra frames that have no reference frames. 17 years ago
  Michael Niedermayer 440882f7be Make sure spatial_decomposition_count is >0. 17 years ago
  Michael Niedermayer dc7f45a08e Make sure the block array is of the correct size. 17 years ago