summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Factorize setting sub_mb_type out.Michael Niedermayer2010-02-07
* Bump minor for av_compare_ts()Michael Niedermayer2010-02-07
* Use av_compare_ts() for interleaving per dts.Michael Niedermayer2010-02-07
* av_compare_ts()Michael Niedermayer2010-02-07
* Make parse_options() explicitely handle the case where an opt_func2Stefano Sabatini2010-02-07
* Remove FIXMEs for cases that are disallowed by the spec.Michael Niedermayer2010-02-07
* Check direct_8x8_inference_flag.Michael Niedermayer2010-02-07
* Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame.Michael Niedermayer2010-02-07
* Implement a physical concatenation protocol.Michele Orrù2010-02-07
* Fix CAVLC+8x8DCT+MBAFF loopfiltering.Michael Niedermayer2010-02-07
* Fix colocated map.Michael Niedermayer2010-02-07
* Fix reference selection for colocated MBs from frames to fields.Michael Niedermayer2010-02-07
* Add assert(sps.direct_8x8_inference_flag) to FIXME comment.Michael Niedermayer2010-02-07
* ref_offset must be added after checking references validity.Michael Niedermayer2010-02-07
* Add missing entries for the recent lsws API changes.Stefano Sabatini2010-02-06
* libgsm installs headers in a subdirectory, use gsm.h from that subdirectory.Reinhard Tartler2010-02-06
* cosmetics : re-indent after r21639.Jai Menon2010-02-06
* Add include necessary for ff_set_qscaleReimar Döffinger2010-02-06
* Avoid using an intermediate variable.Jai Menon2010-02-06
* Remove redundant use of numchannels since it is 1 for mono.Jai Menon2010-02-06
* alac.c : Use av_freep instead of av_free.Jai Menon2010-02-06
* Add AVI metadata conversion table.Anton Khirnov2010-02-06
* Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb 2010) | 5 l...Justin Johnson2010-02-06
* Long term references behave different from short term in spatial direct MV ca...Michael Niedermayer2010-02-06
* Add parentheses in boolean expression: (A && B || C) => ((A && B) || C),Stefano Sabatini2010-02-06
* Remove unused variable ref_clock, fix the warning:Stefano Sabatini2010-02-06
* Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini2010-02-05
* Satisfy style nits.Stefano Sabatini2010-02-05
* Doxument url_fdopen().Stefano Sabatini2010-02-05
* Apply misc fixes to sws_getCoefficients() doxy.Stefano Sabatini2010-02-05
* Satisfy consistency need:Stefano Sabatini2010-02-05