source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @40a1d41f   16 years baptiste.coudurier remove unused fields in swf context Originally committed as revision …
(edit) @2261a952   16 years baptiste.coudurier do not parse timestamp if bitexact is set, should fix regression tests …
(edit) @881dad9e   16 years Reimar.Doeffinger Enable generic index creation and seeking for NUV demuxer. Originally …
(edit) @74f5ae84   16 years Reimar.Doeffinger Add AVFMT_GENERIC_INDEX support also for formats that do not use a …
(edit) @bd36f175   16 years Reimar.Doeffinger Make pcm_read_seek treat negative time stamps as 0, this avoids …
(edit) @2f2cabef   16 years diego Add av_uninit to vbA[1-8], vbB[1-8] variables to work around some 'may …
(edit) @6d79971e   16 years diego prettyprinting cosmetics Originally committed as revision 17962 to …
(edit) @f5b2476f   16 years diego Add av_uninit to vsrcBuc variable to work around some 'may be used …
(edit) @b91813b6   16 years diego Improve description of next_free_data_block_num struct member. …
(edit) @85b4230f   16 years michaelni Do not lose user flags when passing calls from the new to the old …
(edit) @4ed2920   16 years michaelni Switch ffplay to new seeking API. Originally committed as revision …
(edit) @b82744c9   16 years michaelni Switch regression test to the new seeking API. Originally committed …
(edit) @32d88592   16 years michaelni add avformat_seek_file() Originally committed as revision 17956 to …
(edit) @c73d3996   16 years stefano.sabatini-lala Add an example showing how to create a video from many images. …
(edit) @786dcfef   16 years cschieli Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA …
(edit) @5cf59463   16 years Carl Eugen Hoyos Add 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder. Patch by …
(edit) @7e04cfba   16 years Reimar.Doeffinger Set pkt->pos correctly (to the start of header of the packet) in …
(edit) @4e35ffa9   16 years baptiste.coudurier fix swf seeking by fixing new stream detection Originally committed …
(edit) @38eb4b1   16 years diego Remove 'lib' and 'swscale-error' from list of phony targets. Both …
(edit) @0cc647cb   16 years diego Mark all clean targets as phony. Originally committed as revision …
(edit) @7ed673af   16 years michaelni Print timing_info on -debug 1. Originally committed as revision 17949 …
(edit) @90a30ad5   16 years Reimar.Doeffinger Add "testclean" target to .PHONY Originally committed as revision …
(edit) @923ed974   16 years kostya.shishkov Fix direct and skip MB motion compensation in RV4: two conditions were …
(edit) @abb785f1   16 years Reimar.Doeffinger Simplify RoQ demuxer pts calculation by using a appropriate time …
(edit) @15969b55   16 years Reimar.Doeffinger Set video width/height and create audio stream in read_packet instead …
(edit) @fc34a08   16 years baptiste.coudurier remove sws_flags, seems to have no effect Originally committed as …
(edit) @f11c9ee   16 years alex.converse patcheck: Replace non-POSIX echo -e with printf. Originally committed …
(edit) @fe91924d   16 years cschieli Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro …
(edit) @c662e788   16 years cschieli In initMMX2HScaler, when chrDstW is not divisible by 4, the last …
(edit) @cd823ff9   16 years gbeauchesne Use av_mallocz() to initialize hwaccel_data_private. Originally …
(edit) @27ad7d3a   16 years baptiste.coudurier stag option to force subtitle tag Originally committed as revision …
(edit) @d168b3fd   16 years baptiste.coudurier reindent Originally committed as revision 17940 to …
(edit) @7943a90a   16 years baptiste.coudurier keep original tag when stream copying subs with ipod format …
(edit) @c569bd0   16 years baptiste.coudurier ipod supports both subs tags Originally committed as revision 17938 …
(edit) @80357cfc   16 years baptiste.coudurier reindent Originally committed as revision 17937 to …
(edit) @9f520554   16 years baptiste.coudurier write correct atoms based on tag and not format, fixes subs stream …
(edit) @d1df4da0   16 years baptiste.coudurier use correct codec tag list for ipod format Originally committed as …
(edit) @b686d0a   16 years baptiste.coudurier mxf and mxf d10 regression tests Originally committed as revision …
(edit) @f344ae80   16 years baptiste.coudurier again 10l, typo, put_byte instead of put_buffer Originally committed …
(edit) @cafdc187   16 years baptiste.coudurier attempt to try to generate an random umid Originally committed as …
(edit) @00b7fbdc   16 years baptiste.coudurier 10l, set ret to 0 when finished Originally committed as revision …
(edit) @002c95d7   16 years baptiste.coudurier dump_format after av_write_header to print updated parameters …
(edit) @a2523ce2   16 years baptiste.coudurier fix subs track height, set track->height to codec height if not set …
(edit) @3596f4e0   16 years tempn sn40 avi fourcc decodes with ffodivx Originally committed as revision …
(edit) @8358c034   16 years stefano.sabatini-lala Fix typos. Originally committed as revision 17927 to …
(edit) @e40ee25c   16 years vitor1001 Fix bug when elbg->utility_inc[elbg->numCB-1] == 1 Originally …
(edit) @eb2c2423   16 years gbeauchesne Add REGISTER_HWACCEL() for hardware accelerators. Originally …
(edit) @b5b9ff2a   16 years rsbultje Correctly skip complete INDX chunks, i.e. read the 32-bit header …
(edit) @5e622c40   16 years diego Replace all by $(), the latter can be nested more easily. …
(edit) @5fd89ca0   16 years diego Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' …
(edit) @f49568a4   16 years mans Fix unaligned access in ff_copy_bits() Originally committed as …
(edit) @75800dce   16 years mans Set AS to $CC by default, override with gcc only when CC is armcc …
(edit) @b8cc5a9f   16 years rsbultje Prevent (negative) overflow of rm->remaining_len. This evaluation …
(edit) @7ccefd08   16 years rsbultje Revert to r17908. Originally committed as revision 17918 to …
(edit) @d2af5697   16 years Reynaldo H. Verdejo Pinochet Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf' …
(edit) @95e83257   16 years Reynaldo H. Verdejo Pinochet Functional part Kenan Gillet's 'extract and share …
(edit) @88c4339b   16 years rsbultje Move MOVContext and related structures from mov.c to isom.h. See …
(edit) @3898eed8   16 years Reimar.Doeffinger Reorder arguments for av_fifo_generic_read to be more logical and …
(edit) @60f75ad2   16 years Reimar.Doeffinger Fix seek regression test broken by r17905, seeking fails completely …
(edit) @bcff32d1   16 years kostya.shishkov Mask all unused bits for packed pixel format instead of green and …
(edit) @2500d8be   16 years gbeauchesne Update VA API pixfmts documentation: struct vaapi_render_state shall …
(edit) @29a68cf   16 years Reimar.Doeffinger Convert spurious DOS line breaks to UNIX line breaks in seek …
(edit) @0ecf9cc9   16 years rsbultje Prevent (negative) overflow of rm->remaining_len. This evaluation …
(edit) @21b37529   16 years rsbultje Replace separate packet parsing for "old_format" .ra files by a call …
(edit) @dc3685e   16 years rsbultje Move frame discarding out of the ff_rm_parse_packet() loop, and …
(edit) @d71d64dc   16 years Reimar.Doeffinger Mark all packets from nuv demuxer as keyframes in order to make …
(edit) @37b7dac1   16 years rsbultje Reorder alphabetically after r17902. Originally committed as revision …
(edit) @3a4f91f   16 years Reimar.Doeffinger 100l, to start reading from the first frame we must seek to …
(edit) @fb2e95c9   16 years Reimar.Doeffinger Set AVPacket pos also for audio packets in nuv demuxer. Originally …
(edit) @082dea8e   16 years diego Remove all remaining code that was disabled through the major version …
(edit) @08817483   16 years kostya.shishkov Add maintainers for RM muxer, demuxer and RDT protocol Originally …
(edit) @32b936d0   16 years Reimar.Doeffinger Add av_fifo_reset function to completely reset fifo state, which makes …
(edit) @aa033b1   16 years mans Enable CONFIG_FASTDIV by default Originally committed as revision …
(edit) @68e5d523   16 years gbeauchesne Add private HW accel data infrastructure. Originally committed as …
(edit) @af79f1ae   16 years baptiste.coudurier reindent Originally committed as revision 17898 to …
(edit) @c900635f   16 years michaelni indent Originally committed as revision 17897 to …
(edit) @6b4fab72   16 years baptiste.coudurier change path pattern to be similar to existing files, and remove …
(edit) @4070629d   16 years baptiste.coudurier merge struct declaration and definition Originally committed as …
(edit) @0c8f772   16 years baptiste.coudurier write map packet every 100 packets according to specs Originally …
(edit) @aaa43de3   16 years baptiste.coudurier write flt packet, might need some tweaking but it works Originally …
(edit) @a96b1a90   16 years baptiste.coudurier correctly interleave audio and video according to specs Originally …
(edit) @9885e9a6   16 years baptiste.coudurier write timecode track in gxf Originally committed as revision 17891 to …
(edit) @46a7e3ec   16 years baptiste.coudurier write timecode track in gxf Originally committed as revision 17890 to …
(edit) @33605366   16 years baptiste.coudurier compute media info in write_header Originally committed as revision …
(edit) @cd34fd9c   16 years baptiste.coudurier factorize write packet Originally committed as revision 17888 to …
(edit) @990287c4   16 years baptiste.coudurier remove unneeded and empty user data Originally committed as revision …
(edit) @82bb3329   16 years mans Allow different executable suffix for host and target Originally …
(edit) @6b43d2d0   16 years baptiste.coudurier uniformize variable names and remove duplicating fields in private …
(edit) @8b9c94e0   16 years baptiste.coudurier remove useless fields Originally committed as revision 17883 to …
(edit) @ade29f9   16 years justin.ruggles move NTT VQF demuxer to keep formats list alphabetized. Originally …
(edit) @9aa2ab42   16 years vitor1001 Use FLG pseudo-random number generator in RoQ and ELBG Originally …
(edit) @74e2a078   16 years kostya.shishkov Make Musepack decoders use LFG pseudorandom generator Originally …
(edit) @d2f532c8   16 years vitor1001 Be more verbose in describing VQF demuxer Originally committed as …
(edit) @06d19718   16 years Reimar.Doeffinger Add a part explaining that API should be considered unstable after …
(edit) @22d4f236   16 years Reimar.Doeffinger Preliminary summary of AVFifoBuffer changes Originally committed as …
(edit) @fe4032b6   16 years Reimar.Doeffinger Remove more functions disabled by major version bump. Originally …
(edit) @3fb10843   16 years Reimar.Doeffinger Remove/replace code disabled by major version bump. Originally …
(edit) @52a6632a   16 years michaelni Deprecate the Mersenne Twister. Please use an ALFG, MLFG, LCG or …
(edit) @c957c854   16 years Reimar.Doeffinger Replace all uses of the replaced av_fifo_read by av_fifo_generic_read …
(edit) @792e4679   16 years michaelni Remove the Mersenne Twister from the public API/ABI. We provide better …
Note: See TracRevisionLog for help on using the revision log.