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