summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* truespeech: check for large enough output buffer rather than truncating outputJustin Ruggles2011-10-13
* truespeech: remove unneeded zero-size packet check.Justin Ruggles2011-10-13
* mlpdec: return meaningful error codes instead of -1Justin Ruggles2011-10-13
* mlpdec: remove unnecessary wrapper functionJustin Ruggles2011-10-13
* mlpdec: only calculate output size onceJustin Ruggles2011-10-13
* mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles2011-10-13
* pcm: reduce pointer type castingMans Rullgard2011-10-13
* mathops: remove undefined behaviour from sign_extend()Mans Rullgard2011-10-13
* vc1: explicitly zero interlaced mode coding variables for progressive modeKostya Shishkov2011-10-13
* tiffenc: initialize forgotten avctx.Jean First2011-10-12
* avplay: free the active audio packet at exit.Justin Ruggles2011-10-12
* avplay: free rdft data used for spectrogram analysis.Justin Ruggles2011-10-12
* log.h: make AVClass a named structJindrich Makovicka2011-10-12
* fix ac3 encoder documentationJustin Ruggles2011-10-12
* vc1: more prettyprinting cosmeticsKostya Shishkov2011-10-12
* vc1: prettyprint some tablesKostya Shishkov2011-10-12
* vc1: K&R formatting cosmeticsKostya Shishkov2011-10-12
* AVOptions: bump minor and add APIchanges entry.Anton Khirnov2011-10-12
* cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov2011-10-12
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-12
* AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2011-10-12
* AVOptions: add functions for evaluating option strings.Anton Khirnov2011-10-12
* AVOptions: split get_number().Anton Khirnov2011-10-12
* AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov2011-10-12
* AVOptions: add av_opt_set*().Anton Khirnov2011-10-12
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-12
* rv34: move inverse transform functions to DSP contextJanne Grunau2011-10-12
* flvenc: Write the right metadata entry countMartin Storsjö2011-10-12
* rtsp: Request that dynamic rate is disabledMartin Storsjö2011-10-12
* rtsp: Parse the x-Accept-Dynamic-Rate headerMartin Storsjö2011-10-12
* rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-12
* h264: change unsupported bit depth message to error levelMans Rullgard2011-10-12
* rtpdec: Read the packet length for all RTCP packet typesJohn Brooks2011-10-12
* rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks2011-10-12
* qdm2: fix signed multiplication overflowMans Rullgard2011-10-12
* flvdec: Don't export metadata entries that aren't proper metadataMartin Storsjö2011-10-12
* flvdec: Split out setting of numeric fields from storing metadataMartin Storsjö2011-10-12
* libx264: support yuv422/444 output.Anton Khirnov2011-10-12
* sws: support yuv444p9/10 output.Anton Khirnov2011-10-12
* fix AC3ENC_OPT_MODE_ON/OFFJohn Stebbins2011-10-11
* h264: fix HRD parameters parsingMans Rullgard2011-10-11
* prores: implement multithreading.Ronald S. Bultje2011-10-11
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-11
* swscale: use aligned move for storage into temporary buffer.Ronald S. Bultje2011-10-11
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-11
* h264: fix invalid shifts in init_cavlc_level_tab()Mans Rullgard2011-10-11
* intfloat_readwrite: fix signed addition overflowsMans Rullgard2011-10-11
* mov: do not misreport empty sttsLuca Barbato2011-10-11
* mov: cosmetics, fix for and if spacingLuca Barbato2011-10-11