summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Scale subtitle positionReimar Döffinger2007-08-09
| | | | Originally committed as revision 10021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move syncpoint timestamp resetting code to a common fileMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix blend_subrect to respect the boundaries of the destination imageReimar Döffinger2007-08-09
| | | | Originally committed as revision 10019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove old unused nut (de)muxerMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check forw_ptr CRCMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forw_ptr CRCMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a dynamic ByteIOContext instead of using the lavf bufferMichael Niedermayer2007-08-09
| | | | | | | this makes the code work with big packets, it is also simpler and saves a byte or 2 Originally committed as revision 10015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move stream header writing into its own functionMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move main header writing into its own functionMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini2007-08-09
| | | | | | patch by Stefano Sabatini [stefano sabatini minus lala at poste it] Originally committed as revision 10012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write correct time_baseMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make StreamContext.time_base a pointerMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variables needed for muxerMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write stream headersMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgotten av_Michael Niedermayer2007-08-09
| | | | Originally committed as revision 10007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to finally get the nut muxer back uptodateMichael Niedermayer2007-08-09
| | | | | | | this one only writes the framecode table and mainheader though they should be compliant to the current spec Originally committed as revision 10006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation with TRACE enabledAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignmentJustin Ruggles2007-08-09
| | | | Originally committed as revision 10002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comments modification: add, clean up, Doxygenize, and rewordJustin Ruggles2007-08-09
| | | | Originally committed as revision 10001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use reget_buffer and remove internal copying of buffer - codec works againAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
| | | | Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Making [START|STOP]_TIMER work on architectures that support gethrtime()Roman Shaposhnik2007-08-09
| | | | Originally committed as revision 9998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * getting rid of code duplicationRoman Shaposhnik2007-08-08
| | | | Originally committed as revision 9997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_unary from bitstream.hAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_unary from bitstream.hAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy get_unary from vc1Alex Beregszaszi2007-08-08
| | | | Originally committed as revision 9994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* debug: tell how much bits are skipped with unknown nal codeAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use proper closesocket definesAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for closesocketAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: remove a huge number of useless bracesAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: simplify some constructsAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for winsock2.h instead of __MINGW32__Ramiro Polla2007-08-08
| | | | Originally committed as revision 9988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: extra spaceAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indentationAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: remove extra parenthesisAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always handle negative timestamp differences as timestamp discontinuityMichael Niedermayer2007-08-08
| | | | Originally committed as revision 9984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the codec name from the command line options instead of the codec id.Nicolas George2007-08-08
| | | | | | | | patch by Nicolas George [nicolas dot george normalesup org] original thread: [FFmpeg-devel] [PATCH] Codec lookup: do not use codec_id date: 06/18/2007 06:19 PM Originally committed as revision 9983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW returns EAGAIN instead of EINPROGRESSRamiro Polla2007-08-08
| | | | Originally committed as revision 9982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningCarl Eugen Hoyos2007-08-08
| | | | | | patch by Carl Eugen Hoyos [cehoyos * ag or at] Originally committed as revision 9981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid showing banner twice.Benoit Fouet2007-08-07
| | | | Originally committed as revision 9980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More indentationVitor Sessak2007-08-07
| | | | Originally committed as revision 9979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2007-08-07
| | | | Originally committed as revision 9978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionVitor Sessak2007-08-07
| | | | Originally committed as revision 9977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplication of imlib2 vhook documentation.Ramiro Polla2007-08-07
| | | | | | It is more complete at doc/hooks.texi Originally committed as revision 9976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct misleading comment and typoRamiro Polla2007-08-07
| | | | Originally committed as revision 9975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentRamiro Polla2007-08-07
| | | | Originally committed as revision 9974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentRamiro Polla2007-08-07
| | | | Originally committed as revision 9973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify configure's outputRamiro Polla2007-08-07
| | | | Originally committed as revision 9972 to svn://svn.ffmpeg.org/ffmpeg/trunk