10468 Commits (7f95d9f620c680b254dfc0ca3add1cba0f8532c0)
 

Author SHA1 Message Date
Alex Beregszaszi 7f95d9f620 fix compilation with TRACE enabled 18 years ago
Justin Ruggles 222ae64c3d cosmetics: vertical alignment 18 years ago
Justin Ruggles 5066f51502 comments modification: add, clean up, Doxygenize, and reword 18 years ago
Alex Beregszaszi b4d00c20dc use reget_buffer and remove internal copying of buffer - codec works again 18 years ago
Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 18 years ago
Roman Shaposhnik b6c748edba * Making [START|STOP]_TIMER work on architectures that support gethrtime() 18 years ago
Roman Shaposhnik 67c1b32f3d * getting rid of code duplication 18 years ago
Alex Beregszaszi 3c2ddb5920 use get_unary from bitstream.h 18 years ago
Alex Beregszaszi 57d473f457 use get_unary from bitstream.h 18 years ago
Alex Beregszaszi 971e878dca copy get_unary from vc1 18 years ago
Alex Beregszaszi ec5dc2c1af debug: tell how much bits are skipped with unknown nal code 18 years ago
Alex Beregszaszi 3cf9ea7f48 use proper closesocket defines 18 years ago
Alex Beregszaszi ecf97f22b3 check for closesocket 18 years ago
Alex Beregszaszi 611c574137 cosmetic: remove a huge number of useless braces 18 years ago
Alex Beregszaszi 2d563d2f8e cosmetic: simplify some constructs 18 years ago
Ramiro Polla 6ff3f3e7ce Check for winsock2.h instead of __MINGW32__ 18 years ago
Alex Beregszaszi 0bd5396778 cosmetic: extra space 18 years ago
Alex Beregszaszi 33a4ecbe20 cosmetic: indentation 18 years ago
Alex Beregszaszi eeffbdea97 cosmetic: remove extra parenthesis 18 years ago
Michael Niedermayer 81d6d520c0 always handle negative timestamp differences as timestamp discontinuity 18 years ago
Nicolas George 4a897224b7 Use the codec name from the command line options instead of the codec id. 18 years ago
Ramiro Polla 85060fe6b4 MinGW returns EAGAIN instead of EINPROGRESS 18 years ago
Carl Eugen Hoyos af7d793c00 kill warning 18 years ago
Benoit Fouet 9895ebe4f5 Avoid showing banner twice. 18 years ago
Vitor Sessak 92df891001 More indentation 18 years ago
Vitor Sessak db695867eb Cosmetics: indentation 18 years ago
Vitor Sessak 4a5e6389fe Rename function 18 years ago
Ramiro Polla e48f83fe47 Remove duplication of imlib2 vhook documentation. 18 years ago
Ramiro Polla 8ed43d6b05 Correct misleading comment and typo 18 years ago
Ramiro Polla 25994197a3 Indent 18 years ago
Ramiro Polla 60147de8fd Indent 18 years ago
Ramiro Polla 2a320695ec Simplify configure's output 18 years ago
Ramiro Polla a9bb28a315 Indent 18 years ago
Michael Niedermayer a8482aab87 make dts_delta_threshold float so values <1 can be used 18 years ago
Michael Niedermayer d4d226a8d5 audio drift threshold 18 years ago
Justin Ruggles 6ea67bbb60 enable the native AC-3 decoder 18 years ago
Michael Niedermayer 5eac5f29e3 make output buffer larger so drift compensation can work 18 years ago
Diego Biurrun fa78d895cb spelling/grammar 18 years ago
Michael Niedermayer c7385375bc ensure that the codec_id detection in av_find_stream_info() does not 18 years ago
Michael Niedermayer b43387d447 more verbose error 18 years ago
Michael Niedermayer 371bf80642 ignore preroll, it is generally not what AVStream.start_time should contain 18 years ago
Benjamin Larsson 00a254b7fe Don't encode the first sample twice. 18 years ago
Víctor Paesa d65fb393c9 Revert r9952, as per discussion at 18 years ago
Baptiste Coudurier d0fa156fc5 cosmetic, indentation 18 years ago
Diego Biurrun 43a2ce000a Revert unused fixedpoint declaration. 18 years ago
Michael Niedermayer 3b36389af0 vbv related questions 18 years ago
Michael Niedermayer f754bfb962 get rid of nonsense "tolerance" and mention VBV 18 years ago
Michael Niedermayer d9a1e085cd make it a little harder to find the tracker, this should hopefully 18 years ago
Justin Ruggles f5cefb21d5 cosmetics: blank lines, remove some comments 18 years ago
Justin Ruggles 82758fd690 add pointer to the parent context for use with av_log() 18 years ago