summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Skip some more code that isnt needed for direct MBs.Michael Niedermayer2010-02-13
* add netspeak gsm and truespeech wav format tags to riff.cBen Littler2010-02-13
* Fix reading beyond buffer end on RA144Context.lpc_tables.Francesco Lavra2010-02-13
* Do not call lseek() with invalid whence valueMåns Rullgård2010-02-13
* Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.Michael Niedermayer2010-02-13
* Dont calculate any surrounding MVs for temporal MBsMichael Niedermayer2010-02-13
* Add my name to CREDITS.Stefano Sabatini2010-02-13
* Simplify if()Michael Niedermayer2010-02-13
* Init sub_mb_type cleanly.Michael Niedermayer2010-02-13
* 100l Forgoten hunk.unbreak compile before someone notices.Michael Niedermayer2010-02-13
* Restructure spatial direct MV generation so that the zero predictior shortcutMichael Niedermayer2010-02-13
* Split spatial and temporal direct MV generation.Michael Niedermayer2010-02-13
* Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.Ramiro Polla2010-02-13
* Special case for spatial direct MV predictor being 0.Michael Niedermayer2010-02-13
* Pack MVs together from the begin for spatial direct, this simplifies the codeMichael Niedermayer2010-02-13
* Dont drop B frames without last_picture.Michael Niedermayer2010-02-12
* Special case VP5/6 chroma alignment on x86 as wellDavid Conrad2010-02-12
* Don't pre-calculate first_pixelDavid Conrad2010-02-12
* Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoderDavid Conrad2010-02-12
* Cosmetics: reindentDavid Conrad2010-02-12
* Do loop filter per-row rather than per-frameDavid Conrad2010-02-12
* Move apply_loop_filter above render_slice, it'll be used by the latter soonDavid Conrad2010-02-12
* Export Theora colorspace info if presentDavid Conrad2010-02-12
* Theora 3.4 doesn't exist; these fields were misunderstandings of the specDavid Conrad2010-02-12
* Remove unused code that's moved elsewhereDavid Conrad2010-02-12
* Add flag so muxers not needing width/height can signal this.Michael Niedermayer2010-02-12
* Try to support truncated h264 frames mixed with mpeg pes headers in mkv.Michael Niedermayer2010-02-12
* Use int8_t instead of char, the signedness of char can differ between systems.Reimar Döffinger2010-02-12
* WMAVoice decoder.Ronald S. Bultje2010-02-12
* Make DeluxePaint Animation demuxer actually return the find_record() error co...Peter Ross2010-02-12
* Add GEOV fourcc (issue971).Michael Niedermayer2010-02-12
* Add "tomi" architectureMåns Rullgård2010-02-11
* configure: require --arch and --target-os when cross-compilingMåns Rullgård2010-02-11
* ffplay depends on rdftMåns Rullgård2010-02-11
* Fix build with --disable-mdctMåns Rullgård2010-02-11
* configure: add missing mdct depsMåns Rullgård2010-02-11
* configure: make mdct and rdft select fft and update other depsMåns Rullgård2010-02-11
* Fix timestamps.Michael Niedermayer2010-02-11
* Remove recording_time check which is no longer necessary after r21687.Wolfram Gloger2010-02-11
* Simplify expression as suggested by Måns RullgårdKostya Shishkov2010-02-11
* Make SHA digest function write digest value with AV_WN32 instead of assumingKostya Shishkov2010-02-11
* Move 'chksum' declaration to the only block where that variable is usedKostya Shishkov2010-02-11
* Move band checksum verifying into preprocessor condition, so compiler won'tKostya Shishkov2010-02-11
* Extend show_pix_fmts(), make it show input/output support forStefano Sabatini2010-02-10
* Stricter check for math.h functionsMåns Rullgård2010-02-10
* configure: fix cosmetic typo in check_mathfuncMåns Rullgård2010-02-10
* ReindentDaniel Verkamp2010-02-10
* Fix demuxing of wav files with broken data headerDaniel Verkamp2010-02-10
* Use av_compare_ts to compare against the -t end time instead of usingReimar Döffinger2010-02-10
* Use av_compare_ts from libavutil instead of the locale compare_ts, theReimar Döffinger2010-02-10