source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b9c684a2   18 years Aurélien Jacobs ensure av_noinline is always defined Originally committed as revision …
(edit) @06c5c560   18 years michaelni cola for diego Originally committed as revision 10074 to …
(edit) @70b4d492   18 years ramiro.polla Enable swscale in MinGW vhooks only if swscale was configured. Copied …
(edit) @68bf8d83   18 years diego Bump minor number, NUT muxer was added. Originally committed as …
(edit) @74f0780   18 years diego Make show-version exit 0. patch by Stefano Sabatini, …
(edit) @5c14a795   18 years diego Make show-license exit 0. patch by Stefano Sabatini, …
(edit) @c20bd3e   18 years diego Make ffmpeg -formats exit 0. patch by Stefano Sabatini, …
(edit) @63dd9d0e   18 years michaelni simplify Originally committed as revision 10068 to …
(edit) @d2062ff6   18 years michaelni do not remove FLAG_CODED Originally committed as revision 10067 to …
(edit) @0e6472fd   18 years michaelni remove useless code, found by oded Originally committed as revision …
(edit) @2529024b   18 years michaelni this is debug not info Originally committed as revision 10065 to …
(edit) @0701006e   18 years michaelni ensure that default_get_buffer() doesnt reuse images if the dimension …
(edit) @6aacfd22   18 years baptiste.coudurier dnxhd 120 interlaced support Originally committed as revision 10063 …
(edit) @fbd69f51   18 years michaelni 100000l (forgotten return) Originally committed as revision 10062 to …
(edit) @65d7d68b   18 years michaelni mention AVPROBE_PADDING_SIZE at the read_probe() doxy Originally …
(edit) @d1a4544d   18 years michaelni remove unneeded buf_size check (see AVPROBE_PADDING_SIZE) Originally …
(edit) @e020dbd   18 years michaelni flac probe closes issue83 Originally committed as revision 10059 to …
(edit) @9c3e2f78   18 years Aurélien Jacobs ensure that negative block_time are properly checked (workaround …
(edit) @f38e2b13   18 years michaelni nut regression test Originally committed as revision 10057 to …
(edit) @0a5790d1   18 years michaelni ensure that the aspect ratio is spec compliant Originally committed …
(edit) @272872e4   18 years lu_zero fix the packetization mode parsing Originally committed as revision …
(edit) @717c4eb0   18 years michaelni nut muxer Originally committed as revision 10054 to …
(edit) @1b0353be   18 years michaelni disable TRACE Originally committed as revision 10053 to …
(edit) @a17e046a   18 years michaelni muxer should now be spec compliant (though it likely still contains …
(edit) @14b3f996   18 years michaelni header repetition Originally committed as revision 10051 to …
(edit) @ead1939f   18 years michaelni info packet Originally committed as revision 10050 to …
(edit) @1af2ca78   18 years benoit.fouet Prefix with "opt_" the functions …
(edit) @63f81659   18 years Aurélien Jacobs merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX Originally …
(edit) @a12df245   18 years ramiro.polla 10l: removed pipe_close instead of pipe_read Originally committed as …
(edit) @de2aeaef   18 years michaelni fix x11grab Originally committed as revision 10046 to …
(edit) @da9e86f8   18 years Roman R. * reinserting gethrtime in alphabetical order Originally committed as …
(edit) @caeeefd7   18 years michaelni more FIXME Originally committed as revision 10044 to …
(edit) @41b7c75d   18 years michaelni enable nut muxer Originally committed as revision 10043 to …
(edit) @100d8eb8   18 years michaelni muxer is not yet fully compliant so prevent people from mistakenly …
(edit) @ee7db7b0   18 years ramiro.polla Make the pipe URLProtocol share read and write functions with the file …
(edit) @1642cb6b   18 years ramiro.polla Add initialization and cleanup functions for Winsock Originally …
(edit) @7c04134f   18 years michaelni set back ptr properly Originally committed as revision 10039 to …
(edit) @4a3b5fe1   18 years michaelni move syncpoint cache related stuff to common file Originally …
(edit) @073811cd   18 years michaelni fix forw_ptr crc check not really beautiful but i did not find a nice …
(edit) @f0a9978c   18 years michaelni fix header_checksum Originally committed as revision 10036 to …
(edit) @bd533e6c   18 years michaelni store headers twice (getting closer to spec compliance ...) …
(edit) @7e506494   18 years michaelni move header writing into its own function Originally committed as …
(edit) @7a26da44   18 years michaelni get rid of printf Originally committed as revision 10033 to …
(edit) @e1249ba9   18 years michaelni write frames and syncpoints Originally committed as revision 10032 to …
(edit) @491216c6   18 years michaelni put_t() Originally committed as revision 10031 to …
(edit) @6e6cf116   18 years michaelni 100l Originally committed as revision 10030 to …
(edit) @34f8cc38   18 years michaelni 2 FIXME comments Originally committed as revision 10029 to …
(edit) @0fcfa8eb   18 years michaelni add a universal fallback frame code for the case that no other applies …
(edit) @57cf99f2   18 years Reimar.Doeffinger 100l in YUVA_IN macro: missing () caused horrible artefacts in …
(edit) @0a8cd696   18 years Reimar.Doeffinger Revert r10021, it was committed by accident and is a bit ugly anyway. …
(edit) @f13ea4e0   18 years michaelni move lsb2full to common file Originally committed as revision 10025 …
(edit) @9031aeb1   18 years baptiste.coudurier take care to use video track field number as duration Originally …
(edit) @905694d9   18 years Roman R. * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) Originally …
(edit) @5c2198b1   18 years michaelni move crc wrapper to slightly better spot Originally committed as …
(edit) @3af56110   18 years Reimar.Doeffinger Scale subtitle position Originally committed as revision 10021 to …
(edit) @874abace   18 years michaelni move syncpoint timestamp resetting code to a common file Originally …
(edit) @9cb5a11e   18 years Reimar.Doeffinger Fix blend_subrect to respect the boundaries of the destination image …
(edit) @44f46a69   18 years michaelni remove old unused nut (de)muxer Originally committed as revision …
(edit) @47772399   18 years michaelni check forw_ptr CRC Originally committed as revision 10017 to …
(edit) @6c666941   18 years michaelni forw_ptr CRC Originally committed as revision 10016 to …
(edit) @8d9a3f7e   18 years michaelni use a dynamic ByteIOContext instead of using the lavf buffer this …
(edit) @0809b51   18 years michaelni move stream header writing into its own function Originally committed …
(edit) @97d5eb11   18 years michaelni move main header writing into its own function Originally committed …
(edit) @aab1b7e   18 years benoit.fouet Make ffmpeg and ffplay exit 0 after displaying help patch by Stefano …
(edit) @e999435a   18 years michaelni write correct time_base Originally committed as revision 10011 to …
(edit) @efd8f22a   18 years michaelni make StreamContext.time_base a pointer Originally committed as …
(edit) @4d75168   18 years michaelni variables needed for muxer Originally committed as revision 10009 to …
(edit) @dcc9bde0   18 years michaelni write stream headers Originally committed as revision 10008 to …
(edit) @3bf98161   18 years michaelni forgotten av_ Originally committed as revision 10007 to …
(edit) @70ea1e69   18 years michaelni trying to finally get the nut muxer back uptodate this one only writes …
(edit) @3a5729ea   18 years alex use skip_bits where appropriate Originally committed as revision …
(edit) @7ae7300e   18 years alex use skip_bits where appropriate Originally committed as revision …
(edit) @7f95d9f6   18 years alex fix compilation with TRACE enabled Originally committed as revision …
(edit) @222ae64c   18 years justin.ruggles cosmetics: vertical alignment Originally committed as revision 10002 …
(edit) @5066f51   18 years justin.ruggles comments modification: add, clean up, Doxygenize, and reword …
(edit) @b4d00c20   18 years alex use reget_buffer and remove internal copying of buffer - codec works …
(edit) @5fc32c27   18 years alex use get_bits1(..) instead get_bits(.., 1) Originally committed as …
(edit) @b6c748ed   18 years Roman R. * Making [START|STOP]_TIMER work on architectures that support …
(edit) @67c1b32f   18 years Roman R. * getting rid of code duplication Originally committed as revision …
(edit) @3c2ddb59   18 years alex use get_unary from bitstream.h Originally committed as revision 9996 …
(edit) @57d473f4   18 years alex use get_unary from bitstream.h Originally committed as revision 9995 …
(edit) @971e878d   18 years alex copy get_unary from vc1 Originally committed as revision 9994 to …
(edit) @ec5dc2c1   18 years alex debug: tell how much bits are skipped with unknown nal code …
(edit) @3cf9ea7f   18 years alex use proper closesocket defines Originally committed as revision 9992 …
(edit) @ecf97f22   18 years alex check for closesocket Originally committed as revision 9991 to …
(edit) @611c5741   18 years alex cosmetic: remove a huge number of useless braces Originally committed …
(edit) @2d563d2f   18 years alex cosmetic: simplify some constructs Originally committed as revision …
(edit) @6ff3f3e7   18 years ramiro.polla Check for winsock2.h instead of MINGW32 Originally committed as …
(edit) @0bd53967   18 years alex cosmetic: extra space Originally committed as revision 9987 to …
(edit) @33a4ecbe   18 years alex cosmetic: indentation Originally committed as revision 9986 to …
(edit) @eeffbdea   18 years alex cosmetic: remove extra parenthesis Originally committed as revision …
(edit) @81d6d520   18 years michaelni always handle negative timestamp differences as timestamp …
(edit) @4a897224   18 years benoit.fouet Use the codec name from the command line options instead of the codec …
(edit) @85060fe6   18 years ramiro.polla MinGW returns EAGAIN instead of EINPROGRESS Originally committed as …
(edit) @af7d793c   18 years benoit.fouet kill warning patch by Carl Eugen Hoyos [cehoyos * ag or at] …
(edit) @9895ebe   18 years benoit.fouet Avoid showing banner twice. Originally committed as revision 9980 to …
(edit) @92df8910   18 years vitor1001 More indentation Originally committed as revision 9979 to …
(edit) @db695867   18 years vitor1001 Cosmetics: indentation Originally committed as revision 9978 to …
(edit) @4a5e6389   18 years vitor1001 Rename function Originally committed as revision 9977 to …
(edit) @e48f83fe   18 years ramiro.polla Remove duplication of imlib2 vhook documentation. It is more complete …
Note: See TracRevisionLog for help on using the revision log.