22662 Commits (f45a27dc526dc743bed25e8a7e67200bc02fd555)
 

Author SHA1 Message Date
Daniel Verkamp f45a27dc52 Reindent 15 years ago
Daniel Verkamp b7e0f88f2b Fix demuxing of wav files with broken data header 15 years ago
Reimar Döffinger 40938d9382 Use av_compare_ts to compare against the -t end time instead of using 15 years ago
Reimar Döffinger f0cb55af88 Use av_compare_ts from libavutil instead of the locale compare_ts, the 15 years ago
Timo Teräs 4e8052ddad Fix syncronisation for streams with a high encoding delay. 15 years ago
Ronald S. Bultje 7515ed0c1d Reindent after r21741. 15 years ago
Ronald S. Bultje 170870b77c Don't forget to set known audio parameters (samplerate, etc.) if the codec is 15 years ago
Ronald S. Bultje 556aa7a102 RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 15 years ago
Alex Converse 1edea057dd Output the first AAC frame. This is needed for SBR conformance. 15 years ago
Michael Niedermayer 0332324a48 Dont give up after 100kb of zero bytes but returnd EAGAIN 15 years ago
Andreas Öman 80242f9bdb mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up. 15 years ago
David Conrad 19530266a5 Enable SSE2 (put|avg)_pixels_16_sse2 15 years ago
Måns Rullgård 8e05f06912 Define missing llrint() as macro instead of inline function 15 years ago
Måns Rullgård 645d26520a Special check for math.h functions 15 years ago
Måns Rullgård 0104b608ca Check for setrlimit() 15 years ago
Måns Rullgård 614d8911c6 configure: allow 'none' as target OS 15 years ago
Stefano Sabatini fe4fbb583d Doxument url_fopen(). 15 years ago
Stefano Sabatini fbef7a7644 Add an entry for the recently added av_compare_ts() function. 15 years ago
Måns Rullgård 41c2bd0a26 ARMv6 optimised pix_sum 15 years ago
Måns Rullgård 66ec243d95 ARMv6 optimised pix_norm1 15 years ago
Måns Rullgård 0c28474c92 ARMv6 optimised sse16 15 years ago
Måns Rullgård 3132614305 ARMv6 optimised diff_pixels 15 years ago
Måns Rullgård f73a626ae4 ARMv6 optimised get_pixels 15 years ago
Måns Rullgård d2578ff9f1 ARMv6 optimised pix_abs8 15 years ago
Måns Rullgård 74cc33c235 ARMv6 optimised pix_abs16_y2 15 years ago
Måns Rullgård 39a760f678 ARMv6 optimised pix_abs16_x2 15 years ago
Måns Rullgård e6056a9008 ARMv6 optimised pix_abs16 15 years ago
Måns Rullgård 38e016a7c9 ARMv6 optimised put_pixels functions except xy2 variants 15 years ago
Kostya Shishkov 5bebe94d86 Indeo 5 decoder 15 years ago
Michael Niedermayer daaf6e3e9e Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler. 15 years ago
Reimar Döffinger be4a113264 Make sure the header value used to avoid repeating headers on seeking to the 15 years ago
Ronald S. Bultje 04a2b04b98 Implement gai_strerror() for systems lacking such functionality. Patch 15 years ago
Michael Niedermayer 1be49ce54b Set partitioning to 16x16 for spatial direct MBs with mixed interlacing. 15 years ago
Michael Niedermayer 3babc711d8 Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned 15 years ago
Michael Niedermayer 8b9eb2dfec Detect equal 4x4 blocks in spatial direct MBs. 15 years ago
David Conrad ecc0027bc6 Fix playback with invalid files that don't set the continuation flag for 15 years ago
Wolfram Gloger 55a7e946f6 Stop reading input file when -t option value is reached. 15 years ago
Michael Niedermayer 8a3b90686d Remove an apparently unneeded && !FRAME_MBAFF. 15 years ago
Michael Niedermayer 542d4a756a Branchless calculation of ref_offset. 15 years ago
Michael Niedermayer fb70c63f70 Remove incorrect fixme, i see no case that is missing. 15 years ago
Michael Niedermayer 35c8b9c094 Replace call to pred_motion() in direct spatial mv pred by code 15 years ago
Michael Niedermayer b317567cf4 Change xvid/divx/lavc build variables to be consistent to x264_build. 15 years ago
Michael Niedermayer 055a6aa76a Set x264_build so that checks are simpler. 15 years ago
Michael Niedermayer 3a06e8647f Ooops, 10l forgot to commit h264.h. 15 years ago
Michael Niedermayer 3b9e61e45f Zero a/b only in the branch where they need to be zeroed. 15 years ago
Michael Niedermayer f28a2656c3 Merge mv&ref related code for spatial direct MV code. 15 years ago
Michael Niedermayer 0a8dca8765 Precalculate a few variables for direct mv prediction for interlaced MBs. 15 years ago
Michael Niedermayer e6406939a8 Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts the 15 years ago
Michael Niedermayer 464baa6650 Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective true partitioning. 15 years ago
Michael Niedermayer e8d964fa52 Factorize setting sub_mb_type out. 15 years ago