aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ffv1: split decoder and encoderLuca Barbato2012-10-205-1602/+1705
* avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibilityMartin Storsjö2012-10-205-11/+33
* avutil: make some tables visible againReinhard Tartler2012-10-201-1/+1
* avutil: remove inline av_log2 from public APIMans Rullgard2012-10-204-40/+89
* celp_math: rename ff_log2 to ff_log2_q15Mans Rullgard2012-10-203-3/+3
* configure: Group math functions into a separate variableDiego Biurrun2012-10-201-32/+23
* avutil/mem: K&R formatting cosmeticsDiego Biurrun2012-10-202-40/+41
* avutil/lzo: K&R formatting cosmeticsDiego Biurrun2012-10-202-48/+58
* fate-vc1: add dependenciesMans Rullgard2012-10-201-8/+8
* ARM: fix overreads in neon h264 chroma mcMans Rullgard2012-10-201-58/+28
* rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packetMartin Storsjö2012-10-201-1/+2
* gitignore: ignore files created by msvcHendrik Leppkes2012-10-191-0/+3
* fate: Add proper dependencies for the tests in video.makMartin Storsjö2012-10-191-73/+73
* configure: Disable Snow decoder and encoder by defaultDiego Biurrun2012-10-191-0/+2
* lzo: Drop obsolete fast_memcpy referenceDiego Biurrun2012-10-191-3/+2
* build: Drop OBJS declaration for non-existing PCM_DVD encoderDiego Biurrun2012-10-191-1/+0
* mpeg4videodec: Disable frame multithreading for GMC, its not implemented at allMichael Niedermayer2012-10-191-1/+2
* fate: Add proper dependencies in qt.makMartin Storsjö2012-10-191-16/+16
* fate: Add proper dependencies in lossless-video.makMartin Storsjö2012-10-191-8/+8
* indeo3: do not try to output more lines than we can fitKostya Shishkov2012-10-191-5/+15
* bmv: get a new frame on every decode_frame(), so we can use direct renderingKostya Shishkov2012-10-191-7/+11
* configure: fix libcdio checkMans Rullgard2012-10-191-1/+1
* rtsp: Allow setting the reordering buffer size via an AVOptionMartin Storsjö2012-10-182-2/+19
* rtsp: Vertically align a constant definitionMartin Storsjö2012-10-181-1/+1
* rtp: Update the check for distinguishing between RTP and RTCPMartin Storsjö2012-10-181-2/+13
* aac: fix build with hardcoded tablesMans Rullgard2012-10-183-2/+2
* fate: dependencies for screen codec testsDiego Biurrun2012-10-181-6/+6
* riff: Move functions around to be covered by appropriate #ifdefsDiego Biurrun2012-10-181-79/+79
* avformat: Fix references to the removed function av_write_header in commentsMartin Storsjö2012-10-181-2/+2
* changelog: Mention the MSVC DLL supportMartin Storsjö2012-10-181-0/+2
* fate: add dependencies for misc microsoft codecsMans Rullgard2012-10-181-3/+3
* fate-twinvq: add dependenciesMans Rullgard2012-10-181-2/+2
* fate-mpc: add dependenciesMans Rullgard2012-10-181-5/+5
* fate-indeo: add dependenciesMans Rullgard2012-10-181-6/+6
* fate-als: add dependenciesMans Rullgard2012-10-181-1/+1
* fate: dependencies for demux testsMans Rullgard2012-10-182-24/+25
* fate: add a dependency helper macroMans Rullgard2012-10-181-0/+2
* Add support for building shared libraries with MSVCMartin Storsjö2012-10-187-13/+41
* avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö2012-10-187-15/+15
* gxf: Add a local copy of the relevant parts of the frame rate tableMartin Storsjö2012-10-181-1/+13
* configure: Split out msvc as a separate target OSMartin Storsjö2012-10-181-4/+8
* aviobuf: Remove a senseless ifdef in avio_seekMartin Storsjö2012-10-181-2/+0
* mips64: mark hi/lo registers clobbered in MAC64/MLS64 macrosMans Rullgard2012-10-171-2/+4
* fate: list lavfi tests in a makefileMans Rullgard2012-10-173-24/+26
* fate: dependencies for seek testsMans Rullgard2012-10-173-8/+121
* fate: handle lavf test dependencies entirely in makeMans Rullgard2012-10-173-52/+56
* fate: dependencies for acodec testsMans Rullgard2012-10-171-13/+28
* fate: dependencies for vsynth testsMans Rullgard2012-10-171-52/+49
* fate: add macros useful for conditionally enabling thingsMans Rullgard2012-10-171-0/+13
* libmp3lame: resize the output buffer if neededJustin Ruggles2012-10-171-3/+34