summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* cosmetics: typo/grammar fixes in doxygen and other commentsDiego Biurrun2009-02-08
* cosmetics: Fix a few typos and use a consistent codec long name.Diego Biurrun2009-02-08
* Remove unused variables.Diego Biurrun2009-02-08
* Add av_cold attribute to init function.Diego Biurrun2009-02-08
* Remove unused variables.Diego Biurrun2009-02-08
* typo: CODEC_ID_cljr --> CODEC_ID_CLJRDiego Biurrun2009-02-08
* Drop the deprecated sws_scale_ordered() at the next major versionStefano Sabatini2009-02-08
* Replace int type with enum PixelFormat for the dstFormat/srcFormatStefano Sabatini2009-02-08
* Fix a typo: lumaSarpen -> lumaSharpen.Stefano Sabatini2009-02-08
* Remove rendering column from list of supported subtitle formats.Diego Biurrun2009-02-08
* Add missing ffplay subtitle cycling keybinding.Björn Axelsson2009-02-08
* cosmetics: comment grammar/spelling fixesDiego Biurrun2009-02-08
* Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto2009-02-08
* 10l: fix compiler warning:Vitor Sessak2009-02-08
* Document the av_base64_encode/decode functions.Stefano Sabatini2009-02-08
* Fix a const related warningIvan Schreter2009-02-08
* Cosmetics: "* out" -> "*out" for consistency with the otherStefano Sabatini2009-02-08
* Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".Stefano Sabatini2009-02-08
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-08
* Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini2009-02-08
* Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier2009-02-08
* Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini2009-02-08
* document ff_audio_interleaveBaptiste Coudurier2009-02-08
* Make av_base64_encode() do not require the user to provide anStefano Sabatini2009-02-08