source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @49ceb58b   16 years michaelni Bump major version of libavutil due to FIFO fixes. The current API/ABI …
(edit) @cddcf8c   16 years Reimar.Doeffinger Remove av_fifo_read, API is already broken and major version will be …
(edit) @41dd680d   16 years michaelni Allocate AVFifoBuffer through the fifo API to reduce future API/ABI …
(edit) @48d58e59   16 years baptiste.coudurier add ff_random_get_seed to be used in conjunction with random functions …
(edit) @a9364759   16 years michaelni Comments to indicate where memory barriers may be needed. Originally …
(edit) @616e899c   16 years vitor1001 VQF demuxer Originally committed as revision 17866 to …
(edit) @0a71e78c   16 years michaelni Try to fix the 1 byte cannot be used issue. Originally committed as …
(edit) @5add54b   16 years diego cosmetics: fix indentation Originally committed as revision 17864 to …
(edit) @3cac2f13   16 years lucabe72 Fix AVFMT_FLAG_NONBLOCK in alsa Originally committed as revision …
(edit) @743b389   16 years rsbultje rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: …
(edit) @6208d676   16 years cschieli Let the 4th plane reach the swScale function Originally committed as …
(edit) @9621f2f5   16 years cschieli YUVA420P is a planar YUV format Originally committed as revision …
(edit) @7d87e2ce   16 years alex.converse Re-indent after last commit. Originally committed as revision 17861 …
(edit) @51741a82   16 years alex.converse If we get an error from ff_aac_parse_header() we should not trust the …
(edit) @496dcbbc   16 years alex.converse ADTS: Increased protection against writing illegal/nonsense files. …
(edit) @8507bde0   16 years michaelni Add my name to copyright & author as requested by the original author. …
(edit) @8b2fa965   16 years michaelni Add code to the self test to print jitter & drift. Originally …
(edit) @bb5c0988   16 years alex.converse Fix the channel allocation bug/assumption (issue 800). Approved by Rob …
(edit) @711dae77   16 years diego Get rid of redundant vdpau option, decoders can still be disabled …
(edit) @49caac24   16 years Carl Eugen Hoyos Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4 if …
(edit) @57f94f54   16 years rsbultje Oops, very silly typo. Originally committed as revision 17853 to …
(edit) @f48b9304   16 years justin.ruggles flacdec: Parse the metadata header in the raw FLAC demuxer. …
(edit) @5b63d33d   16 years justin.ruggles flacdec: Add a shared function for parsing a FLAC metadata block …
(edit) @e0c98063   16 years diego Add '#undef rand' to fix test program build. Originally committed as …
(edit) @6d16718e   16 years diego cosmetics: Fix test program warnings. Originally committed as …
(edit) @5a92cc66   16 years justin.ruggles pnm: Add missing 'else'. Fixes decoding for 16-bit pgm. Originally …
(edit) @bc3057f4   16 years michaelni Vertical align. Originally committed as revision 17847 to …
(edit) @2e51dedd   16 years michaelni Better name for integrator2_state. Originally committed as revision …
(edit) @32284910   16 years michaelni Add clock_period parameter, this should make the code easier to use. …
(edit) @1b85ec1   16 years michaelni Selftest code. Originally committed as revision 17844 to …
(edit) @8537591a   16 years michaelni Fix bug with time==0 being special. Originally committed as revision …
(edit) @494065ca   16 years michaelni Adapt first factor. Originally committed as revision 17842 to …
(edit) @55b58598   16 years michaelni Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies …
(edit) @08ffd37   16 years michaelni Allow timespans to vary. No change in performance if they do not vary. …
(edit) @28e947e4   16 years michaelni Reorder operations, 20% improved performance, 1 variable less. …
(edit) @f982c6d8   16 years michaelni Timefilter code by Olivier Guilyardi o list O samalyse o com …
(edit) @1b0f4920   16 years diego Mark variables "j" and "structure" in execute_ref_pic_marking() as …
(edit) @de2c2b5a   16 years diego Directly read the version number from a VERSION file; useful for …
(edit) @cfd937b0   16 years alex.converse AAC: hoist dependent gain lookup out of the loop Originally committed …
(edit) @6a7d2c3d   16 years diego cosmetics: Zip Blocks Motion Video --> Zip Motion Blocks Video …
(edit) @108ab268   16 years diego cosmetics: Order changelog entries chronologically. Originally …
(edit) @27127202   16 years diego Remove duplicated MUL16 macro definition, fixes the warning: …
(edit) @35690321   16 years mans ARM: disable inline asm for armcc Originally committed as revision …
(edit) @1e65f62   16 years mans ARM: armcc versions of bswap_16/32 Originally committed as revision …
(edit) @03e37762   16 years mans ARM: detect armcc compiler and enable gcc mode Originally committed …
(edit) @f65883c8   16 years mans configure: check asm support using $as Originally committed as …
(edit) @313c46a6   16 years mans Compile .S files with $(AS), set it in configure Assembler files …
(edit) @a3398feb   16 years cschieli Fix bug introduced by me in r28756 Originally committed as revision …
(edit) @e6586575   16 years diego Mark pos_min and pos_max variables as av_uninit to work around false …
(edit) @1aeb55a1   16 years diego Mark dvdaudio_substream_type variable as av_uninit to work around …
(edit) @61c23c15   16 years schreter Pass packet position to the parser, so frame's AVPacket.pos is …
(edit) @b283ba26   16 years schreter Add handling of frame position in the parser. Originally committed as …
(edit) @8d1e885f   16 years justin.ruggles flacdec: cosmetics: Add a comment with the data of the smallest FLAC …
(edit) @629fb5c4   16 years justin.ruggles flacdec: There is an even smaller FLAC frame size possibility. …
(edit) @5756bc7b   16 years justin.ruggles flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16 …
Note: See TracRevisionLog for help on using the revision log.