18026 Commits (06aae1238f270681b31aecb0fa0ecd90670c1218)
 

Author SHA1 Message Date
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
Diego Biurrun b7d3a8c13f Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check. 16 years ago
Aurelien Jacobs 949cd9783b remove now useless av_set_program_name() function 16 years ago
Aurelien Jacobs 0868119106 use new metadata API in mpegts demuxer 16 years ago
Stefano Sabatini edbdf77ec5 Document coeff and length fields in SwsVector. 16 years ago
Aurelien Jacobs 26f3ae828b move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil 16 years ago
Patrik 862c1d2f05 Replace snprintf() with av_strlcpy(). 16 years ago
Ivan Schreter 37a558fe51 Add SEI recovery point frame counter to H264Context and use it when 16 years ago
Aurelien Jacobs ed76106755 vp56: alpha_offset is uninitialized on purpose 16 years ago
Nicolas George 05276956ce libvorbis: Use 0-10 range for audio quality. 16 years ago
Michael Niedermayer a503722750 Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function 16 years ago
Michael Niedermayer 3b49f69077 av_flatten to make the similarly named attribute available. 16 years ago
Michael Niedermayer 51066987cf av_uninit() to suppress false uninitialized warnings from gcc without deoptimizing code. 16 years ago
Baptiste Coudurier 16e3b0b3e6 rename ff_audio_interleave to ff_audio_rechunk_interleave 16 years ago
Diego Biurrun 945f7c6e92 Revert #undefining system functions, it is not necessary. 16 years ago
Michael Niedermayer f0b00aba89 Try to clarify doxy of avformat_seek_file(). 16 years ago
Michael Niedermayer be3e68b277 Check for duplicate const/static/inline. 16 years ago
Diego Biurrun 516c5f88a1 Add config.h #include for ARCH_X86 definition. 16 years ago
Diego Biurrun 84205e0239 Add #undefs to reenable system functions that are normally forbidden in other 16 years ago
Diego Biurrun 43175f5010 Drop DECLARE_ALIGNED from extern declarations. It creates trouble when 16 years ago
Michael Niedermayer 990058bdc7 Try to doxyfy av_resample_init(). I hope I did not misremember anything as I 16 years ago
Michael Niedermayer 3136fcf45e Move doxy for public resample2 functions to the public header. 16 years ago
Kostya Shishkov e2a004ad4e Prefix visible YUV2RGB functions with sws_ 16 years ago
Kostya Shishkov fa58ba15f8 Give better name to Inverse_Table_6_9 16 years ago
Diego Biurrun ea399a87b2 Remove svn:executable property from source file. 16 years ago
Diego Biurrun 2907deed0f Remove file name from file headers. 16 years ago
Diego Biurrun b17e0f065c Remove file name from file headers. 16 years ago