17852 Commits (f59f81487439c05d24d712cf7ce60e983fb94117)
 

Author SHA1 Message Date
Diego Biurrun f59f814874 Add av_uninit macro to variable to avoid false positive warning: 16 years ago
Diego Biurrun decae20f36 Add av_uninit macro to variable to avoid false positive warning: 16 years ago
Kostya Shishkov 71a3dff9d5 Initialize s->gob_index for Intel variant of H.263 too 16 years ago
Diego Biurrun 9b4cfc360a Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit 16 years ago
Diego Biurrun d3a4b4e09c Add check whether the compiler/assembler supports 10 or more operands. 16 years ago
Benoit Fouet 80e58c6153 Allow demuxing of audio substreams stored as 0x06 type. 16 years ago
Baptiste Coudurier 7a10119057 parse mpeg2 gop header time code and use it 16 years ago
Baptiste Coudurier 7c9668cf8a write timecode track 16 years ago
Alexander Strange 898189880b H264: Change left_block_options to uint8_t from int, saving a little space. 16 years ago
Baptiste Coudurier a5929abe7a adjust time rate according to elst time offset 16 years ago
Baptiste Coudurier 0cfa359660 fix last keyframe index accross body partitions 16 years ago
Baptiste Coudurier 1585b93a2c fix body offset 16 years ago
Stefano Sabatini 4c08b2bdcb Cosmetics: vertical align "*" for consistency with the other doxyies. 16 years ago
Stefano Sabatini 3dc6cb2e92 Remove @deprecated notice from AVFrac, it is not deprecated anymore. 16 years ago
Patrik Kullman 6d0c77ba40 Use av_strlcpy instead of snprintf without formatting. 16 years ago
Stefano Sabatini 6d3cf67c2a Move sws_getGaussianVec() documentation from swscale.c to swscale.h. 16 years ago
Stefano Sabatini 89b7464732 Document sws_cloneVec(). 16 years ago
Stefano Sabatini 70838eefbf Fix typo: lenght -> length. 16 years ago
Stefano Sabatini 0bcb5b3918 Document sws_scaleVec(). 16 years ago
Stefano Sabatini c326825e51 Document sws_getConstVec(). 16 years ago
Stefano Sabatini b954b34a6d Move documentation of sws_getCachedContext() from swscale.c to 16 years ago
Baptiste Coudurier 9c91a0b049 fix partition offset when only one stream present 16 years ago
Stefano Sabatini 9ea5e6f639 Remove pointless comment regarding sws_scale_ordered(). 16 years ago
Stefano Sabatini 1eeded3992 Add a @deprecated notice to swscale_get_ordered(). 16 years ago
Baptiste Coudurier 0e633e2b01 fix timecode value 16 years ago
Stefan Gehrer 6847ab4375 introduce a macroblock index to avoid a few x*width+y calculations 16 years ago
Stefan Gehrer b9fce05205 fix multiple slices per frame 16 years ago
Stefan Gehrer 4ca6f4b29c fix parsing of pic_structure 16 years ago
Stefan Gehrer e090c70f2f avoid duplicating dsputil's clear_block 16 years ago
Stefan Gehrer ae2d3e3b25 time_code has 24 bits, not 16 16 years ago
Stefan Gehrer d934de5c5d do not check for minimum slice start code, 0x00000100 is valid 16 years ago
Anuradha Suraparaju 9fc88d7e20 Fix crash when encoding using libschroedinger. 16 years ago
Jai Menon f418b86151 Check sampling index validity for AAC decoding 16 years ago
Patrik Kullman c7efffcb44 Add a default (error) for the switch in case of an unsupported PIX_FMT. 16 years ago
Mathieu Malaterre 3d6fac8cee Use default system include path for an installed OpenJPEG library. 16 years ago
Patrik Kullman 79ff462e73 Fix (with av_uninit()) false positive warning about uninitialized variable: 16 years ago
Carl Eugen Hoyos 0dd8966638 Silence one icc warning: 16 years ago
Baptiste Coudurier 99b170f896 write body partitions 16 years ago
Baptiste Coudurier 7524f46e21 compute index byte count in mxf_write_partition 16 years ago
Baptiste Coudurier c1425a14f1 remove check, mxf muxer does not have track number limitation anymore 16 years ago
Baptiste Coudurier 4a15f3ee99 retrieve flags from mxf_parse_mpeg2_frame using a param 16 years ago
Baptiste Coudurier a784cc679f 10l, edit unit offset is after klv fill 16 years ago
Baptiste Coudurier bf31d93ad2 cosmetics, associate mxf_write_klv_fill to aligned elements 16 years ago
Baptiste Coudurier ee1f7f4bf9 write component depth and horizontal subsampling best effort local tags 16 years ago
Baptiste Coudurier 7be3405291 fix header byte count 16 years ago
Baptiste Coudurier b25ee3fb38 move up mxf_write_klv_fill and align index, rip and primer pack 16 years ago
Baptiste Coudurier bd5c94b546 fix primer pack local tags uls 16 years ago
Baptiste Coudurier 216b6631fb correctly set multi track operational pattern 16 years ago
Baptiste Coudurier 4c125b8f6e fix compilation with DEBUG defined, field does not exist anymore 16 years ago
Diego Biurrun 3d021dd6eb Remove unnecessary emms Assembler instructions. 16 years ago