aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-12Remove all uses of deprecated AVOptions API.Anton Khirnov
2011-10-12AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov
2011-10-12AVOptions: add functions for evaluating option strings.Anton Khirnov
2011-10-12AVOptions: split get_number().Anton Khirnov
2011-10-12AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov
2011-10-12AVOptions: add av_opt_set*().Anton Khirnov
2011-10-12AVOptions: add new API for enumerating children.Anton Khirnov
2011-10-12rv34: move inverse transform functions to DSP contextJanne Grunau
2011-10-12flvenc: Write the right metadata entry countMartin Storsjö
2011-10-12rtsp: Request that dynamic rate is disabledMartin Storsjö
2011-10-12rtsp: Parse the x-Accept-Dynamic-Rate headerMartin Storsjö
2011-10-12rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö
2011-10-12h264: change unsupported bit depth message to error levelMans Rullgard
2011-10-12rtpdec: Read the packet length for all RTCP packet typesJohn Brooks
2011-10-12rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks
2011-10-12qdm2: fix signed multiplication overflowMans Rullgard
2011-10-12flvdec: Don't export metadata entries that aren't proper metadataMartin Storsjö
2011-10-12flvdec: Split out setting of numeric fields from storing metadataMartin Storsjö
2011-10-12libx264: support yuv422/444 output.Anton Khirnov
2011-10-12sws: support yuv444p9/10 output.Anton Khirnov
2011-10-11fix AC3ENC_OPT_MODE_ON/OFFJohn Stebbins
2011-10-11h264: fix HRD parameters parsingMans Rullgard
2011-10-11prores: implement multithreading.Ronald S. Bultje
2011-10-11prores: idct sse2/sse4 optimizations.Ronald S. Bultje
2011-10-11swscale: use aligned move for storage into temporary buffer.Ronald S. Bultje
2011-10-11prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje
2011-10-11h264: fix invalid shifts in init_cavlc_level_tab()Mans Rullgard
2011-10-11intfloat_readwrite: fix signed addition overflowsMans Rullgard
2011-10-11mov: do not misreport empty sttsLuca Barbato
2011-10-11mov: cosmetics, fix for and if spacingLuca Barbato
2011-10-11id3v2: fix NULL pointer dereferenceAnton Khirnov
2011-10-11mov: read album_artist atomRaivo Hool
2011-10-11mov: fix disc/track numbers and totalsRaivo Hool
2011-10-11doc: fix references to obsolete presets directories for avconv/ffmpegDiego Biurrun
2011-10-11flashsv: return more meaningful error valueDiego Biurrun
2011-10-11flashsv: fix typo in av_log() messageDiego Biurrun
2011-10-11smacker: validate channels and sample format.Justin Ruggles
2011-10-11smacker: check buffer size before reading output sizeJustin Ruggles
2011-10-11smacker: validate number of channelsJustin Ruggles
2011-10-11smacker: Separate audio flags from sample rates in smacker demuxer.Justin Ruggles
2011-10-11h264: fix detection of optional trailing PPS elementsMans Rullgard
2011-10-11sipr: fix get_bits(0) callsMans Rullgard
2011-10-11motion_est: make MotionExtContext.map_generation unsignedMans Rullgard
2011-10-10h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo...Laurent Aimar
2011-10-10error_resilience: fix the check for missing references in ff_er_frame_end() f...Laurent Aimar
2011-10-104xm: prevent NULL dereference with invalid huffman tableLaurent Aimar
2011-10-104xmdemux: prevent use of uninitialized memoryLaurent Aimar
2011-10-104xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffersLaurent Aimar
2011-10-10ptx: check for out of bound readsLaurent Aimar
2011-10-10tiffdec: fix out of bound reads/writesLaurent Aimar