30550 Commits (46eb300d016b69b5fedb0410df98e3c698090c8c)
 

Author SHA1 Message Date
  Carl Eugen Hoyos 701012d676 Fix 32bit rawvideo in avi on big-endian. 14 years ago
  Alex Converse 86f868771b id3v2: Check malloc result. ID3v2 tags can be very large. 14 years ago
  Alex Converse 40a5dd2f35 id3v2: Initialize tflags for version 2.2. 14 years ago
  James Zern a138121bf1 webm: Additional options/presets for VP8 encodes under FFmpeg 14 years ago
  James Zern 094aa84b03 muxers: Add a flag to mark muxers that allow (non strict) monotone timestamps. 14 years ago
  Michael Niedermayer 2b6bfff2b2 swscale: Do not loose precission on yuv values after rgb->yuv. 14 years ago
  JULIAN GARDNER 5655469ee7 libx264: support aspect Ratio Switch 14 years ago
  Mans Rullgard ca7d8256e3 ARM: add ARMv6 optimised av_clip_uintp2 14 years ago
  Mans Rullgard 77cd6efc33 ARM: remove volatile from asm statements in libavutil/intmath 14 years ago
  Mans Rullgard 74cc8c52ed ARM: fix av_clipl_int32_arm() 14 years ago
  Anton Khirnov 3d96c13e43 v4l: include avdevice.h 14 years ago
  Mike Williams e2d7dc87df ffserver: move close_connection() call to avoid a temporary string and copy. 14 years ago
  Anton Khirnov 9749cdf775 lavf: initialize demuxer private options. 14 years ago
  Anton Khirnov 6c117d43c9 AVOptions: set string default values. 14 years ago
  Reimar Döffinger 7e637b70ec Fix compilation with YASM/NASM versions not supporting AVX. 14 years ago
  Anton Khirnov aaea149035 lavdevice: mark v4l for removal on next major bump. 14 years ago
  Ronald S. Bultje 93681fbd50 swscale: fix compile on ppc. 14 years ago
  Ronald S. Bultje e758573a88 swscale: fix compile on x86-32. 14 years ago
  Diego Biurrun 59748689f6 build: Remove generated .version file on distclean. 14 years ago
  Diego Biurrun e14574eb68 configure: Add -D_GNU_SOURCE to CPPFLAGS on OS/2. 14 years ago
  Diego Biurrun 25101cf5bd doc: Drop hint at --enable-memalign-hack for MinGW, it is now autodetected. 14 years ago
  Diego Biurrun 6c6c976fa9 ffplay: Remove disabled code. 14 years ago
  Diego Biurrun e169428529 Mark parameterless function declarations as 'void'. 14 years ago
  Ronald S. Bultje 48520772d9 swscale: use av_clip_uint8() in yuv2yuv1_c(). 14 years ago
  Ronald S. Bultje 0f4eb8b043 swscale: remove VOF/VOFW. 14 years ago
  Ronald S. Bultje b4a224c5e4 swscale: split chroma buffers into separate U/V planes. 14 years ago
  Ronald S. Bultje 69645c021a swscale: replace formatConvBuffer[VOF] by allocated array. 14 years ago
  Ronald S. Bultje 522d65ba25 rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions. 14 years ago
  Ronald S. Bultje 836b82e3c9 swscale: reindent h[cy]scale_fast() and updateDitherTables(). 14 years ago
  Ronald S. Bultje e2bad983b5 swscale: reformat x86/swscale_template.c. 14 years ago
  Ronald S. Bultje 71d9c33c86 swscale: remove duplicate mmx/mmx2 functions if they are identical. 14 years ago
  Ronald S. Bultje acb96bc268 swscale: remove if (c->dstFormat) branch from yuv2packed[12X](). 14 years ago
  Ronald S. Bultje b6cac9b3bf swscale: remove if(full_chr_int) from yuv2packed1(). 14 years ago
  Ronald S. Bultje 2159a24573 swscale: remove if(accurate_rnd) branch from functions. 14 years ago
  Mike Williams db3262b700 ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAMS cleanup. 14 years ago
  Anton Khirnov 2341c97e8d libdc1394: fix compilation. 14 years ago
  Anton Khirnov c7a973e44a swscale: revive SWS_CPU_CAPS until next major bump. 14 years ago
  Diego Biurrun 0093199184 swscale: Remove commented-out printf cruft. 14 years ago
  Michael Niedermayer 39e4206dc6 Merge remote-tracking branch 'qatar/master' 14 years ago
  Justin Ruggles 478455d66b ac3enc: initialize all coefficients to zero. 14 years ago
  Michael Niedermayer 189db9c982 ffv1: fix 16bits multithreading 14 years ago
  Stefano Sabatini a2ee2843c0 doc: create separate section for audio encoders 14 years ago
  Diego Biurrun 6f7a280ead swscale: Remove orphaned, commented-out function declaration. 14 years ago
  Michael Niedermayer 7dc303a60e swscale: Eliminate rgb24toyv12_c() duplication. 14 years ago
  ami_stuff feae7ad2f8 mpegvideo_enc: use AV_LOG_ERROR instead of AV_LOG_INFO for two error messages 14 years ago
  ami_stuff 7a54edaa16 Fail when lowres value is lower than 0 14 years ago
  Alex Converse 8c51620f21 Remove h263_msmpeg4 from MpegEncContext. 14 years ago
  Alex Converse 19a686b8a3 APIchanges: Fill in git hash for fps_probe_size (30315a8) 14 years ago
  Alex Converse 30315a8d9c avformat: Add fpsprobesize as an AVOption. 14 years ago
  Michael Niedermayer b49728df73 swscale: document SWS_CPU_CAPS* 14 years ago