summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* enable nut muxerMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* muxer is not yet fully compliant so prevent people from mistakenly using itMichael Niedermayer2007-08-10
| | | | | | while believing it already is Originally committed as revision 10042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the pipe URLProtocol share read and write functions with the file ↵Ramiro Polla2007-08-09
| | | | | | URLProtocol Originally committed as revision 10041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add initialization and cleanup functions for WinsockRamiro Polla2007-08-09
| | | | Originally committed as revision 10040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set back ptr properlyMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move syncpoint cache related stuff to common fileMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix forw_ptr crc checkMichael Niedermayer2007-08-09
| | | | | | | not really beautiful but i did not find a nice solution note, untested Originally committed as revision 10037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix header_checksumMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store headers twice (getting closer to spec compliance ...)Michael Niedermayer2007-08-09
| | | | Originally committed as revision 10035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move header writing into its own functionMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of printfMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write frames and syncpointsMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put_t()Michael Niedermayer2007-08-09
| | | | Originally committed as revision 10031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 FIXME commentsMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a universal fallback frame code for the case that no other appliesMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrectReimar Döffinger2007-08-09
| | | | | | when subrect y was odd. Originally committed as revision 10027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r10021, it was committed by accident and is a bit ugly anyway.Reimar Döffinger2007-08-09
| | | | Originally committed as revision 10026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move lsb2full to common fileMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* take care to use video track field number as durationBaptiste Coudurier2007-08-09
| | | | Originally committed as revision 10024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-09
| | | | Originally committed as revision 10023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move crc wrapper to slightly better spotMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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