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
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
2013-03-08mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov
2013-03-08mpegaudio_parser: Don't ignore information from the first frameAlexander Kojevnikov
2013-03-07aacdec: Reconfigure output as needed, disable pop_output_configuration()Michael Niedermayer
2013-03-07psymodel: dont apply lowpass filters with a cutoff close to the nyquistMichael Niedermayer
2013-03-07build: cosmetics: Group hw accelerator Makefile entries togetherDiego Biurrun
2013-03-07mpegvideo: Conditionally build error_resilience bitsMartin Storsjö
2013-03-07Add missing error_resilience includes to files that use ERDiego Biurrun
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-07Merge commit '70762508ec5919474edb92a5b1f266fd06640f9c'Michael Niedermayer
2013-03-07lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje
2013-03-07h264: Integrate draw_horiz_band into ff_h264_draw_horiz_bandRonald S. Bultje
2013-03-07lavc: Prettify printing of codec tags containing non alphanumeric charactersStefano Sabatini
2013-03-07h264: Rename the jpeg_420 pixfmt list to match the common naming structureMartin Storsjö
2013-03-07libavcodec: changed mathematical functions in aacpsy.cBojan Zivkovic
2013-03-07Merge commit '5da51284937649a8ebb84fa951c235438fcbf8ae'Michael Niedermayer
2013-03-07Merge commit '5a4e9fe855282a99586050a507d0a486ad39df5b'Michael Niedermayer
2013-03-07Merge commit '4c364eb2b856fc33cf7b42f7c7b979e69fde5f3a'Michael Niedermayer
2013-03-07Merge commit 'a2ad554def214d2d03b7c16f68dc081a8622f9ca'Michael Niedermayer
2013-03-07Merge commit 'c10da30d8426a1f681d99a780b6e311f7fb4e5c5'Michael Niedermayer
2013-03-07normalize calls to ff_alloc_packet2James Zern
2013-03-06lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje
2013-03-06Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables.Ronald S. Bultje
2013-03-06snowenc: fix indentionMichael Niedermayer
2013-03-06snowenc: add forgotten emms_c()Michael Niedermayer
2013-03-06avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatchDiego Biurrun