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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-25g722enc: check for trellis data allocation errorJustin Ruggles
2012-02-25libspeexenc: export encoder delay through AVCodecContext.delayJustin Ruggles
2012-02-25avcodec: document the use of AVCodecContext.delay for audio encodersJustin Ruggles
2012-02-25kgv1: release reference picture on size change.Ronald S. Bultje
2012-02-25matroska: don't overwrite string values until read/alloc was succesful.Ronald S. Bultje
2012-02-25lavc: merge two if()s with the same condition.Anton Khirnov
2012-02-25lavc: factorize setting got_packet_ptr in avcodec_encode_video2()Anton Khirnov
2012-02-25lavc: signal no output when a NULL frame is passed to audio encoder without d...Anton Khirnov
2012-02-25xwdenc: fix monow encodingPaul B Mahol
2012-02-25mpegaudiodec: dont memcpy() more than needed.Michael Niedermayer
2012-02-25fate: add tests for cdxl videoPaul B Mahol
2012-02-25cdxl: fix ham6/8 on big endianPaul B Mahol
2012-02-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-25adpcmdec: fix "warning: array subscript is above array bounds"Michael Niedermayer
2012-02-25a64multienc: fix "warning: buf may be used uninitialized in this function"Michael Niedermayer
2012-02-25rmdec: fix "warning: format %d expects argument of type int, but argument 7 h...Michael Niedermayer
2012-02-25mp3enc: fix "warning: best_bitrate_idx may be used uninitialized in this func...Michael Niedermayer
2012-02-25flvdec: fix "libavformat/flvdec.c:195:29: warning: variable size1 set but not...Michael Niedermayer
2012-02-25fate: Overhaul WavPack coverageDerek Buitenhuis
2012-02-25swscale: fix another integer overflow at large dimensions/rescales.Ronald S. Bultje
2012-02-25vorbisdec: add a flush() functionJustin Ruggles
2012-02-25fraps: release reference buffer on pix_fmt change.Ronald S. Bultje
2012-02-25avcodec: disallow reget_buffer() if pix_fmt changed.Ronald S. Bultje
2012-02-25kgv1: use avctx->get/release_buffer().Ronald S. Bultje
2012-02-25docs: use -bsf:[vas] instead of -[vas]bsf.John Van Sickle
2012-02-24mpegaudiodec: Prevent premature clipping of mp3 input buffer.Dale Curtis
2012-02-24lavf: move the packet keyframe setting code.Anton Khirnov
2012-02-24oggenc: free comment header for all codecsJustin Ruggles
2012-02-24lcl: error out if uncompressed input buffer is smaller than framesize.Ronald S. Bultje
2012-02-24mjpeg: abort decoding if packet is too large.Ronald S. Bultje
2012-02-24golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF.Ronald S. Bultje
2012-02-24get_bits: add HAVE_BITS_REMAINING macro.Ronald S. Bultje
2012-02-24lavf/output-example: use new audio encoding API correctly.Anton Khirnov
2012-02-24lavf/output-example: more proper usage of the new API.Anton Khirnov
2012-02-24Revert "Set channel layout in flac decoder."Michael Niedermayer
2012-02-24Revert "Fix channel layout for some stereo flac files."Michael Niedermayer
2012-02-24proresenc_anatoliy: switch to encode2Michael Niedermayer
2012-02-24msvideo1enc: switch to encode2()Michael Niedermayer
2012-02-24j2kenc: switch to encode2Michael Niedermayer
2012-02-24flashsv2enc: switch to encode2()Michael Niedermayer
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-24Revert "Improve decoding quality for lossy wavpack."Michael Niedermayer
2012-02-24tiff: Prevent overreads in the type_sizes array.Alex Converse
2012-02-24tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.Alex Converse
2012-02-24apetag: do not leak memory if avio_read() failsPaul B Mahol
2012-02-24apetag: propagate errors.Ronald S. Bultje
2012-02-24SBR DSP x86: implement SSE sbr_hf_g_filtChristophe GISQUET
2012-02-24SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET
2012-02-24SBR DSP: use intptr_t for the ixh parameter.Christophe GISQUET
2012-02-24fate: add forgotten random_seed refMichael Niedermayer