summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* remove useless fieldBaptiste Coudurier2009-02-08
* rewrite pts also, as comment saysBaptiste Coudurier2009-02-08
* remove useless returnBaptiste Coudurier2009-02-08
* fix doxygenBaptiste Coudurier2009-02-08
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
* Deprecate av_malloc_format_context() in favor ofStefano Sabatini2009-02-08
* fix typo in h264dsp_mmx (no effect currently as the function is not used), ap...Baptiste Coudurier2009-02-08
* Remove 'const' qualifier from variable in av_parse_video_frame_size().Baptiste Coudurier2009-02-08
* remove useless cast, it does not remove warning, encode prototype must be cha...Baptiste Coudurier2009-02-08
* remove warning about incompatible pointerBaptiste Coudurier2009-02-08