aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-04v4l2: do not force interlaced modeLuca Barbato
2012-01-04avio: exit early in fill_buffer without read_packetJanne Grunau
2012-01-04vc1dec: fix invalid memory access for small video dimensionsJohn Brooks
2012-01-04rv34: fix invalid memory access for small video dimensionsJohn Brooks
2012-01-04rv34: joint coefficient decoding and dequantizationChristophe GISQUET
2012-01-04avplay: Don't call avio_set_interrupt_cb(NULL)Martin Storsjö
2012-01-03swscale: remove obsolete comment.Ronald S. Bultje
2012-01-03swscale: split scale.asm.Ronald S. Bultje
2012-01-03swscale: don't show full-chroma-int warning for non-RGB output.Ronald S. Bultje
2012-01-03swscale: add MMX files to MMX-OBJS instead of OBJS.Ronald S. Bultje
2012-01-03h264: return index in buffer on end-of-sequence.Ronald S. Bultje
2012-01-04Merge some declarations and initializations.Diego Biurrun
2012-01-04cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functionsDiego Biurrun
2012-01-04cabac: drop unused STRICT_LIMITS code branchDiego Biurrun
2012-01-03libspeexenc: fix pts calculations for more than 1 frame per packetJustin Ruggles
2012-01-03adxdec: clear eof flag and channel states when seekingJustin Ruggles
2012-01-03fate: add ADX encoding/decoding testJustin Ruggles
2012-01-03adx: add an adx muxerJustin Ruggles
2012-01-03adxenc: check output buffer size before writingJustin Ruggles
2012-01-03adxenc: use bytestream functions for header writing.Justin Ruggles
2012-01-03adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macrosJustin Ruggles
2012-01-03adxenc: use a loop to encode each channelJustin Ruggles
2012-01-03adxenc: remove unneeded loopsJustin Ruggles
2012-01-03adx: add AVFMT_GENERIC_INDEX to demuxer flags.Justin Ruggles
2012-01-03adxenc: avoid stereo deinterleavingJustin Ruggles
2012-01-03adxenc: remove unnecessary setting of coded_frame->key_frame.Justin Ruggles
2012-01-03adxenc: log an error message and return AVERROR(EINVAL) for invalid channelsJustin Ruggles
2012-01-03adxenc: cosmetics: pretty-printingJustin Ruggles
2012-01-03adxenc: change some data typesJustin Ruggles
2012-01-03adxenc: remove unneeded log messageJustin Ruggles
2012-01-03adxenc: remove unneeded commentsJustin Ruggles
2012-01-04APIchanges: mention cleaned up header includesJonathan Nieder
2012-01-03fate: add dxtory testOana Stratulat
2012-01-03adx_parser: rewrite.Michael Niedermayer
2012-01-03adxdec: Validate channel count to fix a division by zero.Justin Ruggles
2012-01-03adxdec: Do not require extradata.Michael Niedermayer
2012-01-03cmdutils: K&R reformatting cosmeticsAneesh Dogra
2012-01-03alacdec: implement the 2-pass prediction type.Justin Ruggles
2012-01-03alacenc: implement the 2-pass prediction type.Justin Ruggles
2012-01-03alacenc: do not generate invalid multi-channel ALAC filesJustin Ruggles
2012-01-03alacdec: fill in missing or guessed info about the extradata format.Justin Ruggles
2012-01-03utvideo: proper median prediction for interlaced videosKostya Shishkov
2012-01-03lavu: bump lavu minor for av_popcount64Janne Grunau
2012-01-03dca: K&R formatting cosmeticsShitiz Garg
2012-01-03dct: K&R formatting cosmeticsAneesh Dogra
2012-01-03lavf: flush decoders in avformat_find_stream_info().Anton Khirnov
2012-01-03win32: detect number of CPUs using affinityDaniel Verkamp
2012-01-03Add av_popcount64Daniel Verkamp
2012-01-03snow: Restore three mistakenly removed casts.Diego Biurrun
2012-01-02mpegenc: use avctx->slices as number of slicesJanne Grunau