summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make the pipe URLProtocol share read and write functions with the file URLPro...Ramiro Polla2007-08-091-13/+2
* Add initialization and cleanup functions for WinsockRamiro Polla2007-08-093-0/+25
* set back ptr properlyMichael Niedermayer2007-08-091-1/+24
* move syncpoint cache related stuff to common fileMichael Niedermayer2007-08-093-23/+25
* fix forw_ptr crc checkMichael Niedermayer2007-08-091-8/+11
* fix header_checksumMichael Niedermayer2007-08-091-8/+6
* store headers twice (getting closer to spec compliance ...)Michael Niedermayer2007-08-091-1/+11
* move header writing into its own functionMichael Niedermayer2007-08-091-16/+21
* get rid of printfMichael Niedermayer2007-08-092-5/+5
* write frames and syncpointsMichael Niedermayer2007-08-091-1/+113
* put_t()Michael Niedermayer2007-08-091-0/+6
* 100lMichael Niedermayer2007-08-091-1/+1
* 2 FIXME commentsMichael Niedermayer2007-08-091-1/+2
* add a universal fallback frame code for the case that no other appliesMichael Niedermayer2007-08-091-0/+7
* 100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrectReimar Döffinger2007-08-091-1/+1
* Revert r10021, it was committed by accident and is a bit ugly anyway.Reimar Döffinger2007-08-091-11/+4
* move lsb2full to common fileMichael Niedermayer2007-08-093-7/+9
* take care to use video track field number as durationBaptiste Coudurier2007-08-092-3/+3
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-096-163/+161
* move crc wrapper to slightly better spotMichael Niedermayer2007-08-092-6/+5
* Scale subtitle positionReimar Döffinger2007-08-091-4/+11
* move syncpoint timestamp resetting code to a common fileMichael Niedermayer2007-08-094-12/+37
* Fix blend_subrect to respect the boundaries of the destination imageReimar Döffinger2007-08-091-24/+30
* remove old unused nut (de)muxerMichael Niedermayer2007-08-091-1455/+0
* check forw_ptr CRCMichael Niedermayer2007-08-091-1/+4
* forw_ptr CRCMichael Niedermayer2007-08-091-2/+8
* use a dynamic ByteIOContext instead of using the lavf bufferMichael Niedermayer2007-08-092-48/+16
* move stream header writing into its own functionMichael Niedermayer2007-08-091-38/+43
* move main header writing into its own functionMichael Niedermayer2007-08-091-45/+49
* Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini2007-08-092-8/+23
* write correct time_baseMichael Niedermayer2007-08-091-1/+1
* make StreamContext.time_base a pointerMichael Niedermayer2007-08-093-16/+15
* variables needed for muxerMichael Niedermayer2007-08-091-2/+2
* write stream headersMichael Niedermayer2007-08-091-1/+54
* forgotten av_Michael Niedermayer2007-08-091-1/+1
* trying to finally get the nut muxer back uptodateMichael Niedermayer2007-08-091-0/+353
* use skip_bits where appropriateAlex Beregszaszi2007-08-093-26/+26
* use skip_bits where appropriateAlex Beregszaszi2007-08-097-17/+17
* fix compilation with TRACE enabledAlex Beregszaszi2007-08-091-2/+2
* cosmetics: vertical alignmentJustin Ruggles2007-08-091-18/+18
* comments modification: add, clean up, Doxygenize, and rewordJustin Ruggles2007-08-091-113/+146
* use reget_buffer and remove internal copying of buffer - codec works againAlex Beregszaszi2007-08-091-33/+9
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-0916-103/+103
* * Making [START|STOP]_TIMER work on architectures that support gethrtime()Roman Shaposhnik2007-08-092-2/+9
* * getting rid of code duplicationRoman Shaposhnik2007-08-081-22/+3
* use get_unary from bitstream.hAlex Beregszaszi2007-08-081-55/+9
* use get_unary from bitstream.hAlex Beregszaszi2007-08-081-9/+3
* copy get_unary from vc1Alex Beregszaszi2007-08-081-0/+46
* debug: tell how much bits are skipped with unknown nal codeAlex Beregszaszi2007-08-081-1/+1
* use proper closesocket definesAlex Beregszaszi2007-08-082-9/+2