summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add av_uninit macro to variables to avoid false positive warnings:Diego Biurrun2009-02-11
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-11
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-11
* Initialize s->gob_index for Intel variant of H.263 tooKostya Shishkov2009-02-11
* Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fitDiego Biurrun2009-02-11
* Add check whether the compiler/assembler supports 10 or more operands.Diego Biurrun2009-02-11
* Allow demuxing of audio substreams stored as 0x06 type.Benoit Fouet2009-02-11
* parse mpeg2 gop header time code and use itBaptiste Coudurier2009-02-11
* write timecode trackBaptiste Coudurier2009-02-11
* H264: Change left_block_options to uint8_t from int, saving a little space.Alexander Strange2009-02-11
* adjust time rate according to elst time offsetBaptiste Coudurier2009-02-11
* fix last keyframe index accross body partitionsBaptiste Coudurier2009-02-11
* fix body offsetBaptiste Coudurier2009-02-11
* Cosmetics: vertical align "*" for consistency with the other doxyies.Stefano Sabatini2009-02-11
* Remove @deprecated notice from AVFrac, it is not deprecated anymore.Stefano Sabatini2009-02-11
* Use av_strlcpy instead of snprintf without formatting.Patrik Kullman2009-02-11
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Stefano Sabatini2009-02-10
* Document sws_cloneVec().Stefano Sabatini2009-02-10
* Fix typo: lenght -> length.Stefano Sabatini2009-02-10
* Document sws_scaleVec().Stefano Sabatini2009-02-10
* Document sws_getConstVec().Stefano Sabatini2009-02-10
* Move documentation of sws_getCachedContext() from swscale.c toStefano Sabatini2009-02-10
* fix partition offset when only one stream presentBaptiste Coudurier2009-02-10
* Remove pointless comment regarding sws_scale_ordered().Stefano Sabatini2009-02-10
* Add a @deprecated notice to swscale_get_ordered().Stefano Sabatini2009-02-10
* fix timecode valueBaptiste Coudurier2009-02-10
* introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer2009-02-10
* fix multiple slices per frameStefan Gehrer2009-02-10
* fix parsing of pic_structureStefan Gehrer2009-02-10
* avoid duplicating dsputil's clear_blockStefan Gehrer2009-02-10
* time_code has 24 bits, not 16Stefan Gehrer2009-02-10
* do not check for minimum slice start code, 0x00000100 is validStefan Gehrer2009-02-10
* Fix crash when encoding using libschroedinger.Anuradha Suraparaju2009-02-10
* Check sampling index validity for AAC decodingJai Menon2009-02-10
* Add a default (error) for the switch in case of an unsupported PIX_FMT.Patrik Kullman2009-02-10
* Use default system include path for an installed OpenJPEG library.Mathieu Malaterre2009-02-10
* Fix (with av_uninit()) false positive warning about uninitialized variable:Patrik Kullman2009-02-10
* Silence one icc warning:Carl Eugen Hoyos2009-02-10
* write body partitionsBaptiste Coudurier2009-02-10
* compute index byte count in mxf_write_partitionBaptiste Coudurier2009-02-10
* remove check, mxf muxer does not have track number limitation anymoreBaptiste Coudurier2009-02-10
* retrieve flags from mxf_parse_mpeg2_frame using a paramBaptiste Coudurier2009-02-10
* 10l, edit unit offset is after klv fillBaptiste Coudurier2009-02-10
* cosmetics, associate mxf_write_klv_fill to aligned elementsBaptiste Coudurier2009-02-10
* write component depth and horizontal subsampling best effort local tagsBaptiste Coudurier2009-02-10
* fix header byte countBaptiste Coudurier2009-02-10
* move up mxf_write_klv_fill and align index, rip and primer packBaptiste Coudurier2009-02-10
* fix primer pack local tags ulsBaptiste Coudurier2009-02-10
* correctly set multi track operational patternBaptiste Coudurier2009-02-10
* fix compilation with DEBUG defined, field does not exist anymoreBaptiste Coudurier2009-02-10