summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Check that the buffer size speified to avcodec_encode_audio() is not larger t...Michael Niedermayer2009-12-08
* Do not assume that av_get_bits_per_sample() is a multiple of 8.Michael Niedermayer2009-12-08
* Raise threshold of h263 probe by 1 to avoid misdetection.Michael Niedermayer2009-12-08
* Add out commented av_log to debug h263_probe.Michael Niedermayer2009-12-08
* Also print the number of invalid packets in the debug output.Michael Niedermayer2009-12-08
* Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ...Michael Niedermayer2009-12-08
* Make sure that compilation fails if functions like ff_put_string are used in ...Reimar Döffinger2009-12-07
* Get rid of audio_out2, it seems unneeded.Michael Niedermayer2009-12-07
* Update seek.regression.ref. This is due to r20758.Jai Menon2009-12-07
* AU : demuxed packet size should be sample size aligned.Jai Menon2009-12-07
* Document the differences between the two asm fragments in initMMX2HScaler().Ramiro Polla2009-12-07
* Print error messages on errors.Michael Niedermayer2009-12-07
* Fix apparent 10l typos introduced in r8627.Michael Niedermayer2009-12-06
* Start using intermediate buffers at index 0.Ramiro Polla2009-12-06
* Reindent after the last commit.Stefano Sabatini2009-12-06
* Fix slicify when the slice_direction is negative, make it send slicesStefano Sabatini2009-12-06
* Update documentation for r20435 (which added the -fpre option).Ramiro Polla2009-12-06
* Cosmetics: Fix indentation after r20751.Carl Eugen Hoyos2009-12-06
* Simplified deblocking checks.Jason Garrett-Glaser2009-12-06
* Faster checks in reverse_dc_prediction.Jason Garrett-Glaser2009-12-06
* Check transform==15 first, since it's more common than 13.Jason Garrett-Glaser2009-12-06
* Revert r20747: It mixed functional and cosmetical changes.Carl Eugen Hoyos2009-12-06
* Various VP3 optimizations.Jason Garrett-Glaser2009-12-06
* cosmetics: insert space between codeword and left parenthesisKostya Shishkov2009-12-06
* Do not send invokes to RTMP server if we are not connected to it.Sergiy2009-12-06
* Calls to url_fseek should have their return value checked inSean Soria2009-12-06
* slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on co...Loren Merritt2009-12-05
* r20739 broke compilation on systems without yasmLoren Merritt2009-12-05
* Update frame_width and frame_height based on the lowres value.Jai Menon2009-12-05
* Add 'const' attribute to the last_asked_format variable, fix aStefano Sabatini2009-12-05
* refactor and optimize scalarproductLoren Merritt2009-12-05
* Fix compilation with runtime cpu detection.Ramiro Polla2009-12-05
* Cosmetics: Reindent after r20679.Carl Eugen Hoyos2009-12-05
* Cosmetics: Reindent after r20736.Carl Eugen Hoyos2009-12-05
* Make sure the parsers do not overwrite width/height as this can interfereMichael Niedermayer2009-12-05
* Add an entry for the avfilter_draw_slice() API changes implemented inStefano Sabatini2009-12-04
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-04
* Cosmetics: remove empty definitions of hw-accelerated PixFmtInfoStefano Sabatini2009-12-04
* cosmetics: reindent after last commitKostya Shishkov2009-12-04
* Implement RTMP output (publishing FLV stream to RTMP server).Sergiy2009-12-04
* Do not crash on frame size changes.Michael Niedermayer2009-12-04
* 1-13% faster apply_filter, 1-3% faster ape decoding on core2Loren Merritt2009-12-04
* Compress headers for output RTMP packets.Sergiy2009-12-04
* 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoderKostya Shishkov2009-12-04
* Make sure ff_init_qscale_tab() is called one way or another whenMichael Niedermayer2009-12-03
* Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer2009-12-03
* lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* thoughBaptiste Coudurier2009-12-03
* use lzw compression in gif encoderBaptiste Coudurier2009-12-03
* port ape dsp functions from sse2 to mmxLoren Merritt2009-12-03
* Add support for nv12/nv21 input.Ramiro Polla2009-12-03