9516 Commits (38efe76877333ab782c8faeb9ba21cb64b5e0409)

Author SHA1 Message Date
David Conrad c374691b28 Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only 16 years ago
Vitor Sessak de5922f179 For every line, copy 3*width bytes instead of linesize[0] to avoid 16 years ago
David Conrad 6cecd63005 VC1: Do qpel when needed for both MVs in a B frame 16 years ago
Alex Converse 184fcc60b7 Mark src constant in copy_block*(). 16 years ago
Baptiste Coudurier bee3140a88 fix indentation 16 years ago
Baptiste Coudurier de481d7fed avoid strcmp NULL, fix segv on mingw 16 years ago
Stefano Sabatini ad25b95470 Fix skip_put_bits() buf_ptr increment. 16 years ago
Bobby Bingham 0aed5e9fb8 Skip loop iterations which are no-ops due to data1[-lag..-1] being zero. 16 years ago
Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 16 years ago
Stefano Sabatini 084c7cc54a Do not use full include path for get_bits.h, since the header is in 16 years ago
Jai Menon 437f884da6 flacenc : do not #include libavutil/lls.h since lpc code is now 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Jai Menon 309a8bb8a1 alacenc : cosmetics : remove misleading comment 16 years ago
Baptiste Coudurier 1b66180263 fix indentation 16 years ago
Baptiste Coudurier e44745f1a8 fix indentation and remove whitespace after return 16 years ago
Baptiste Coudurier 8fa0ae060b Init state to -1 in h264 parser. 16 years ago
Diego Biurrun c5662879ff Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. 16 years ago
Reynaldo H. Verdejo Pinochet 8bf7a510b9 Fix wrong size computation for buffer. Patch is part of 16 years ago
Diego Biurrun 5137235e0c Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. 16 years ago
Diego Biurrun 788cca4135 Remove AltiVec optimizations for Snow. They are hindering the development 16 years ago
Michael Niedermayer d225a1e248 Fix 2 access units in a packet mp4s. 16 years ago
Michael Niedermayer ead793358a Get rid of the non sensical idea of using the current picture for missing 16 years ago
Michael Niedermayer 256299d302 Factorize field_end() out. 16 years ago
Michael Niedermayer 7824b129a0 Assert that the first list1 entry is a reference frame. 16 years ago
Reimar Döffinger 238ef6dadd Add a av_fast_malloc function and replace several uses of av_fast_realloc, 16 years ago
Reimar Döffinger 9bf993a5b5 Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf 16 years ago
Reimar Döffinger 55775b099d Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders 16 years ago
Stefano Sabatini 53bd67ec89 Document pbBufPtr(). 16 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Justin Ruggles f79e331f34 Add names for 5.0 and 5.1 back speaker channel layouts. 16 years ago
John Fletcher dae2434928 Fix documentation for avcodec_encode_audio(), in the case of PCM audio 16 years ago
Stefano Sabatini 4af615b81e Document the 'size' parameter of set_put_bits_buffer_size(). 16 years ago
Stefano Sabatini 930cab5944 Document ff_put_string(). 16 years ago
Stefano Sabatini 147a90a3e5 Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. 16 years ago
Stefano Sabatini 54b02ccda2 Rename the 'put_zero' parameter of ff_put_string() to 16 years ago
Stefano Sabatini 980f54513e Add documentation for skip_put_bytes(). 16 years ago
Stefano Sabatini 093364da30 Doxygenate ff_copy_bits(). 16 years ago
Stefano Sabatini 86755e82f7 Factorize declaration for the two variants of put_bits(). 16 years ago
Michael Niedermayer 1b923aa44a Two INIT_VLC_USE_STATIC cases Carl missed. 16 years ago
Michael Niedermayer 78435e9971 get rid of INIT_VLC_USE_STATIC in h261. 16 years ago
Michael Niedermayer 76ac719888 Get rid of INIT_VLC_USE_STATIC in rv10/rv20. 16 years ago
Michael Niedermayer 2a0241ae12 Get rid of INIT_VLC_USE_STATIC in 4xm. 16 years ago
Michael Niedermayer 5338bec697 Get rid of INIT_VLC_USE_STATIC in asv1. 16 years ago
Michael Niedermayer 5cf4331b04 Get rid of INIT_VLC_USE_STATIC in msmpeg4 16 years ago
Stefano Sabatini 0a73e94fd6 Clarify documentation for put_bits_count(). 16 years ago
Reimar Döffinger 80d403fc19 Get rid of av_destruct_packet_nofree and use NULL instead. 16 years ago
Carl Eugen Hoyos e161e007be Use INIT_VLC_USE_STATIC and not its value "1". 16 years ago
Stefano Sabatini facf521daa Document align_put_bits(). 16 years ago
Stefano Sabatini fc660a0143 Doxygenate flush_put_bits() documentation. 16 years ago
Stefano Sabatini e46ddebd14 Doxygenate put_bits_count() documentation. 16 years ago