summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WMAVoice decoder.Ronald S. Bultje2010-02-128-1/+4599
* Make DeluxePaint Animation demuxer actually return the find_record() error co...Peter Ross2010-02-121-2/+2
* Add GEOV fourcc (issue971).Michael Niedermayer2010-02-121-0/+1
* Add "tomi" architectureMåns Rullgård2010-02-111-0/+1
* configure: require --arch and --target-os when cross-compilingMåns Rullgård2010-02-111-3/+10
* ffplay depends on rdftMåns Rullgård2010-02-111-0/+1
* Fix build with --disable-mdctMåns Rullgård2010-02-111-0/+2
* configure: add missing mdct depsMåns Rullgård2010-02-111-0/+3
* configure: make mdct and rdft select fft and update other depsMåns Rullgård2010-02-111-17/+21
* Fix timestamps.Michael Niedermayer2010-02-111-4/+9
* Remove recording_time check which is no longer necessary after r21687.Wolfram Gloger2010-02-111-4/+0
* Simplify expression as suggested by Måns RullgårdKostya Shishkov2010-02-111-1/+1
* Make SHA digest function write digest value with AV_WN32 instead of assumingKostya Shishkov2010-02-111-1/+2
* Move 'chksum' declaration to the only block where that variable is usedKostya Shishkov2010-02-111-2/+1
* Move band checksum verifying into preprocessor condition, so compiler won'tKostya Shishkov2010-02-111-1/+3
* Extend show_pix_fmts(), make it show input/output support forStefano Sabatini2010-02-101-1/+25
* Stricter check for math.h functionsMåns Rullgård2010-02-101-1/+2
* configure: fix cosmetic typo in check_mathfuncMåns Rullgård2010-02-101-1/+1
* ReindentDaniel Verkamp2010-02-101-1/+1
* Fix demuxing of wav files with broken data headerDaniel Verkamp2010-02-101-0/+3
* Use av_compare_ts to compare against the -t end time instead of usingReimar Döffinger2010-02-101-1/+1
* Use av_compare_ts from libavutil instead of the locale compare_ts, theReimar Döffinger2010-02-101-39/+7
* Fix syncronisation for streams with a high encoding delay.Timo Teräs2010-02-101-2/+1
* Reindent after r21741.Ronald S. Bultje2010-02-101-29/+29
* Don't forget to set known audio parameters (samplerate, etc.) if the codec isRonald S. Bultje2010-02-101-5/+1
* RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje2010-02-106-1/+213
* Output the first AAC frame. This is needed for SBR conformance.Alex Converse2010-02-101-6/+0
* Dont give up after 100kb of zero bytes but returnd EAGAINMichael Niedermayer2010-02-101-2/+7
* mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up.Andreas Öman2010-02-101-1/+2
* Enable SSE2 (put|avg)_pixels_16_sse2David Conrad2010-02-101-2/+0
* Define missing llrint() as macro instead of inline functionMåns Rullgård2010-02-091-4/+2
* Special check for math.h functionsMåns Rullgård2010-02-091-10/+21
* Check for setrlimit()Måns Rullgård2010-02-092-1/+3
* configure: allow 'none' as target OSMåns Rullgård2010-02-091-1/+2
* Doxument url_fopen().Stefano Sabatini2010-02-091-2/+14
* Add an entry for the recently added av_compare_ts() function.Stefano Sabatini2010-02-091-0/+3
* ARMv6 optimised pix_sumMåns Rullgård2010-02-092-0/+27
* ARMv6 optimised pix_norm1Måns Rullgård2010-02-092-0/+34
* ARMv6 optimised sse16Måns Rullgård2010-02-092-0/+56
* ARMv6 optimised diff_pixelsMåns Rullgård2010-02-092-0/+36
* ARMv6 optimised get_pixelsMåns Rullgård2010-02-092-0/+25
* ARMv6 optimised pix_abs8Måns Rullgård2010-02-092-0/+36
* ARMv6 optimised pix_abs16_y2Måns Rullgård2010-02-092-0/+61
* ARMv6 optimised pix_abs16_x2Måns Rullgård2010-02-092-0/+58
* ARMv6 optimised pix_abs16Måns Rullgård2010-02-092-0/+36
* ARMv6 optimised put_pixels functions except xy2 variantsMåns Rullgård2010-02-092-0/+280
* Indeo 5 decoderKostya Shishkov2010-02-098-1/+1082
* Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.Michael Niedermayer2010-02-091-9/+8
* Make sure the header value used to avoid repeating headers on seeking to theReimar Döffinger2010-02-081-2/+2
* Implement gai_strerror() for systems lacking such functionality. PatchRonald S. Bultje2010-02-082-0/+13
OpenPOWER on IntegriCloud