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