aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fate: Refactor setting of environment variables for groups of testsDiego Biurrun2012-10-108-66/+30
* swscale: Do not make ff_ symbols globally visible.Diego Biurrun2012-10-101-1/+1
* rtspdec: use av_strlcpy for writing into fixed size bufferJanne Grunau2012-10-091-1/+1
* g722enc: fix size argument in memsetJanne Grunau2012-10-091-1/+1
* http: use av_strlcpy instead of strcpy() without size checksJanne Grunau2012-10-091-1/+1
* avfilter: correct memcpy size avfilter_copy_buf_props()Janne Grunau2012-10-091-1/+1
* lavc: split asv12 encoder/decoderAnton Khirnov2012-10-096-672/+778
* avconv: remove -same_quantAnton Khirnov2012-10-096-34/+14
* cmdutils_read_file: increment *size after writing the trailing \0Janne Grunau2012-10-091-1/+1
* af_resample: unref out_buf when avresample_convert returns 0Janne Grunau2012-10-091-2/+3
* af_amix: prevent memory leak on error pathJanne Grunau2012-10-091-1/+3
* vc1dec: prevent memory leak in error pathJanne Grunau2012-10-091-1/+1
* vc1dec: prevent memory leak on av_realloc errorJanne Grunau2012-10-091-4/+6
* af_channelmap: free old extended_data on reallocationJanne Grunau2012-10-091-1/+1
* avconv: simplify memory allocation in copy_chaptersJanne Grunau2012-10-091-5/+7
* matroskaenc: check cue point validity before reallocationJanne Grunau2012-10-091-3/+3
* swfenc: error out for more than 1 audio or video streamJanne Grunau2012-10-091-0/+8
* build: link test programs only against static libsMans Rullgard2012-10-091-3/+3
* adxdec: use planar sample formatJustin Ruggles2012-10-091-8/+13
* adpcmdec: use planar sample format for adpcm_thpJustin Ruggles2012-10-091-6/+3
* adpcmdec: use planar sample format for adpcm_ea_xasJustin Ruggles2012-10-091-12/+16
* adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3Justin Ruggles2012-10-091-10/+10
* adpcmdec: use planar sample format for adpcm_xaJustin Ruggles2012-10-091-16/+28
* adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3Justin Ruggles2012-10-091-6/+11
* adpcmdec: use planar sample format for adpcm_4xmJustin Ruggles2012-10-091-6/+5
* adpcmdec: use planar sample format for adpcm_ima_wavJustin Ruggles2012-10-091-10/+8
* adpcmdec: use planar sample format for adpcm_ima_qtJustin Ruggles2012-10-091-8/+17
* pcmdec: use planar sample format for pcm_lxfJustin Ruggles2012-10-091-18/+15
* mace: use planar sample formatJustin Ruggles2012-10-091-17/+15
* atrac1: use planar sample formatJustin Ruggles2012-10-091-25/+4
* build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-10-095-8/+12
* rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau2012-10-091-9/+1
* avcodec: free extended_data instead address of itJanne Grunau2012-10-091-1/+1
* fate: Add tests of the ff_make_absolute_url functionMartin Storsjö2012-10-095-1/+80
* url: Handle relative urls starting with two slashesDuncan Salerno2012-10-091-4/+10
* url: Handle relative urls being just a new query stringDuncan Salerno2012-10-091-0/+6
* url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno2012-10-091-1/+7
* mingw/cygwin: Stop adding -fno-common to gcc CFLAGSDiego Biurrun2012-10-091-2/+0
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-097-17/+16
* 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