summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Fix syncronisation for streams with a high encoding delay.Timo Teräs2010-02-10
* Reindent after r21741.Ronald S. Bultje2010-02-10
* Don't forget to set known audio parameters (samplerate, etc.) if the codec isRonald S. Bultje2010-02-10
* RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje2010-02-10
* Output the first AAC frame. This is needed for SBR conformance.Alex Converse2010-02-10
* Dont give up after 100kb of zero bytes but returnd EAGAINMichael Niedermayer2010-02-10
* mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up.Andreas Öman2010-02-10
* Enable SSE2 (put|avg)_pixels_16_sse2David Conrad2010-02-10
* Define missing llrint() as macro instead of inline functionMåns Rullgård2010-02-09
* Special check for math.h functionsMåns Rullgård2010-02-09
* Check for setrlimit()Måns Rullgård2010-02-09
* configure: allow 'none' as target OSMåns Rullgård2010-02-09
* Doxument url_fopen().Stefano Sabatini2010-02-09
* Add an entry for the recently added av_compare_ts() function.Stefano Sabatini2010-02-09
* ARMv6 optimised pix_sumMåns Rullgård2010-02-09
* ARMv6 optimised pix_norm1Måns Rullgård2010-02-09
* ARMv6 optimised sse16Måns Rullgård2010-02-09
* ARMv6 optimised diff_pixelsMåns Rullgård2010-02-09
* ARMv6 optimised get_pixelsMåns Rullgård2010-02-09