summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add MBtree support for libx264Erik Slagter2009-12-0819-16/+19
* aac: Set sample rate in avctx from ADTS header (if not already set by someAndreas Öman2009-12-081-0/+2
* Reduce warnings about too few consumed bytes to debug level.Michael Niedermayer2009-12-081-5/+1
* Fix alpha plane flipping for the yuva420p and similar pixel formats.Stefano Sabatini2009-12-081-8/+8
* Do as the comment says and signal an error.Michael Niedermayer2009-12-081-2/+4
* 10l bug, use av_fast_malloc() instead if av_malloc() for allocating audioMichael Niedermayer2009-12-081-5/+4
* Try to allocate audio buffer sizes depending on the number of input bytes.Michael Niedermayer2009-12-081-3/+18
* Check that the buffer size speified to avcodec_encode_audio() is not larger t...Michael Niedermayer2009-12-081-0/+5
* Do not assume that av_get_bits_per_sample() is a multiple of 8.Michael Niedermayer2009-12-081-2/+2
* Raise threshold of h263 probe by 1 to avoid misdetection.Michael Niedermayer2009-12-081-1/+2
* Add out commented av_log to debug h263_probe.Michael Niedermayer2009-12-081-0/+1
* Also print the number of invalid packets in the debug output.Michael Niedermayer2009-12-081-1/+1
* Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ...Michael Niedermayer2009-12-081-1/+1
* Make sure that compilation fails if functions like ff_put_string are used in ...Reimar Döffinger2009-12-071-0/+6
* Get rid of audio_out2, it seems unneeded.Michael Niedermayer2009-12-071-9/+3
* Update seek.regression.ref. This is due to r20758.Jai Menon2009-12-071-15/+15
* AU : demuxed packet size should be sample size aligned.Jai Menon2009-12-071-2/+4
* Document the differences between the two asm fragments in initMMX2HScaler().Ramiro Polla2009-12-071-0/+6
* Print error messages on errors.Michael Niedermayer2009-12-071-6/+19
* Fix apparent 10l typos introduced in r8627.Michael Niedermayer2009-12-061-5/+5
* Start using intermediate buffers at index 0.Ramiro Polla2009-12-061-2/+2
* Reindent after the last commit.Stefano Sabatini2009-12-061-4/+4
* Fix slicify when the slice_direction is negative, make it send slicesStefano Sabatini2009-12-061-0/+8
* Update documentation for r20435 (which added the -fpre option).Ramiro Polla2009-12-061-9/+8
* Cosmetics: Fix indentation after r20751.Carl Eugen Hoyos2009-12-061-28/+28
* Simplified deblocking checks.Jason Garrett-Glaser2009-12-061-6/+9
* Faster checks in reverse_dc_prediction.Jason Garrett-Glaser2009-12-061-7/+7
* Check transform==15 first, since it's more common than 13.Jason Garrett-Glaser2009-12-061-1/+1
* Revert r20747: It mixed functional and cosmetical changes.Carl Eugen Hoyos2009-12-061-44/+41
* Various VP3 optimizations.Jason Garrett-Glaser2009-12-061-41/+44
* cosmetics: insert space between codeword and left parenthesisKostya Shishkov2009-12-061-3/+3
* Do not send invokes to RTMP server if we are not connected to it.Sergiy2009-12-061-2/+4
* Calls to url_fseek should have their return value checked inSean Soria2009-12-061-1/+3
* slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on co...Loren Merritt2009-12-051-5/+13
* r20739 broke compilation on systems without yasmLoren Merritt2009-12-051-7/+6
* Update frame_width and frame_height based on the lowres value.Jai Menon2009-12-051-1/+5
* Add 'const' attribute to the last_asked_format variable, fix aStefano Sabatini2009-12-051-1/+1
* refactor and optimize scalarproductLoren Merritt2009-12-056-111/+193
* Fix compilation with runtime cpu detection.Ramiro Polla2009-12-051-8/+8
* Cosmetics: Reindent after r20679.Carl Eugen Hoyos2009-12-051-14/+14
* Cosmetics: Reindent after r20736.Carl Eugen Hoyos2009-12-051-2/+2
* Make sure the parsers do not overwrite width/height as this can interfereMichael Niedermayer2009-12-052-1/+6
* Add an entry for the avfilter_draw_slice() API changes implemented inStefano Sabatini2009-12-041-0/+3
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-048-33/+30
* Cosmetics: remove empty definitions of hw-accelerated PixFmtInfoStefano Sabatini2009-12-041-24/+0
* cosmetics: reindent after last commitKostya Shishkov2009-12-041-78/+78
* Implement RTMP output (publishing FLV stream to RTMP server).Sergiy2009-12-043-15/+244
* Do not crash on frame size changes.Michael Niedermayer2009-12-041-4/+12
* 1-13% faster apply_filter, 1-3% faster ape decoding on core2Loren Merritt2009-12-041-8/+3
* Compress headers for output RTMP packets.Sergiy2009-12-041-1/+25
OpenPOWER on IntegriCloud