summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* ARMv6 optimised pix_abs8Måns Rullgård2010-02-09
* ARMv6 optimised pix_abs16_y2Måns Rullgård2010-02-09
* ARMv6 optimised pix_abs16_x2Måns Rullgård2010-02-09
* ARMv6 optimised pix_abs16Måns Rullgård2010-02-09
* ARMv6 optimised put_pixels functions except xy2 variantsMåns Rullgård2010-02-09
* Indeo 5 decoderKostya Shishkov2010-02-09
* Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.Michael Niedermayer2010-02-09
* Make sure the header value used to avoid repeating headers on seeking to theReimar Döffinger2010-02-08
* Implement gai_strerror() for systems lacking such functionality. PatchRonald S. Bultje2010-02-08
* Set partitioning to 16x16 for spatial direct MBs with mixed interlacing.Michael Niedermayer2010-02-08
* Detect spatial direct MBs partitioned smaller than 16x16 that can be partitionedMichael Niedermayer2010-02-08
* Detect equal 4x4 blocks in spatial direct MBs.Michael Niedermayer2010-02-08
* Fix playback with invalid files that don't set the continuation flag forDavid Conrad2010-02-08
* Stop reading input file when -t option value is reached.Wolfram Gloger2010-02-08
* Remove an apparently unneeded && !FRAME_MBAFF.Michael Niedermayer2010-02-08
* Branchless calculation of ref_offset.Michael Niedermayer2010-02-08
* Remove incorrect fixme, i see no case that is missing.Michael Niedermayer2010-02-08
* Replace call to pred_motion() in direct spatial mv pred by codeMichael Niedermayer2010-02-08
* Change xvid/divx/lavc build variables to be consistent to x264_build.Michael Niedermayer2010-02-08
* Set x264_build so that checks are simpler.Michael Niedermayer2010-02-08
* Ooops, 10l forgot to commit h264.h.Michael Niedermayer2010-02-07
* Zero a/b only in the branch where they need to be zeroed.Michael Niedermayer2010-02-07
* Merge mv&ref related code for spatial direct MV code.Michael Niedermayer2010-02-07
* Precalculate a few variables for direct mv prediction for interlaced MBs.Michael Niedermayer2010-02-07
* Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts theMichael Niedermayer2010-02-07
* Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective ...Michael Niedermayer2010-02-07