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-03-02wavpack: Fix an integer overflowDerek Buitenhuis
2012-03-02mjpegdec: use correct variable in av_log invocationDiego Biurrun
2012-03-02Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun
2012-03-02Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-03-02msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun
2012-03-02lavc: shrink encoded video packet size after encoding.Anton Khirnov
2012-03-02h264: error out on invalid bitdepth.Ronald S. Bultje
2012-03-01aacsbr: use a swap index for the Y matrix rather than copy buffers.Christophe Gisquet
2012-03-01huffyuv: do not abort on unknown pix_fmt; instead, return an error.Ronald S. Bultje
2012-03-01lcl: return negative error codes on decode_init() errors.Ronald S. Bultje
2012-03-01h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö
2012-03-01avpacket: Add a function for shrinking already allocated side dataMartin Storsjö
2012-03-01nellymoserdec: Saner and faster IMDCT windowingVitor Sessak
2012-03-01amrnbdec: check frame size before decoding.Vitor Sessak
2012-03-01cscd: use negative error values to indicate decode_init() failures.Ronald S. Bultje
2012-03-01h264: prevent overreads in intra PCM decoding.Ronald S. Bultje
2012-03-01mpegaudiodec: use DSPUtil.butterflies_float().Vitor Sessak
2012-02-29vmnc: return error on decode_init() failure.Ronald S. Bultje
2012-02-29libvorbis: add/update error messagesJustin Ruggles
2012-02-29libvorbis: use AVFifoBuffer for output packet bufferJustin Ruggles
2012-02-29libvorbis: remove unneeded e_o_s checkJustin Ruggles
2012-02-29libvorbis: check return values for functions that can return errorsJustin Ruggles
2012-02-29libvorbis: use float input instead of s16Justin Ruggles
2012-02-29libvorbis: do not flush libvorbis analysis if dsp state was not initializedJustin Ruggles
2012-02-29libvorbis: use VBR by default, with default quality of 3Justin Ruggles
2012-02-29libvorbis: fix use of minrate/maxrate AVOptionsJustin Ruggles
2012-02-29libvorbis: cosmetics: renaming/pretty-printing/comments/unused codeJustin Ruggles
2012-02-29(e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles
2012-02-29ac3enc: choose the closest bit rate to the one requested instead of failingJustin Ruggles
2012-02-29rpza: error out on buffer overreads.Ronald S. Bultje
2012-02-29qtrle: return error on decode_init() failure.Ronald S. Bultje
2012-02-29dpxenc: Don't include the libavcodec ident if bitexact mode is enabledMartin Storsjö
2012-02-29prores: store and retrieve extended colourspace informationKostya Shishkov
2012-02-29proresenc: correct edge emulationPhil Barrett
2012-02-29prores: handle 444 chroma in right orderKostya Shishkov
2012-02-29mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov
2012-02-29lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov
2012-02-29lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov
2012-02-29mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov
2012-02-29mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov
2012-02-29mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov
2012-02-29mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov
2012-02-29lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov
2012-02-29aacdec: Support stereo streams that erroneously signal predefined channel con...Michael Niedermayer
2012-02-29aacdec: Reshuffle functions so get_che() can call set_default_channel_config(...Alex Converse
2012-02-29vp56: error out on invalid stream dimensions.Ronald S. Bultje
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-28Indeo3: fix crashes on corrupt bitstreams.Ronald S. Bultje