aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-05DCA: Occasionally a false XCH sync word can turn up after the core DTS data,Nick Brereton
2010-07-05Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, andMichael Karcher
2010-07-05Add id3v1.o dependency for oma demuxerMichael Karcher
2010-07-05DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream pa...Benjamin Larsson
2010-07-04Make opt_pad() print more information.Stefano Sabatini
2010-07-04Update help message for the -pad* options, as they have been removed,Stefano Sabatini
2010-07-04aes: fix array index out of bounds warningMåns Rullgård
2010-07-04Mention gas-preprocessor in documentationMåns Rullgård
2010-07-04Fix build with hardcoded tablesMåns Rullgård
2010-07-04r24021 which i have approved did by mistake remove a empty line that had a pu...Michael Niedermayer
2010-07-04PPC: convert Altivec FFT to pure assemblerMåns Rullgård
2010-07-04PPC: gas-preprocessor handles m[ft]spr shorthandsMåns Rullgård
2010-07-04PPC: add some asm support macrosMåns Rullgård
2010-07-04Stop make complaining about moved/deleted headersMåns Rullgård
2010-07-04APIchanges: fix revision number and commit date for change of all occurencesRamiro Polla
2010-07-04Revert commit:Stefano Sabatini
2010-07-04Add missing docs for the ffplay -autoexit option.Alexei Svitkine
2010-07-04Implement -onkeydown and -onmousedown options for ffplay.Alexei Svitkine
2010-07-04Add notices for the -crop* options in the ffmpeg manual, stating thatStefano Sabatini
2010-07-04mov: Read Flash's chpl variantDavid Conrad
2010-07-03LOL, 100l, really fix warning:Baptiste Coudurier
2010-07-03Fix warning:Baptiste Coudurier
2010-07-03FFplay : Copy all AVFrame fields from the reference picture to theJai Menon
2010-07-03APIchanges: add entry for r23985 (install lfg.h)Ramiro Polla
2010-07-03Enhance pad filter command-line description.Stefano Sabatini
2010-07-03Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).Ronald S. Bultje
2010-07-03configure: add missing braces in libvpx checkMåns Rullgård
2010-07-03Provide a hint about the minimum required version of libvpx (0.9.1)Dominik Mierzejewski
2010-07-03configure: enclose library check for librtmp in bracketsRamiro Polla
2010-07-03PPC: add _interleave versions of fft{4,6,16}_altivecMåns Rullgård
2010-07-03Add function check for librtmp, require RTMP_Socket() which was addedStefano Sabatini
2010-07-03State in the guidelines that function and parameter descriptions inStefano Sabatini
2010-07-03Silence "comparison of unsigned expression >= 0 is always true" warning.Eli Friedman
2010-07-03Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker
2010-07-03Fix warning "passing argument from incompatible pointer type".Eli Friedman
2010-07-03Reduce codec time base when stream copyingBaptiste Coudurier
2010-07-03Fix 'assignment from incompatible pointer type' warning.Eli Friedman
2010-07-03Give context to av_logBaptiste Coudurier
2010-07-03Move AVStream->codec_info_nb_frames increment after try_decode_frameBaptiste Coudurier
2010-07-03Use default graph swscale opts when no opts are suppliedBaptiste Coudurier
2010-07-03Set graph swscale opts before parsing it, that way opts are availableBaptiste Coudurier
2010-07-03In av_find_stream_info, decode at least 4 h.264 frames to be able to guess de...Baptiste Coudurier
2010-07-03SSSE3 versions of vp8 width4 bilinear MC functionsJason Garrett-Glaser
2010-07-02Disable dshow specific bug emulation for amv files as they arentMichael Niedermayer
2010-07-02Rename block_align variable in the avi demuxer to clearly seperate its purposeMichael Niedermayer
2010-07-02VP8: Move calculation of outer filter limit out of dsp functions for normalDavid Conrad
2010-07-02Use __clang_version__ when availableDavid Conrad
2010-07-02fix comment grammarAurelien Jacobs
2010-07-02Bump libavformat minor (as a result of r24003).Jai Menon
2010-07-02Make mix function more readable.Reimar Döffinger