summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set partitioning to 16x16 for spatial direct MBs with mixed interlacing.Michael Niedermayer2010-02-081-0/+4
* Detect spatial direct MBs partitioned smaller than 16x16 that can be partitionedMichael Niedermayer2010-02-081-0/+5
* Detect equal 4x4 blocks in spatial direct MBs.Michael Niedermayer2010-02-081-1/+6
* Fix playback with invalid files that don't set the continuation flag forDavid Conrad2010-02-082-1/+5
* Stop reading input file when -t option value is reached.Wolfram Gloger2010-02-081-2/+5
* Remove an apparently unneeded && !FRAME_MBAFF.Michael Niedermayer2010-02-081-1/+1
* Branchless calculation of ref_offset.Michael Niedermayer2010-02-081-3/+2
* Remove incorrect fixme, i see no case that is missing.Michael Niedermayer2010-02-081-2/+0
* Replace call to pred_motion() in direct spatial mv pred by codeMichael Niedermayer2010-02-081-6/+28
* Change xvid/divx/lavc build variables to be consistent to x264_build.Michael Niedermayer2010-02-082-24/+29
* Set x264_build so that checks are simpler.Michael Niedermayer2010-02-082-3/+4
* Ooops, 10l forgot to commit h264.h.Michael Niedermayer2010-02-071-0/+2
* Zero a/b only in the branch where they need to be zeroed.Michael Niedermayer2010-02-071-2/+4
* Merge mv&ref related code for spatial direct MV code.Michael Niedermayer2010-02-071-20/+11
* Precalculate a few variables for direct mv prediction for interlaced MBs.Michael Niedermayer2010-02-071-11/+11
* Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts theMichael Niedermayer2010-02-071-1/+3
* Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective ...Michael Niedermayer2010-02-071-0/+3
* Factorize setting sub_mb_type out.Michael Niedermayer2010-02-071-2/+1
* Bump minor for av_compare_ts()Michael Niedermayer2010-02-071-1/+1
* Use av_compare_ts() for interleaving per dts.Michael Niedermayer2010-02-071-7/+1
* av_compare_ts()Michael Niedermayer2010-02-072-0/+17
* Make parse_options() explicitely handle the case where an opt_func2Stefano Sabatini2010-02-071-2/+4
* Remove FIXMEs for cases that are disallowed by the spec.Michael Niedermayer2010-02-071-2/+1
* Check direct_8x8_inference_flag.Michael Niedermayer2010-02-071-0/+4
* Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame.Michael Niedermayer2010-02-071-0/+1
* Implement a physical concatenation protocol.Michele Orrù2010-02-075-1/+202
* Fix CAVLC+8x8DCT+MBAFF loopfiltering.Michael Niedermayer2010-02-071-1/+8
* Fix colocated map.Michael Niedermayer2010-02-071-3/+3
* Fix reference selection for colocated MBs from frames to fields.Michael Niedermayer2010-02-071-0/+6
* Add assert(sps.direct_8x8_inference_flag) to FIXME comment.Michael Niedermayer2010-02-071-0/+1
* ref_offset must be added after checking references validity.Michael Niedermayer2010-02-071-2/+2
* Add missing entries for the recent lsws API changes.Stefano Sabatini2010-02-061-0/+6
* libgsm installs headers in a subdirectory, use gsm.h from that subdirectory.Reinhard Tartler2010-02-061-1/+1
* cosmetics : re-indent after r21639.Jai Menon2010-02-061-47/+47
* Add include necessary for ff_set_qscaleReimar Döffinger2010-02-062-0/+2
* Avoid using an intermediate variable.Jai Menon2010-02-061-2/+1
* Remove redundant use of numchannels since it is 1 for mono.Jai Menon2010-02-061-1/+1
* alac.c : Use av_freep instead of av_free.Jai Menon2010-02-061-2/+2
* Add AVI metadata conversion table.Anton Khirnov2010-02-065-50/+90
* Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb 2010) | 5 l...Justin Johnson2010-02-061-13/+0
* Long term references behave different from short term in spatial direct MV ca...Michael Niedermayer2010-02-061-3/+3
* Add parentheses in boolean expression: (A && B || C) => ((A && B) || C),Stefano Sabatini2010-02-061-1/+1
* Remove unused variable ref_clock, fix the warning:Stefano Sabatini2010-02-061-1/+1
* Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini2010-02-051-9/+8
* Satisfy style nits.Stefano Sabatini2010-02-051-2/+2
* Doxument url_fdopen().Stefano Sabatini2010-02-051-2/+11