summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* add FF_API_VIDEO_OLD define to disable the deprecated decode_video APIAurelien Jacobs2010-09-30
* Correct tag is m2v1Baptiste Coudurier2010-09-30
* add FF_API_AUDIO_OLD define to disable the deprecated decode_audio APIAurelien Jacobs2010-09-30
* Fix a yuv420p sample that was incorrectly detected as yuv411pNiobos2010-09-30
* Document url_filesize().Stefano Sabatini2010-09-30
* Make register_protocol() use the function av_register_protocol2()Stefano Sabatini2010-09-30
* User application side of Codec specific parameters.Michael Niedermayer2010-09-29
* Set default values for the scale context in sws_alloc_context().Stefano Sabatini2010-09-29
* Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.Stefano Sabatini2010-09-29
* Set valid default values for the srcw, srch, dstw, dsth options in theStefano Sabatini2010-09-29
* Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().Stefano Sabatini2010-09-29
* Remove duplicate entriesBaptiste Coudurier2010-09-29
* Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on osxBaptiste Coudurier2010-09-29
* Move static inline function to a macro, so that constant propagation inRonald S. Bultje2010-09-29
* Cosmetics: put "if (...)" and "av_log(...)" in the same line forStefano Sabatini2010-09-29
* rawdec: Properly pass reordered_opaque through the decoderAlexander Strange2010-09-29
* Check return value of get_chunk_header(). Since enum can be unsigned, theRonald S. Bultje2010-09-29
* Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor speedEli Friedman2010-09-29
* Allow setting the impulse block bias for libvorbis through a private codec pa...Michael Niedermayer2010-09-29
* Move allocation and init to defaults of the private codec contexts to avcodec...Michael Niedermayer2010-09-29
* Merge b_idx and edge variables, and optimize the ASM to directly load variablesRonald S. Bultje2010-09-29
* Remove mv_mask variable. Replace the related pand -1/0 instructions by eitherRonald S. Bultje2010-09-29
* Remove d_idx as a variable, and instead load it as a constant in the asm.Ronald S. Bultje2010-09-29
* Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets ridRonald S. Bultje2010-09-29
* Unloop the outer loop in h264_loop_filter_strength_mmx2(), which allowsRonald S. Bultje2010-09-29
* Put if (...) av_log() in the same line, more compact and increaseStefano Sabatini2010-09-29
* Amend constraints for the src_format and dst_format options in theStefano Sabatini2010-09-29
* Fix compile on Darwin (FATE). Compile error:Alexander Strange2010-09-29
* Add AVClass for the private context, this will be used for codec specific opt...Michael Niedermayer2010-09-29
* Cosmetics: fix braces placement.Stefano Sabatini2010-09-29
* Deprecate sws_getContext(), use sws_alloc_context() andStefano Sabatini2010-09-28
* Add documentation for the returned value of sws_init_context().Stefano Sabatini2010-09-28
* Add APIchanges entry for lsws change of r32368.Stefano Sabatini2010-09-28
* Bump minor version after the addition of sws_alloc_context() andStefano Sabatini2010-09-28
* Make init() return sensible error code rather than -1 in case ofStefano Sabatini2010-09-28
* Cosmetics: apply nits.Stefano Sabatini2010-09-28
* Make new doxy follows the agreed upon style and grammaticalStefano Sabatini2010-09-28
* Group togheter filter dependency specifications.Stefano Sabatini2010-09-28
* Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini2010-09-28
* Try to fix crashes introduced by r25218Jason Garrett-Glaser2010-09-28
* All else being equal, prefer PTS over DTS in timestamp correctionAlexander Strange2010-09-28
* Extract timestamp correction code from ffplay.c to cmdutils.cAlexander Strange2010-09-28
* In mov demuxer, check that nb_streams is valid before using it in read_dac3Baptiste Coudurier2010-09-28
* 100l fix if conditionBaptiste Coudurier2010-09-27
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-27
* Fix index_entries pos:Michael Chinen2010-09-27
* Update APIchanges after r25236.Stefano Sabatini2010-09-27
* Fix out of tree builds with vf_yadif and mmxMåns Rullgård2010-09-27
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Use more expressive names for the avfilter_insert_filter() in and outStefano Sabatini2010-09-27