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
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun
2009-04-10Add support to CorePNG P-frames.Thilo Borgmann
2009-04-10Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the threadReimar Döffinger
2009-04-10Remove unused variables along with the related warnings.Diego Biurrun
2009-04-10Add forgotten void return type to ff_h264_free_contextReimar Döffinger
2009-04-10Fix sigill on non-MMX2 CPUs.Diego Biurrun
2009-04-10Use the new avcodec_decode_* API.Thilo Borgmann
2009-04-10Make sure error resilience does not try to use unavailable reference frames.Reimar Döffinger
2009-04-10Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger
2009-04-10Make sure mpeg2 has its height rounded up to 32 as that is neededMichael Niedermayer
2009-04-10Do not use SSE2 SAD for snow as it requires more alignment than can beMichael Niedermayer
2009-04-10Fix documentation for the "-ps" optionMartin Storsjö
2009-04-10Make sure the next used frame is released so get_buffer() wont fail.Michael Niedermayer
2009-04-10Move release_buffer() up so it is prior to a future call to it.Michael Niedermayer
2009-04-10Factorize release_buffer()Michael Niedermayer
2009-04-10Make sure spatial_decomposition_count is not too large for picture size.Michael Niedermayer
2009-04-10Skip non intra frames that have no reference frames.Michael Niedermayer
2009-04-09Make sure spatial_decomposition_count is >0.Michael Niedermayer
2009-04-09Make sure the block array is of the correct size.Michael Niedermayer
2009-04-09Check spatial_decomposition_count too, fixes another crash.Michael Niedermayer
2009-04-0910l, forgot to remove old code, which broke snow.Michael Niedermayer
2009-04-09Factorize check of read symbols.Michael Niedermayer
2009-04-09Fix spatial_decomposition_type validity check.Michael Niedermayer
2009-04-09Fix crash when max_ref_frames was out of range.Michael Niedermayer
2009-04-09Remove unnecessary gcc_fixes.h #include.Diego Biurrun
2009-04-09cosmetics: Reformat comment paragraph and fix a few typos in it.Diego Biurrun
2009-04-09Fix mb_height for interlaced mpeg2.Michael Niedermayer
2009-04-09configure: Add --enable-runtime-cpudetectRamiro Polla
2009-04-09Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger
2009-04-08Clarify which time_base the relevant members of AVPacket useRobert Swain
2009-04-07Fix second amr_nb_decode_frame() to also use the new AVPacket argumentRobert Swain
2009-04-07Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann
2009-04-07fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-04-07Move AVPacket up a bit, so that structs/functions that include AVPacket canThilo Borgmann
2009-04-07Move scale factor computation to its own function. Patch by KenanKenan Gillet
2009-04-07Try to honor even completely invalid motion vectors as far as isMichael Niedermayer
2009-04-06Add convenience macros for 5.0/5.1 back speaker configurations.Justin Ruggles
2009-04-06mlpdec: Filters and matrices may change only once per substream per access unit.Ramiro Polla
2009-04-06mlpdec: There must be no extraword for MLP.Ramiro Polla
2009-04-06mlpdec: Validate non-restart bit from the substream header.Ramiro Polla
2009-04-06mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ma...Ramiro Polla
2009-04-05Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer
2009-04-05ARM: NEON optimized put_signed_pixels_clampedDavid Conrad
2009-04-05ARM: NEON optimised add_pixels_clampedMåns Rullgård
2009-04-04Add missing static qualifier from function declaration. Patch by KenanKenan Gillet
2009-04-04Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini
2009-04-03Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger
2009-04-03Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger
2009-04-03Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger