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-01-23Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer
2010-01-23Release buffer when the codec is closed.Reimar Döffinger
2010-01-23Use qstride = 0 and allocate only a single line for qscale_table sinceReimar Döffinger
2010-01-23Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions.Laurent Aimar
2010-01-23Reindent the content of one if(){} in ff_dxva2_common_end_frame.Laurent Aimar
2010-01-23Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame.Laurent Aimar
2010-01-23Set edges based on cbp and mv partitioning, not just skiped MBs.Michael Niedermayer
2010-01-23Use AVPALETTE_COUNT instead of hard-coding 256.Reimar Döffinger
2010-01-23Remove redundant initialization of the palette, it is part of the contextReimar Döffinger
2010-01-23Optimize filter_mb_mbaff_edge*()Michael Niedermayer
2010-01-23Optmize 8x8dct check used to skip some borders in the loop filter.Michael Niedermayer
2010-01-23Use av_freep intead of av_free to free pointers in vp56 context.Reimar Döffinger
2010-01-23Zero the frame data on allocation for VB codec, e.g. the FATE sample seems toReimar Döffinger
2010-01-23Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger
2010-01-23Print a warning when DATA chunk is encountered in the middle of chunk.Ronald S. Bultje
2010-01-23Export wma_critical_freqs as ff_wma_critical_freqsDaniel Verkamp
2010-01-23Fix heap overflow with -async.Michael Niedermayer
2010-01-23The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needsReimar Döffinger
2010-01-23Remove conditional M_PI definition, it is already defined inStefano Sabatini
2010-01-23Replace deprecated guess_format() with av_guess_format().Martin Storsjö
2010-01-23Implement an sse version of scalarproduct_float().Alex Converse
2010-01-22Check for chunk boundaries when decoding VB codec dataKostya Shishkov
2010-01-22Zero palette in case not all entries are initialized laterKostya Shishkov
2010-01-22Make style a little bit more K&R'ish.Ronald S. Bultje
2010-01-22Rename a function which is no longer ipv6-specific. Patch by Martin StorsjöMartin Storsjö
2010-01-22Use the control URI from the SDP (if present) rather than the input filename,Alan Steremberg
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-22Suppress TMS470 warnings about alignment directivesMåns Rullgård
2010-01-22DECLARE_ALIGNED macro for TMS470 compilerMåns Rullgård
2010-01-22Add an AV_PRAGMA() macro for constructing _Pragma() directivesMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-22configure: fix --cpu=hostMåns Rullgård
2010-01-22Gcc idiocy fixes related to filter_mb_edge*.Michael Niedermayer
2010-01-22Update regression tests after r21372David Conrad
2010-01-22Move dquant check into qscale overflow check.Michael Niedermayer
2010-01-21mkvenc: Write TrackTimecodeScaleRafaël Carré
2010-01-21Remove reply and content_ptr arguments from rtsp_send_cmd_async(), sinceRonald S. Bultje
2010-01-21Change on rtsp_send_cmd() to the _async() version since we don't use theRonald S. Bultje
2010-01-21Reindent after r21368.Ronald S. Bultje
2010-01-21Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitializedRonald S. Bultje
2010-01-21Make output-example.c handle AAC audio.Martin Storsjö
2010-01-21Make calculation of mask_edge free of branches, faster of course but probablyMichael Niedermayer
2010-01-21Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>.Martin Storsjö
2010-01-21Clarify CODEC_CAP_SUBFRAMES.Michael Niedermayer
2010-01-21Make DECLARE_ALIGNED macros work with external array specifiersMåns Rullgård
2010-01-21Set CODEC_CAP_SUBFRAMES for adpcm decodersMåns Rullgård
2010-01-21More const-correctness for sws_scaleDavid Conrad
2010-01-21Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad
2010-01-21Use two separate memory arguments since 8+() is invalid gas syntaxDavid Conrad
2010-01-21IndentMåns Rullgård