source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @89ee5c68   15 years stefano.sabatini-lala Satisfy consistency need: int * sws_getCoefficients -> int …
(edit) @3f3dc76c   15 years lessen42 Add function to translate SWS_CS_* to coefficient array Originally …
(edit) @bf8ae197   15 years michaelni make the RDFT vissualizatiom default, the scopes are ugly and eat CPU …
(edit) @4c7c7645   15 years michaelni Make sure the rdft has enough audio available. 10l (looks cleaner now) …
(edit) @ffdf0d48   15 years michaelni strn muxing in avi support. untested as ffmpeg.c has no means to set …
(edit) @7a9af8ec   15 years michaelni Support strn tag in avidec. Originally committed as revision 21643 to …
(edit) @1ac08937   15 years michaelni Correcting wrong looking stream_id validity check in avidec. …
(edit) @092421cf   15 years michaelni Scale rdft vissualization up by 2 so theres no unused space on the top …
(edit) @674fe163   15 years vitor1001 Do not segfault when doing "ffplay -h" Originally committed as …
(edit) @12eeda34   15 years michaelni Pretty RDFT audio visualization. Originally committed as revision …
(edit) @d52ec002   15 years michaelni Fast seeking. Try clicking with the mouse in the window, hold the …
(edit) @f430c7b6   15 years jmenon86 Add ALAC 24 bps decoding support. Originally committed as revision …
(edit) @3102d180   15 years michaelni Fix large timebases. Fixed issue1633 Originally committed as revision …
(edit) @ed3e9148   15 years michaelni Implement cool new vlc code. Fixes issue1637 Originally committed as …
(edit) @2d1653b0   15 years michaelni autoexit implements issue1019 Originally committed as revision 21634 …
(edit) @8c3b161e   15 years michaelni Dont try generic seek if seek request before first index entry and …
(edit) @82e5f86b   15 years stefano.sabatini-lala Implement shuffle_bytes_abcd() functions and use them for shuffling …
(edit) @f5968788   15 years michaelni Clean after toggling wave. Fixes issue1180. Originally committed as …
(edit) @ef9f8dd7   15 years stefano.sabatini-lala Use pixel format descriptors for checking if the input format is …
(edit) @43e4d57f   15 years michaelni Try to open decoders in av_find_stream_info() even if no packets for …
(edit) @b25453bd   15 years michaelni Move is->frame_timer init from start to flush_pkt handling so it is …
(edit) @cedac88   15 years stefano.sabatini-lala Make opt_frame_pix_fmt() call show_pix_fmts() if the provided option …
(edit) @566cd2c   15 years michaelni The convertion between bit and byte is 8 not 60. Fixes wrong cursor …
(edit) @f575f08   15 years michaelni Correct opts calulation in ffmpeg.c. This correct the stop point for …
(edit) @5bfe91e6   15 years michaelni Alternative solution for the mpegvideo_split + mov problem. …
(edit) @451b353d   15 years pross Indentation cleanup Originally committed as revision 21624 to …
(edit) @02c4f62   15 years pross Extend IFF demuxer to parse PBM/ILBM bitmap chunks Originally …
(edit) @b9e06ddd   15 years pross IFF PBM/ILBM bitmap decoder Originally committed as revision 21622 to …
(edit) @299fd39   15 years michaelni Revert r12684 | michael | 2008-04-04 02:43:34 +0200 (Fri, 04 Apr …
(edit) @3c8d75e6   15 years michaelni Only set duration for streams where it is likely correct. Fixes …
(edit) @bce8840a   15 years michaelni Set nb_frames. Also add DXSA tag (commited by mistake in this commit, …
(edit) @f04c6e35   15 years michaelni Compare the correct clocks for syncing video to audio/ext. Fixes …
(edit) @36cbdc95   15 years Carl Eugen Hoyos Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x …
Note: See TracRevisionLog for help on using the revision log.