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-02-29cook: avoid out of global array read.Michael Niedermayer
2012-02-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29adpcm_xa: Check filter validity.Michael Niedermayer
2012-02-29adpcm: Clip step_index values read from the bitstream at the beginning of eac...Alex Converse
2012-02-28doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun
2012-02-28cook: add const to quant_index_table of categorize()Michael Niedermayer
2012-02-28Indeo3: fix crashes on corrupt bitstreams.Ronald S. Bultje
2012-02-28msmpeg4: Replace forward declaration by proper #include.Diego Biurrun
2012-02-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-28aacdec: Remove erroneous reference to global gain from the out of bounds scal...Alex Converse
2012-02-27avcodec_default_reget_buffer(): fix compilation in DEBUG modeDiego Biurrun
2012-02-27h264: fix mmxext chroma deblock to use correct TC values.Ronald S. Bultje
2012-02-27lavc: reorder AVCodecContext fields.Anton Khirnov
2012-02-27lavc: reorder AVFrame fields.Anton Khirnov
2012-02-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-26Fix parser not to clobber has_b_frames when extradata is set.Reinhard Tartler
2012-02-26cdxl: bit line plane arrangement supportPaul B Mahol
2012-02-26cdxl: remove early check for bppPaul B Mahol
2012-02-26cdxl: set pix_fmt PAL8 only if palette is availablePaul B Mahol
2012-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-26mlp_parser: fix the channel mask value used for the top surround channelTim Walker
2012-02-25vorbisenc: check all allocations for failureJustin Ruggles
2012-02-25roqaudioenc: return AVERROR codes instead of -1Justin Ruggles
2012-02-25roqaudioenc: set correct bit rateJustin Ruggles
2012-02-25roqaudioenc: use AVCodecContext.frame_size correctly.Justin Ruggles
2012-02-25roqaudioenc: remove unneeded sample_fmt checkJustin Ruggles
2012-02-25ra144enc: use int16_t* for input samples rather than void*Justin Ruggles
2012-02-25ra144enc: set AVCodecContext.coded_frameJustin Ruggles
2012-02-25ra144enc: remove unneeded sample_fmt checkJustin Ruggles
2012-02-25nellymoserenc: set AVCodecContext.coded_frameJustin Ruggles
2012-02-25nellymoserenc: improve error checking in encode_init()Justin Ruggles
2012-02-25nellymoserenc: return AVERROR codes instead of -1Justin Ruggles
2012-02-25libvorbis: improve error checking in oggvorbis_encode_init()Justin Ruggles
2012-02-25mpegaudioenc: return AVERROR codes instead of -1Justin Ruggles
2012-02-25libfaac: improve error checking and handling in Faac_encode_init()Justin Ruggles
2012-02-25check for coded_frame allocation failure in several audio encodersJustin Ruggles
2012-02-25audio encoders: do not set coded_frame->key_frame.Justin Ruggles
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-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-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