Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-10swscale: Do not make ff_ symbols globally visible.Diego Biurrun
2012-10-09rtspdec: use av_strlcpy for writing into fixed size bufferJanne Grunau
2012-10-09g722enc: fix size argument in memsetJanne Grunau
2012-10-09http: use av_strlcpy instead of strcpy() without size checksJanne Grunau
2012-10-09avfilter: correct memcpy size avfilter_copy_buf_props()Janne Grunau
2012-10-09lavc: split asv12 encoder/decoderAnton Khirnov
2012-10-09avconv: remove -same_quantAnton Khirnov
2012-10-09cmdutils_read_file: increment *size after writing the trailing \0Janne Grunau
2012-10-09af_resample: unref out_buf when avresample_convert returns 0Janne Grunau
2012-10-09af_amix: prevent memory leak on error pathJanne Grunau
2012-10-09vc1dec: prevent memory leak in error pathJanne Grunau
2012-10-09vc1dec: prevent memory leak on av_realloc errorJanne Grunau
2012-10-09af_channelmap: free old extended_data on reallocationJanne Grunau
2012-10-09avconv: simplify memory allocation in copy_chaptersJanne Grunau
2012-10-09matroskaenc: check cue point validity before reallocationJanne Grunau
2012-10-09swfenc: error out for more than 1 audio or video streamJanne Grunau
2012-10-09build: link test programs only against static libsMans Rullgard
2012-10-09adxdec: use planar sample formatJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_thpJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ea_xasJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3Justin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_xaJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3Justin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_4xmJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ima_wavJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ima_qtJustin Ruggles
2012-10-09pcmdec: use planar sample format for pcm_lxfJustin Ruggles
2012-10-09mace: use planar sample formatJustin Ruggles
2012-10-09atrac1: use planar sample formatJustin Ruggles
2012-10-09build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun
2012-10-09rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau
2012-10-09avcodec: free extended_data instead address of itJanne Grunau
2012-10-09fate: Add tests of the ff_make_absolute_url functionMartin Storsjö
2012-10-09url: Handle relative urls starting with two slashesDuncan Salerno
2012-10-09url: Handle relative urls being just a new query stringDuncan Salerno
2012-10-09url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno
2012-10-09mingw/cygwin: Stop adding -fno-common to gcc CFLAGSDiego Biurrun
2012-10-09Restructure av_log_missing_feature messageDiego Biurrun
2012-10-09rtp: Support packetization/depacketization of opusMartin Storsjö
2012-10-09file: Set the return value type for lseek to int64_t.Yusuke Nakamura
2012-10-09ppc: fix Altivec build with old compilersMans Rullgard
2012-10-09build: add LTO support for PGI compilerMans Rullgard
2012-10-09build: add -Mdse to PGI optimisation flagsMans Rullgard
2012-10-09rtpenc_vp8: Update the packetizer to the latest spec versionMartin Storsjö
2012-10-09rtpdec_vp8: Make the depacketizer implement the latest spec draftMartin Storsjö
2012-10-08doc: allow building with old texi2html versionsMans Rullgard
2012-10-08avutil: skip old_pix_fmts.h since it is just a listJanne Grunau
2012-10-08x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-10-08x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau