aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10vf_fade: reindent after previous commitStefano Sabatini
2011-11-10vf_fade: add alpha option and alpha fading supportMark Himsley
2011-11-10vf_fade: add support to options parsingMark Himsley
2011-11-09avcodec: add support for planar signed 8-bit PCM.Justin Ruggles
2011-11-09lowercase FRWU stringami_stuff
2011-11-09ra144enc: add sample_fmts list to ff_ra_144_encoderJustin Ruggles
2011-11-09smackaud: use uint8_t* for 8-bit output buffer typeJustin Ruggles
2011-11-09smackaud: clip output samplesJustin Ruggles
2011-11-09smackaud: use sign_extend() for difference value instead of castingJustin Ruggles
2011-11-09vda: set destination image buffer attributes.Sebastien Zwickert
2011-11-09audioconvert: make av_get_channel_layout accept composite names.Nicolas George
2011-11-09sipr: use a function pointer to select the decode_frame functionJustin Ruggles
2011-11-09sipr: set mode based on block_align instead of bit_rateJustin Ruggles
2011-11-09sipr: do not needlessly set *data_size to 0 when returning an errorJustin Ruggles
2011-11-09Merge remote-tracking branch 'cus/stable'Michael Niedermayer
2011-11-09ra288: fix formatting of LOCAL_ALIGNED_16Justin Ruggles
2011-11-09fraps: check overread per sample instead of per lineMichael Niedermayer
2011-11-09fraps: fix memleakMichael Niedermayer
2011-11-09udp: Allow specifying the local IP addressMartin Storsjö
2011-11-09Revert commit 0bc391281ad80d4eb365f3d8978637b07003e8dcMichael Niedermayer
2011-11-09pthreads: drop has_b_frames mangling, its buggy in many many ways,Michael Niedermayer
2011-11-09Check extradata_size before accessing extradata.Carl Eugen Hoyos
2011-11-09VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L)shahriman AMS
2011-11-09vc1dec: move an if() block.shahriman AMS
2011-11-09vc1dec: use correct hybrid prediction threshold.shahriman AMS
2011-11-09vc1dec: Partial rewrite of vc1_pred_mv()shahriman AMS
2011-11-09vc1dec: take ME precision into account while scaling MV predictors.shahriman AMS
2011-11-09lavf: don't leak corrupted packetsAndrey Utkin
2011-11-09ra288: try to fix 10l typo that breaks compile on some platformsMichael Niedermayer
2011-11-09udp: simplify 7a032cb97f743a651138d2da6214c79e0ce089ddMichael Niedermayer
2011-11-09Fix segfault on UDP readingAndrey Utkin
2011-11-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-09Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX).Themaister
2011-11-09fraps: check for overreadMichael Niedermayer
2011-11-08mpegvideo_probe: reduce score for invalid streamsMichael Niedermayer
2011-11-08ffplay: limit lowres to the maximum supported. Fixes Ticket591Michael Niedermayer
2011-11-08Fix nonsense buffer hints.Reimar Döffinger
2011-11-08tls: Use ERR_get_error() in do_tls_pollMartin Storsjö
2011-11-08mpegvideo_probe: Getting rid of the use of GCC language extensionsMichael Niedermayer
2011-11-08mpegvideo_probe: dont be too picky on spec compliance and the lack of system ...Michael Niedermayer
2011-11-08mpegvideo_probe: count video and audio pes seperatelyMichael Niedermayer
2011-11-08mpegvideo probe: fix slice countingMichael Niedermayer
2011-11-08indeo3: Fix a fencepost error.Alex Converse
2011-11-08mxfdec: Fix comparison of unsigned expression < 0.Alex Converse
2011-11-08mpegts: set stream id on just created stream, not an unrelated variableAnton Khirnov
2011-11-08ra288: return error if input buffer is too smallJustin Ruggles
2011-11-08ra288: utilize DSPContext.vector_fmul()Justin Ruggles
2011-11-08ra288: use memcpy() to copy decoded samples to outputJustin Ruggles
2011-11-08mace: only calculate output buffer size onceJustin Ruggles