summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* vc1dec: prevent memory leak in error pathJanne Grunau2012-10-09
* vc1dec: prevent memory leak on av_realloc errorJanne Grunau2012-10-09
* af_channelmap: free old extended_data on reallocationJanne Grunau2012-10-09
* avconv: simplify memory allocation in copy_chaptersJanne Grunau2012-10-09
* matroskaenc: check cue point validity before reallocationJanne Grunau2012-10-09
* swfenc: error out for more than 1 audio or video streamJanne Grunau2012-10-09
* build: link test programs only against static libsMans Rullgard2012-10-09
* adxdec: use planar sample formatJustin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_thpJustin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_ea_xasJustin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3Justin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_xaJustin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3Justin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_4xmJustin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_ima_wavJustin Ruggles2012-10-09
* adpcmdec: use planar sample format for adpcm_ima_qtJustin Ruggles2012-10-09
* pcmdec: use planar sample format for pcm_lxfJustin Ruggles2012-10-09
* mace: use planar sample formatJustin Ruggles2012-10-09
* atrac1: use planar sample formatJustin Ruggles2012-10-09
* build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-10-09
* rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau2012-10-09
* avcodec: free extended_data instead address of itJanne Grunau2012-10-09
* fate: Add tests of the ff_make_absolute_url functionMartin Storsjö2012-10-09
* url: Handle relative urls starting with two slashesDuncan Salerno2012-10-09
* url: Handle relative urls being just a new query stringDuncan Salerno2012-10-09
* url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno2012-10-09
* mingw/cygwin: Stop adding -fno-common to gcc CFLAGSDiego Biurrun2012-10-09
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-09
* rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-09
* file: Set the return value type for lseek to int64_t.Yusuke Nakamura2012-10-09
* ppc: fix Altivec build with old compilersMans Rullgard2012-10-08
* build: add LTO support for PGI compilerMans Rullgard2012-10-08
* build: add -Mdse to PGI optimisation flagsMans Rullgard2012-10-08
* rtpenc_vp8: Update the packetizer to the latest spec versionMartin Storsjö2012-10-08
* rtpdec_vp8: Make the depacketizer implement the latest spec draftMartin Storsjö2012-10-08
* doc: allow building with old texi2html versionsMans Rullgard2012-10-08
* avutil: skip old_pix_fmts.h since it is just a listJanne Grunau2012-10-08
* x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-08
* x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-08
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* doc: support the new website layoutLuca Barbato2012-10-08
* doc: remove a warning from filters.texiLuca Barbato2012-10-08
* doc: initial nut documentationLuca Barbato2012-10-08
* segment: drop global headers settingLuca Barbato2012-10-08
* lavu: fix typo in MakefileAnton Khirnov2012-10-08
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov2012-10-08
* af_resample: avoid conversion of identical sample formats for 1 channelJustin Ruggles2012-10-07
* avcodec: allow either planar or interleaved sample format when encoding monoJustin Ruggles2012-10-07
* adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles2012-10-07