summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* id3v2: fix NULL pointer dereferenceAnton Khirnov2011-10-11
* mov: read album_artist atomRaivo Hool2011-10-11
* mov: fix disc/track numbers and totalsRaivo Hool2011-10-11
* doc: fix references to obsolete presets directories for avconv/ffmpegDiego Biurrun2011-10-11
* flashsv: return more meaningful error valueDiego Biurrun2011-10-11
* flashsv: fix typo in av_log() messageDiego Biurrun2011-10-11
* smacker: validate channels and sample format.Justin Ruggles2011-10-11
* smacker: check buffer size before reading output sizeJustin Ruggles2011-10-11
* smacker: validate number of channelsJustin Ruggles2011-10-11
* smacker: Separate audio flags from sample rates in smacker demuxer.Justin Ruggles2011-10-11
* h264: fix detection of optional trailing PPS elementsMans Rullgard2011-10-11
* sipr: fix get_bits(0) callsMans Rullgard2011-10-11
* motion_est: make MotionExtContext.map_generation unsignedMans Rullgard2011-10-11
* h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo...Laurent Aimar2011-10-10
* error_resilience: fix the check for missing references in ff_er_frame_end() f...Laurent Aimar2011-10-10
* 4xm: prevent NULL dereference with invalid huffman tableLaurent Aimar2011-10-10
* 4xmdemux: prevent use of uninitialized memoryLaurent Aimar2011-10-10
* 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffersLaurent Aimar2011-10-10