summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* id3v2: cosmetics: move some declarations before the places they are usedDiego Biurrun2011-10-13
* shorten: remove the flush function.Justin Ruggles2011-10-13
* shn: do not allow seeking in the raw shn demuxer.Justin Ruggles2011-10-13
* avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles2011-10-13
* avformat: update AVInputFormat allowed flagsJustin Ruggles2011-10-13
* avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.Justin Ruggles2011-10-13
* truespeech: use sizeof() instead of hardcoded sizesJustin Ruggles2011-10-13
* truespeech: remove unneeded variable, 'consumed'Justin Ruggles2011-10-13
* truespeech: simplify truespeech_read_frame() by using get_bits()Justin Ruggles2011-10-13
* truespeech: decode directly to output buffer instead of a temp bufferJustin Ruggles2011-10-13
* truespeech: check to make sure channels == 1Justin Ruggles2011-10-13
* 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