summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libdc1394: add video_size private option.Anton Khirnov2011-05-271-2/+18
* libdc1394: return meaninful error codes.Anton Khirnov2011-05-271-3/+6
* bktr: add video_size private option.Anton Khirnov2011-05-271-3/+17
* bktr: factorize returning error codes.Anton Khirnov2011-05-271-7/+15
* id3v2: Check malloc result. ID3v2 tags can be very large.Alex Converse2011-05-261-1/+6
* id3v2: Initialize tflags for version 2.2.Alex Converse2011-05-261-1/+1
* ARM: add ARMv6 optimised av_clip_uintp2Mans Rullgard2011-05-261-0/+9
* ARM: remove volatile from asm statements in libavutil/intmathMans Rullgard2011-05-261-16/+16
* ARM: fix av_clipl_int32_arm()Mans Rullgard2011-05-261-0/+1
* v4l: include avdevice.hAnton Khirnov2011-05-261-0/+2
* ffserver: move close_connection() call to avoid a temporary string and copy.Mike Williams2011-05-261-7/+4
* lavf: initialize demuxer private options.Anton Khirnov2011-05-261-0/+4
* AVOptions: set string default values.Anton Khirnov2011-05-261-1/+3
* lavdevice: mark v4l for removal on next major bump.Anton Khirnov2011-05-263-0/+11
* swscale: fix compile on ppc.Ronald S. Bultje2011-05-264-34/+45
* swscale: fix compile on x86-32.Ronald S. Bultje2011-05-261-1/+1
* build: Remove generated .version file on distclean.Diego Biurrun2011-05-261-1/+1
* configure: Add -D_GNU_SOURCE to CPPFLAGS on OS/2.Diego Biurrun2011-05-261-0/+1
* doc: Drop hint at --enable-memalign-hack for MinGW, it is now autodetected.Diego Biurrun2011-05-261-12/+0
* ffplay: Remove disabled code.Diego Biurrun2011-05-261-65/+1
* Mark parameterless function declarations as 'void'.Diego Biurrun2011-05-262-2/+3
* swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje2011-05-261-17/+3
* swscale: remove VOF/VOFW.Ronald S. Bultje2011-05-262-16/+7
* swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-265-265/+359
* swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-263-7/+6
* rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.Ronald S. Bultje2011-05-262-35/+41
* swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje2011-05-261-131/+132
* swscale: reformat x86/swscale_template.c.Ronald S. Bultje2011-05-261-852/+868
* swscale: remove duplicate mmx/mmx2 functions if they are identical.Ronald S. Bultje2011-05-261-1/+12
* swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().Ronald S. Bultje2011-05-261-136/+234
* swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje2011-05-262-10/+0
* swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje2011-05-261-16/+42
* ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...Mike Williams2011-05-262-11/+11
* libdc1394: fix compilation.Anton Khirnov2011-05-261-15/+16
* swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov2011-05-261-0/+16
* swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-264-10/+0
* ac3enc: initialize all coefficients to zero.Justin Ruggles2011-05-251-6/+6
* doc: create separate section for audio encodersStefano Sabatini2011-05-261-13/+17
* swscale: Remove orphaned, commented-out function declaration.Diego Biurrun2011-05-261-8/+0
* swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer2011-05-263-51/+8
* Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-254-16/+4
* APIchanges: Fill in git hash for fps_probe_size (30315a8)Alex Converse2011-05-251-1/+1
* avformat: Add fpsprobesize as an AVOption.Alex Converse2011-05-255-2/+13
* avoptions: Return explicitly NAN or {0,0} if the option isn't foundMartin Storsjö2011-05-251-2/+2
* rtmp: ReindentMartin Storsjö2011-05-251-3/+3
* rtmp: Don't try to do av_malloc(0)Martin Storsjö2011-05-252-1/+3
* tty: replace AVFormatParameters.sample_rate abuse with a private option.Anton Khirnov2011-05-251-3/+21
* Fix end time of last chapter in compute_chapters_endJohn Stebbins2011-05-251-1/+1
* ffmpeg: get rid of useless AVInputStream.nb_streams.Anton Khirnov2011-05-251-5/+3
* ffmpeg: simplify managing input files and streamsAnton Khirnov2011-05-251-95/+68
OpenPOWER on IntegriCloud