21744 Commits (5c910fcad8de393c38c696282fedbc1bbc75e5de)
 

Author SHA1 Message Date
Michael Niedermayer 52255d1746 End startcode prefix search at the end of a AVC unit. 15 years ago
Loren Merritt f543f636a5 revert r20775, because equivalent code has been committed to x264 instead 15 years ago
Jason Garrett-Glaser 099f772e83 Minor version bump for mbtree addition. 15 years ago
Carl Eugen Hoyos 4b86926b95 Support AVI1 and AVI2 in avi as MJPEG. 15 years ago
Zhihang Wang 24b403f3b7 Mention patcheck. 15 years ago
Stefano Sabatini 62096b99b1 Make parse_key_value_pair() print an error message if a key is not 15 years ago
Stefano Sabatini 7d132c544b Use an unsigned int to contain all the color values of the expressions 15 years ago
Loren Merritt 758c7455f1 fix a crash in ape decoding on x86_32 sse2 15 years ago
Daniel Verkamp 21600a7774 AC-3 decoder is no longer GPL; update FAQ 15 years ago
Jason Garrett-Glaser 2d0cacded7 Boolify options passed to x264. 15 years ago
Erik Slagter 25a42948c6 Add MBtree support for libx264 15 years ago
Andreas Öman f658631419 aac: Set sample rate in avctx from ADTS header (if not already set by some 15 years ago
Michael Niedermayer e262365d7c Reduce warnings about too few consumed bytes to debug level. 15 years ago
Stefano Sabatini e87eb039cc Fix alpha plane flipping for the yuva420p and similar pixel formats. 15 years ago
Michael Niedermayer e185a2f649 Do as the comment says and signal an error. 15 years ago
Michael Niedermayer b8919a3092 10l bug, use av_fast_malloc() instead if av_malloc() for allocating audio 15 years ago
Michael Niedermayer 15bfe412b7 Try to allocate audio buffer sizes depending on the number of input bytes. 15 years ago
Michael Niedermayer 5ee05a62f9 Check that the buffer size speified to avcodec_encode_audio() is not larger than the actual size. 15 years ago
Michael Niedermayer 060b8592d2 Do not assume that av_get_bits_per_sample() is a multiple of 8. 15 years ago
Michael Niedermayer b68a7679f9 Raise threshold of h263 probe by 1 to avoid misdetection. 15 years ago
Michael Niedermayer f76eef99a2 Add out commented av_log to debug h263_probe. 15 years ago
Michael Niedermayer 6de5b62790 Also print the number of invalid packets in the debug output. 15 years ago
Michael Niedermayer 55f6524789 Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have 15 years ago
Reimar Döffinger 7f6458a700 Make sure that compilation fails if functions like ff_put_string are used in code 15 years ago
Michael Niedermayer 80f4725060 Get rid of audio_out2, it seems unneeded. 15 years ago
Jai Menon 384af83725 Update seek.regression.ref. This is due to r20758. 15 years ago
Jai Menon 4da715cb24 AU : demuxed packet size should be sample size aligned. 15 years ago
Ramiro Polla a8bcc7b42b Document the differences between the two asm fragments in initMMX2HScaler(). 15 years ago
Michael Niedermayer 445a9deea6 Print error messages on errors. 15 years ago
Michael Niedermayer f78501b264 Fix apparent 10l typos introduced in r8627. 15 years ago
Ramiro Polla 75084e47ff Start using intermediate buffers at index 0. 15 years ago
Stefano Sabatini 3a1acfd79a Reindent after the last commit. 15 years ago
Stefano Sabatini bf972d5e1c Fix slicify when the slice_direction is negative, make it send slices 15 years ago
Ramiro Polla 35c504b6fe Update documentation for r20435 (which added the -fpre option). 15 years ago
Carl Eugen Hoyos 08f1960588 Cosmetics: Fix indentation after r20751. 15 years ago
Jason Garrett-Glaser bfb5a8cec6 Simplified deblocking checks. 15 years ago
Jason Garrett-Glaser 50ba3fd713 Faster checks in reverse_dc_prediction. 15 years ago
Jason Garrett-Glaser c11cb37520 Check transform==15 first, since it's more common than 13. 15 years ago
Carl Eugen Hoyos 306a61b33e Revert r20747: It mixed functional and cosmetical changes. 15 years ago
Jason Garrett-Glaser 63c0b3d920 Various VP3 optimizations. 15 years ago
Kostya Shishkov e07c92e4bb cosmetics: insert space between codeword and left parenthesis 15 years ago
Sergiy 615c287990 Do not send invokes to RTMP server if we are not connected to it. 15 years ago
Sean Soria b593f7fdef Calls to url_fseek should have their return value checked in 15 years ago
Loren Merritt a4605efdf5 slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on conroe 15 years ago
Loren Merritt 91e644ff77 r20739 broke compilation on systems without yasm 15 years ago
Jai Menon 3394653306 Update frame_width and frame_height based on the lowres value. 15 years ago
Stefano Sabatini ef6fc64762 Add 'const' attribute to the last_asked_format variable, fix a 15 years ago
Loren Merritt b1159ad928 refactor and optimize scalarproduct 15 years ago
Ramiro Polla e470691aa8 Fix compilation with runtime cpu detection. 15 years ago
Carl Eugen Hoyos 6e4f40e1f4 Cosmetics: Reindent after r20679. 15 years ago