summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Replace hard-coded SEI type constants with symbolic namesIvan Schreter2009-02-08
* Clarify has_b_frames doxy.Michael Niedermayer2009-02-08
* NC camera demuxerNicolas Martin2009-02-08
* Clarify that avformat_seek_file() is not part of the stable API yet.Michael Niedermayer2009-02-08
* avformat_seek_file() prototypeMichael Niedermayer2009-02-08
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-08
* re-enable mid_pred asm on x86_64. (broke in r16681)Loren Merritt2009-02-08
* Fix reserved identifer detection so it doesnt detect __asm and such.Michael Niedermayer2009-02-08
* Factorize grep -v cases.Michael Niedermayer2009-02-08
* Patch check script.Michael Niedermayer2009-02-08
* cosmetics: sample_to_chunk -> stscBaptiste Coudurier2009-02-08
* cosmetics: sample_to_ctime -> cttsBaptiste Coudurier2009-02-08