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
2010-05-07Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser
2010-05-0710l: store the result of clipping added in r23035Alex Converse
2010-05-07Error out when too many bits per frame are requested.Alex Converse
2010-05-07Make the faac inspired quantizer search make sense for a slightly narrower de...Alex Converse
2010-05-06schroenc: Set colorspace infoDavid Conrad
2010-05-06schroenc: Use AV_RB32David Conrad
2010-05-06schroenc: Set open-gopDavid Conrad
2010-05-06schroenc: Set keyframe intervalDavid Conrad
2010-05-06schroenc: Use constant quality for constant quality, not noise thresholdDavid Conrad
2010-05-06schroenc: Don't touch gop_structure by default, it should be left adaptiveDavid Conrad
2010-05-05Align plane size to word-boundary.Sebastian Vater
2010-05-04Revert r22974 int->unsigned parts that don't have any meaningful effect.Ronald S. Bultje
2010-05-0310l: The SBR refactor requires the use of 2 independent output X buffers.Alex Converse
2010-05-03amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder outputMartin Storsjö
2010-05-03Another buffer overflow, fixes issue1758.Ronald S. Bultje
2010-05-02Clarify how allocation works for the picture argument forReimar Döffinger
2010-05-01Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).Ronald S. Bultje
2010-05-01Enforce time border monotonicity.Alex Converse
2010-05-01Move the SBR patch count check to prevent overwrites.Alex Converse
2010-05-01Increase size of patch_borders[].Alex Converse
2010-05-01avi bgr24 padding fix.Michael Niedermayer
2010-05-01ReindentAlex Converse
2010-05-01Rewrite ff_sbr_apply in a manner more friendly to PS.Alex Converse
2010-05-01ARM: NEON optimised VP6 edge filterMåns Rullgård
2010-05-01VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-27Reidnent after r22795.Sebastian Vater
2010-04-27Move some branches outside looped code. Should improve the generated asm (andSebastian Vater
2010-04-27Switch some ints to unsigned (they can only have positive values, this allowsSebastian Vater
2010-04-27Make two functions out of #define hackery.Sebastian Vater
2010-04-25Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1Stefano Sabatini
2010-04-23Add acelp_filters.o as QCELP decoder object file.Ronald S. Bultje
2010-04-23Workaround for missing llrintf()Måns Rullgård
2010-04-23ac3dec: return smaller of buf_size and frame_size instead of always returningJustin Ruggles
2010-04-23ARM: fix build for darwin/iphoneMåns Rullgård
2010-04-22Set .supported_samplerates for mpeg audio encoders.Michael Niedermayer
2010-04-21WMAVoice postfilter.Ronald S. Bultje
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
2010-04-21Fix typo.Jai Menon
2010-04-21Implement QCELP postfilter.Ronald S. Bultje
2010-04-21Make the Sipr16k postfilter function write data into the target/output buffer.Ronald S. Bultje
2010-04-21Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje
2010-04-21Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje
2010-04-21theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)David Conrad
2010-04-2110l: do not try to unpack DTX frames in AMR-NB decoderVitor Sessak
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-20cosmetics: Switch Doxygen comments to JavaDoc style.Diego Biurrun
2010-04-20vertical align in libx264.cJason Garrett-Glaser
2010-04-17Add const to some pointer parameters.Michael Kaufmann
2010-04-17vp3: Use avctx pointer directlyDavid Conrad