summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* return error if read failedBaptiste Coudurier2009-02-12
* Change ffm_write_write_index to return int, and return if error occured.Patrik Kullman2009-02-12
* Remove reference to renamed header file xvmc_render.h.Diego Biurrun2009-02-12
* Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson2009-02-12
* 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.Diego Biurrun2009-02-12
* Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h asDiego Biurrun2009-02-12
* Let rgb32 pass for ljpeg.Michael Niedermayer2009-02-12
* Apply misc fixes for sws_getCachedContext() documentation.Stefano Sabatini2009-02-12
* compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail...Thierry Foucu2009-02-12
* Bump micro version, related to r28491.Stefano Sabatini2009-02-12
* rename wrongly named b_per_gop to b_per_i_or_p according to specsBaptiste Coudurier2009-02-11
* Document sws_getContext().Stefano Sabatini2009-02-11
* use new metadata API in ogg/vorbis demuxerAurelien Jacobs2009-02-11
* extend resampling API, add S16 internal conversionBaptiste Coudurier2009-02-11
* Document sws_getIdentityVec().Stefano Sabatini2009-02-11
* fix frame size, time rate is not stts duration anymore with time offsetBaptiste Coudurier2009-02-11
* do not set start time to 0, it is not the case with elst time offsetBaptiste Coudurier2009-02-11
* Document old scaler as deprecatedVitor Sessak2009-02-11
* Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura2009-02-11
* Fix wrong file name in header, noticed by David DeHaven, dave sagetv com.Diego Biurrun2009-02-11
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-11
* 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