21624 Commits (f76eef99a2796c88c4900a428963d6806d9218e4)
 

Author SHA1 Message Date
  Michael Niedermayer f76eef99a2 Add out commented av_log to debug h263_probe. 16 years ago
  Michael Niedermayer 6de5b62790 Also print the number of invalid packets in the debug output. 16 years ago
  Michael Niedermayer 55f6524789 Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have 16 years ago
  Reimar Döffinger 7f6458a700 Make sure that compilation fails if functions like ff_put_string are used in code 16 years ago
  Michael Niedermayer 80f4725060 Get rid of audio_out2, it seems unneeded. 16 years ago
  Jai Menon 384af83725 Update seek.regression.ref. This is due to r20758. 16 years ago
  Jai Menon 4da715cb24 AU : demuxed packet size should be sample size aligned. 16 years ago
  Ramiro Polla a8bcc7b42b Document the differences between the two asm fragments in initMMX2HScaler(). 16 years ago
  Michael Niedermayer 445a9deea6 Print error messages on errors. 16 years ago
  Michael Niedermayer f78501b264 Fix apparent 10l typos introduced in r8627. 16 years ago
  Ramiro Polla 75084e47ff Start using intermediate buffers at index 0. 16 years ago
  Stefano Sabatini 3a1acfd79a Reindent after the last commit. 16 years ago
  Stefano Sabatini bf972d5e1c Fix slicify when the slice_direction is negative, make it send slices 16 years ago
  Ramiro Polla 35c504b6fe Update documentation for r20435 (which added the -fpre option). 16 years ago
  Carl Eugen Hoyos 08f1960588 Cosmetics: Fix indentation after r20751. 16 years ago
  Jason Garrett-Glaser bfb5a8cec6 Simplified deblocking checks. 16 years ago
  Jason Garrett-Glaser 50ba3fd713 Faster checks in reverse_dc_prediction. 16 years ago
  Jason Garrett-Glaser c11cb37520 Check transform==15 first, since it's more common than 13. 16 years ago
  Carl Eugen Hoyos 306a61b33e Revert r20747: It mixed functional and cosmetical changes. 16 years ago
  Jason Garrett-Glaser 63c0b3d920 Various VP3 optimizations. 16 years ago
  Kostya Shishkov e07c92e4bb cosmetics: insert space between codeword and left parenthesis 16 years ago
  Sergiy 615c287990 Do not send invokes to RTMP server if we are not connected to it. 16 years ago
  Sean Soria b593f7fdef Calls to url_fseek should have their return value checked in 16 years ago
  Loren Merritt a4605efdf5 slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on conroe 16 years ago
  Loren Merritt 91e644ff77 r20739 broke compilation on systems without yasm 16 years ago
  Jai Menon 3394653306 Update frame_width and frame_height based on the lowres value. 16 years ago
  Stefano Sabatini ef6fc64762 Add 'const' attribute to the last_asked_format variable, fix a 16 years ago
  Loren Merritt b1159ad928 refactor and optimize scalarproduct 16 years ago
  Ramiro Polla e470691aa8 Fix compilation with runtime cpu detection. 16 years ago
  Carl Eugen Hoyos 6e4f40e1f4 Cosmetics: Reindent after r20679. 16 years ago
  Carl Eugen Hoyos f50270c9c0 Cosmetics: Reindent after r20736. 16 years ago
  Michael Niedermayer 442d7dd852 Make sure the parsers do not overwrite width/height as this can interfere 16 years ago
  Stefano Sabatini 11f6d0982c Add an entry for the avfilter_draw_slice() API changes implemented in 16 years ago
  Stefano Sabatini a13a543797 Add a slice_dir parameter to avfilter_draw_slice(). 16 years ago
  Stefano Sabatini 78149213cc Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo 16 years ago
  Kostya Shishkov c72406112f cosmetics: reindent after last commit 16 years ago
  Sergiy 6bf22e18d1 Implement RTMP output (publishing FLV stream to RTMP server). 16 years ago
  Michael Niedermayer b83ccbffe9 Do not crash on frame size changes. 16 years ago
  Loren Merritt d09f65c7ec 1-13% faster apply_filter, 1-3% faster ape decoding on core2 16 years ago
  Sergiy 84a29dc10a Compress headers for output RTMP packets. 16 years ago
  Kostya Shishkov 1e68cefe54 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder 16 years ago
  Michael Niedermayer ccc4b91832 Make sure ff_init_qscale_tab() is called one way or another when 16 years ago
  Michael Niedermayer 9015b095bc Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. 16 years ago
  Baptiste Coudurier bdcc13f2bf lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though 16 years ago
  Baptiste Coudurier f38e450746 use lzw compression in gif encoder 16 years ago
  Loren Merritt b10fa1bb8b port ape dsp functions from sse2 to mmx 16 years ago
  Ramiro Polla f415be684d Add support for nv12/nv21 input. 16 years ago
  Ramiro Polla e244f54e78 Make av_log_level static at next lavu major version bump. 16 years ago
  Loren Merritt 2ae87a6d5a avoid an unpredictable branch 16 years ago
  Loren Merritt 36373cde20 inline to allow constant propagation 16 years ago