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
2013-03-11lavc: remove disabled FF_API_IDCT cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_SNOW cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_MMI cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_LIBMPEG2 cruftAnton Khirnov
2013-03-11lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruftAnton Khirnov
2013-03-11ra144: check buffer size before requesting a bufferJanne Grunau
2013-03-11wmapro: unref skipped framesJanne Grunau
2013-03-11svq1: use av_frame_free to free refcounted frameJanne Grunau
2013-03-11lavc: fix get_buffer() compatibility layer for audio.Anton Khirnov
2013-03-11ratecontrol: remove an unused variableAnton Khirnov
2013-03-11vorbisdec: do not leak the first frame.Anton Khirnov
2013-03-09lavc: remove disabled FF_API_VDA_ASYNC cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_CODEC_ID cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_DSP_MASK cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_SUB_ID cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_INTER_THRESHOLD cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_COLOR_TABLE_ID cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruftAnton Khirnov
2013-03-08png: use av_mallocz_array() for the zlib zalloc functionJustin Ruggles
2013-03-08libmp3lame: use the correct remaining buffer size when flushingJustin Ruggles
2013-03-08lavc: update the fallback versions of ff_thread_*Anton Khirnov
2013-03-08libopencore-amr: Add the missing 3rd argument of ff_get_buffer()Yusuke Nakamura
2013-03-08vmdaudio: fix invalid reads when packet size is not a multiple of chunk sizeAnton Khirnov
2013-03-08wmaprodec: return an error, not 0, when the input is too small.Anton Khirnov
2013-03-08wmaprodec: require block_align to be set.Anton Khirnov
2013-03-08wmadec: require block_align to be set.Anton Khirnov
2013-03-08ivi_common: do not call MC for intra frames when dc_transform is unsetAnton Khirnov
2013-03-08roqvideodec: fix a potential infinite loop in roqvideo_decode_frame().Anton Khirnov
2013-03-08xxan: fix invalid memory access in xan_decode_frame_type0()Anton Khirnov
2013-03-08ffv1: fix calculating slice dimensions for version 2Anton Khirnov
2013-03-08eamad: allocate a dummy reference frame when the real one is missingAnton Khirnov
2013-03-08Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov
2013-03-08Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov
2013-03-08lavc: postpone the removal of request_channels API.Anton Khirnov
2013-03-08lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov
2013-03-08mpegvideo: drop vismv codeAnton Khirnov
2013-03-08lavc: make up a fake frame channel layout when there is no real one.Anton Khirnov
2013-03-08lavc: limit maximum number of channels to 63Anton Khirnov
2013-03-08lavc: allow decoders to override frame parameters.Anton Khirnov
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-08mpegvideo_enc: drop support for reusing the input motion vectors.Anton Khirnov
2013-03-08Move AVFrame from lavc to lavu.Anton Khirnov
2013-03-08lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov
2013-03-08pthread: avoid copying input packets when possible.Anton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov