summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-093-0/+30
* file: Set the return value type for lseek to int64_t.Yusuke Nakamura2012-10-091-1/+1
* ppc: fix Altivec build with old compilersMans Rullgard2012-10-081-5/+14
* build: add LTO support for PGI compilerMans Rullgard2012-10-081-0/+1
* build: add -Mdse to PGI optimisation flagsMans Rullgard2012-10-081-1/+1
* rtpenc_vp8: Update the packetizer to the latest spec versionMartin Storsjö2012-10-082-6/+4
* rtpdec_vp8: Make the depacketizer implement the latest spec draftMartin Storsjö2012-10-081-53/+64
* doc: allow building with old texi2html versionsMans Rullgard2012-10-081-1/+2
* avutil: skip old_pix_fmts.h since it is just a listJanne Grunau2012-10-081-0/+2
* x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-086-94/+163
* x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-084-15/+26
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-0822-40/+41
* doc: support the new website layoutLuca Barbato2012-10-084-279/+1261
* doc: remove a warning from filters.texiLuca Barbato2012-10-081-12/+12
* doc: initial nut documentationLuca Barbato2012-10-082-0/+129
* segment: drop global headers settingLuca Barbato2012-10-081-1/+1
* lavu: fix typo in MakefileAnton Khirnov2012-10-081-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08296-2493/+2494
* pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov2012-10-085-131/+311
* af_resample: avoid conversion of identical sample formats for 1 channelJustin Ruggles2012-10-071-1/+6
* avcodec: allow either planar or interleaved sample format when encoding monoJustin Ruggles2012-10-071-1/+8
* adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles2012-10-071-2/+3
* timefilter: De-doxygenize normal code comments and drop silly onesDiego Biurrun2012-10-071-5/+2
* gxf: Include the right header for the avpriv_frame_rate_tab declarationMartin Storsjö2012-10-071-1/+1
* wmaenc: use float planar sample formatJustin Ruggles2012-10-063-16/+19
* (e)ac3enc: use planar sample formatJustin Ruggles2012-10-064-20/+12
* aacenc: use planar sample formatJustin Ruggles2012-10-061-18/+15
* adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qtJustin Ruggles2012-10-061-30/+42
* adpcmenc: move 'ch' variable to higher scopeJustin Ruggles2012-10-061-3/+2
* adpcmenc: fix 3 instances of variable shadowingJustin Ruggles2012-10-061-3/+2
* adpcm_ima_wav: simplify encodingJustin Ruggles2012-10-061-53/+34
* libvorbis: use planar sample formatJustin Ruggles2012-10-061-5/+3
* libmp3lame: use planar sample formatsJustin Ruggles2012-10-061-66/+38
* vorbisenc: use float planar sample formatJustin Ruggles2012-10-061-11/+9
* ffm: do not write or read the audio sample formatJustin Ruggles2012-10-063-3/+1
* parseutils: fix parsing of invalid alpha valuesMans Rullgard2012-10-061-2/+2
* doc/RELEASE_NOTES: update for the 9 release.Anton Khirnov2012-10-061-54/+67
* smoothstreamingenc: Add a more verbose error messageMartin Storsjö2012-10-061-1/+3
* smoothstreamingenc: Ignore the return value from mkdirMartin Storsjö2012-10-061-6/+1
* smoothstreamingenc: Try writing a manifest when opening the muxerMartin Storsjö2012-10-061-0/+1
* smoothstreamingenc: Move the output_chunk_list and write_manifest functions upMartin Storsjö2012-10-061-93/+93
* smoothstreamingenc: Properly return errors from ism_flush to the callerMartin Storsjö2012-10-061-2/+5
* smoothstreamingenc: Check the output UrlContext before accessing itMartin Storsjö2012-10-061-1/+2
* yuv4mpeg: return proper error codes.Anton Khirnov2012-10-061-7/+15
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-0656-114/+114
* fate: Add parseutils testDiego Biurrun2012-10-062-0/+49
* parseutils-test: Drop random colors from parsing testDiego Biurrun2012-10-061-2/+0
* vf_pad/scale: use double precision for aspect ratios.Anton Khirnov2012-10-062-3/+3
* build: error on variable-length arraysMans Rullgard2012-10-051-0/+1
* ppc: swscale: rework yuv2planeX_altivec()Mans Rullgard2012-10-051-89/+63
OpenPOWER on IntegriCloud