summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Remove unnecessary emms Assembler instructions.Diego Biurrun2009-02-10
* Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.Diego Biurrun2009-02-10
* remove now useless av_set_program_name() functionAurelien Jacobs2009-02-10
* use new metadata API in mpegts demuxerAurelien Jacobs2009-02-10
* Document coeff and length fields in SwsVector.Stefano Sabatini2009-02-09
* move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs2009-02-09
* Replace snprintf() with av_strlcpy().Patrik2009-02-09
* Add SEI recovery point frame counter to H264Context and use it whenIvan Schreter2009-02-09
* vp56: alpha_offset is uninitialized on purposeAurelien Jacobs2009-02-09
* libvorbis: Use 0-10 range for audio quality.Nicolas George2009-02-09
* Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninit...Michael Niedermayer2009-02-09
* av_flatten to make the similarly named attribute available.Michael Niedermayer2009-02-09
* av_uninit() to suppress false uninitialized warnings from gcc without deoptim...Michael Niedermayer2009-02-09
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-09
* Revert #undefining system functions, it is not necessary.Diego Biurrun2009-02-09
* Try to clarify doxy of avformat_seek_file().Michael Niedermayer2009-02-09
* Check for duplicate const/static/inline.Michael Niedermayer2009-02-09
* Add config.h #include for ARCH_X86 definition.Diego Biurrun2009-02-09
* Add #undefs to reenable system functions that are normally forbidden in otherDiego Biurrun2009-02-09
* Drop DECLARE_ALIGNED from extern declarations. It creates trouble whenDiego Biurrun2009-02-09
* Try to doxyfy av_resample_init(). I hope I did not misremember anything as IMichael Niedermayer2009-02-09
* Move doxy for public resample2 functions to the public header.Michael Niedermayer2009-02-09
* Prefix visible YUV2RGB functions with sws_Kostya Shishkov2009-02-09
* Give better name to Inverse_Table_6_9Kostya Shishkov2009-02-09
* Remove svn:executable property from source file.Diego Biurrun2009-02-09
* Remove file name from file headers.Diego Biurrun2009-02-09
* Remove file name from file headers.Diego Biurrun2009-02-09
* remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel a...Daniel Verkamp2009-02-09
* remove dead rgb24 code, gif encoder now directly takes palette, patch by Dani...Daniel Verkamp2009-02-09
* remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp...Daniel Verkamp2009-02-09
* Check that there are subtitle rects to encode in avcodec_encode_subtitle()Björn Axelsson2009-02-09
* Check that start_display_time is 0 in avcodec_encode_subtitle()Björn Axelsson2009-02-09
* Increase the number of packets required to identify as MPEG PES to keep fromAlex Converse2009-02-09
* VP3: Do not ignore error from read_huffman_tree().Alex Converse2009-02-09
* Add ffplay subtitle stream selection command-line parameterBjörn Axelsson2009-02-09
* Fix blend_subrect for even-width subrects positioned on odd columnsBjörn Axelsson2009-02-09
* Fix timestamp parsing in XSUB decoder.Björn Axelsson2009-02-09
* remove no more needed comment, declaration is in internal headerBaptiste Coudurier2009-02-09