source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ab5a0175   15 years michaelni Add flag so muxers not needing width/height can signal this. Add this …
(edit) @3566042a   15 years michaelni Try to support truncated h264 frames mixed with mpeg pes headers in …
(edit) @9f1d760a   15 years Reimar.Doeffinger Use int8_t instead of char, the signedness of char can differ between …
(edit) @fa65584f   15 years rsbultje WMAVoice decoder. Originally committed as revision 21770 to …
(edit) @cbd3441e   15 years pross Make DeluxePaint Animation demuxer actually return the find_record() …
(edit) @86d58bc   15 years michaelni Add GEOV fourcc (issue971). Originally committed as revision 21768 to …
(edit) @0844bae1   15 years mans Add "tomi" architecture Originally committed as revision 21767 to …
(edit) @8d4c00ed   15 years mans configure: require --arch and --target-os when cross-compiling …
(edit) @43689902   15 years mans ffplay depends on rdft Spotted by Ramiro. Originally committed as …
(edit) @b5ab9b59   15 years mans Fix build with --disable-mdct Originally committed as revision 21764 …
(edit) @084cbbaa   15 years mans configure: add missing mdct deps Originally committed as revision …
(edit) @26fbcc8   15 years mans configure: make mdct and rdft select fft and update other deps …
(edit) @f2d56513   15 years michaelni Fix timestamps. Originally committed as revision 21761 to …
(edit) @23b361ba   15 years Carl Eugen Hoyos Remove recording_time check which is no longer necessary after r21687. …
(edit) @a768816c   15 years kostya.shishkov Simplify expression as suggested by Måns Rullgård Originally …
(edit) @045b60bf   15 years kostya.shishkov Make SHA digest function write digest value with AV_WN32 instead of …
(edit) @94dde5c1   15 years kostya.shishkov Move 'chksum' declaration to the only block where that variable is …
(edit) @f7d64918   15 years kostya.shishkov Move band checksum verifying into preprocessor condition, so compiler …
(edit) @9cb5c760   15 years stefano.sabatini-lala Extend show_pix_fmts(), make it show input/output support for …
(edit) @33bd38db   15 years mans Stricter check for math.h functions GCC is sometimes able to optimise …
(edit) @6b73c0ae   15 years mans configure: fix cosmetic typo in check_mathfunc Originally committed …
(edit) @f45a27dc   15 years daniel Reindent Originally committed as revision 21747 to …
(edit) @b7e0f88f   15 years daniel Fix demuxing of wav files with broken data header Originally …
(edit) @40938d93   15 years Reimar.Doeffinger Use av_compare_ts to compare against the -t end time instead of using …
(edit) @f0cb55af   15 years Reimar.Doeffinger Use av_compare_ts from libavutil instead of the locale compare_ts, the …
(edit) @4e8052dd   15 years lucabe72 Fix syncronisation for streams with a high encoding delay. Patch by …
(edit) @7515ed0c   15 years rsbultje Reindent after r21741. Originally committed as revision 21742 to …
(edit) @170870b7   15 years rsbultje Don't forget to set known audio parameters (samplerate, etc.) if the …
(edit) @556aa7a1   15 years rsbultje RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot …
(edit) @1edea057   15 years alex.converse Output the first AAC frame. This is needed for SBR conformance. …
(edit) @0332324a   15 years michaelni Dont give up after 100kb of zero bytes but returnd EAGAIN fixes …
(edit) @80242f9b   15 years andreas mp3: ftell() file offset for VBR tags before ID3v1 parser messes it …
(edit) @19530266   15 years lessen42 Enable SSE2 (put|avg)_pixels_16_sse2 SVQ1 chroma has been …
(edit) @8e05f069   15 years mans Define missing llrint() as macro instead of inline function This …
(edit) @645d2652   15 years mans Special check for math.h functions These are often, contrary to …
(edit) @0104b608   15 years mans Check for setrlimit() Originally committed as revision 21733 to …
(edit) @614d891   15 years mans configure: allow 'none' as target OS Originally committed as revision …
(edit) @fe4fbb58   15 years stefano.sabatini-lala Doxument url_fopen(). Originally committed as revision 21714 to …
(edit) @fbef7a76   15 years stefano.sabatini-lala Add an entry for the recently added av_compare_ts() function. …
(edit) @41c2bd0a   15 years mans ARMv6 optimised pix_sum Originally committed as revision 21705 to …
(edit) @66ec243d   15 years mans ARMv6 optimised pix_norm1 Originally committed as revision 21704 to …
(edit) @0c28474c   15 years mans ARMv6 optimised sse16 Originally committed as revision 21703 to …
(edit) @31326143   15 years mans ARMv6 optimised diff_pixels Originally committed as revision 21702 to …
(edit) @f73a626a   15 years mans ARMv6 optimised get_pixels Originally committed as revision 21701 to …
(edit) @d2578ff9   15 years mans ARMv6 optimised pix_abs8 Originally committed as revision 21700 to …
(edit) @74cc33c2   15 years mans ARMv6 optimised pix_abs16_y2 Originally committed as revision 21699 …
(edit) @39a760f6   15 years mans ARMv6 optimised pix_abs16_x2 Originally committed as revision 21698 …
(edit) @e6056a90   15 years mans ARMv6 optimised pix_abs16 Originally committed as revision 21697 to …
(edit) @38e016a7   15 years mans ARMv6 optimised put_pixels functions except xy2 variants Originally …
(edit) @5bebe94d   15 years kostya.shishkov Indeo 5 decoder Originally committed as revision 21695 to …
(edit) @daaf6e3e   15 years michaelni Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler. …
(edit) @be4a1132   15 years Reimar.Doeffinger Make sure the header value used to avoid repeating headers on seeking …
(edit) @04a2b04b   15 years rsbultje Implement gai_strerror() for systems lacking such functionality. Patch …
(edit) @1be49ce5   15 years michaelni Set partitioning to 16x16 for spatial direct MBs with mixed …
(edit) @3babc711   15 years michaelni Detect spatial direct MBs partitioned smaller than 16x16 that can be …
(edit) @8b9eb2df   15 years michaelni Detect equal 4x4 blocks in spatial direct MBs. 19 cycles slower MV …
(edit) @ecc0027b   15 years lessen42 Fix playback with invalid files that don't set the continuation flag …
(edit) @55a7e946   15 years benoit.fouet Stop reading input file when -t option value is reached. Patch by …
(edit) @8a3b9068   15 years michaelni Remove an apparently unneeded && !FRAME_MBAFF. This should speed the …
(edit) @542d4a7   15 years michaelni Branchless calculation of ref_offset. 7 cpu cycles faster. Originally …
(edit) @fb70c63f   15 years michaelni Remove incorrect fixme, i see no case that is missing. Originally …
(edit) @35c8b9c0   15 years michaelni Replace call to pred_motion() in direct spatial mv pred by code and …
(edit) @b317567c   15 years michaelni Change xvid/divx/lavc build variables to be consistent to x264_build. …
(edit) @055a6aa7   15 years michaelni Set x264_build so that checks are simpler. Originally committed as …
(edit) @3a06e864   15 years michaelni Ooops, 10l forgot to commit h264.h. Originally committed as revision …
(edit) @3b9e61e4   15 years michaelni Zero a/b only in the branch where they need to be zeroed. Originally …
(edit) @f28a2656   15 years michaelni Merge mv&ref related code for spatial direct MV code. a bit more than …
(edit) @0a8dca87   15 years michaelni Precalculate a few variables for direct mv prediction for interlaced …
(edit) @e6406939   15 years michaelni Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts …
(edit) @464baa6   15 years michaelni Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the …
(edit) @e8d964fa   15 years michaelni Factorize setting sub_mb_type out. Originally committed as revision …
(edit) @b687c1aa   15 years michaelni Bump minor for av_compare_ts() Originally committed as revision 21673 …
(edit) @e5026c36   15 years michaelni Use av_compare_ts() for interleaving per dts. Originally committed as …
(edit) @78b01823   15 years michaelni av_compare_ts() Originally committed as revision 21671 to …
(edit) @9e5381a2   15 years stefano.sabatini-lala Make parse_options() explicitely handle the case where an opt_func2 …
(edit) @668fd142   15 years michaelni Remove FIXMEs for cases that are disallowed by the spec. Originally …
(edit) @1c3ce2cd   15 years michaelni Check direct_8x8_inference_flag. Originally committed as revision …
(edit) @33a6c0c9   15 years michaelni Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF …
(edit) @084eb95f   15 years stefano.sabatini-lala Implement a physical concatenation protocol. Patch by Michele Orrù …
(edit) @9873ae0d   15 years michaelni Fix CAVLC+8x8DCT+MBAFF loopfiltering. Fixes issue1250 Originally …
(edit) @488dba70   15 years michaelni Fix colocated map. Originally committed as revision 21664 to …
(edit) @d88ea354   15 years michaelni Fix reference selection for colocated MBs from frames to fields. …
(edit) @5aa1d759   15 years michaelni Add assert(sps.direct_8x8_inference_flag) to FIXME comment. …
(edit) @50f8e985   15 years michaelni ref_offset must be added after checking references validity. …
(edit) @e49407ee   15 years stefano.sabatini-lala Add missing entries for the recent lsws API changes. Originally …
(edit) @5af41508   15 years siretart libgsm installs headers in a subdirectory, use gsm.h from that …
(edit) @6c7165c7   15 years jmenon86 cosmetics : re-indent after r21639. Originally committed as revision …
(edit) @06e03fa0   15 years Reimar.Doeffinger Add include necessary for ff_set_qscale Originally committed as …
(edit) @f6d29165   15 years jmenon86 Avoid using an intermediate variable. Originally committed as …
(edit) @b53ae8b6   15 years jmenon86 Remove redundant use of numchannels since it is 1 for mono. …
(edit) @e243eee4   15 years jmenon86 alac.c : Use av_freep instead of av_free. Originally committed as …
(edit) @04d2540c   15 years jmenon86 Add AVI metadata conversion table. Patch by Anton Khirnov …
(edit) @86a4f011   15 years michaelni Revert r21615 | cehoyos | 2010-02-02 23:23:09 +0100 (Tue, 02 Feb …
(edit) @8dcbf4c7   15 years michaelni Long term references behave different from short term in spatial …
(edit) @6e2fdc3e   15 years stefano.sabatini-lala Add parentheses in boolean expression: (A && B || C) => ((A && B) || …
(edit) @570da52b   15 years stefano.sabatini-lala Remove unused variable ref_clock, fix the warning: ffplay.c: In …
(edit) @62bb4ca1   15 years stefano.sabatini-lala Simplify how usesVFilter and usesHFilter are set. Originally …
(edit) @1dc5c358   15 years stefano.sabatini-lala Satisfy style nits. Originally committed as revision 21648 to …
(edit) @4e38c094   15 years stefano.sabatini-lala Doxument url_fdopen(). Originally committed as revision 21647 to …
(edit) @fbc0f6a9   15 years stefano.sabatini-lala Apply misc fixes to sws_getCoefficients() doxy. Originally committed …
Note: See TracRevisionLog for help on using the revision log.