summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* use a Makefile in x86 subdirAurelien Jacobs2010-09-27
* merge #if with if()Aurelien Jacobs2010-09-27
* In dv decoder, set sample aspect aspect ratio, fix issue #1612Baptiste Coudurier2010-09-27
* In dv decoder, use the expected aspect ratio logic, like other decoders do,Baptiste Coudurier2010-09-27
* swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068Janne Grunau2010-09-27
* cosmetics: break long line update_flags_cpuJanne Grunau2010-09-27
* use strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*]Janne Grunau2010-09-27
* Make avfilter_insert_filter() propagate an error code in case theStefano Sabatini2010-09-27
* Add APIchanges entry after r25227.Stefano Sabatini2010-09-27
* Make AVFilterLink store the pointers to the source and destinationStefano Sabatini2010-09-27
* Add APIchanges entry after r25225.Stefano Sabatini2010-09-27
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfromMartin Storsjö2010-09-27
* Fix several security issues in flicvideo.cMichael Niedermayer2010-09-27
* mpegtsenc: IndentTomas Härdin2010-09-27
* mpegtsenc: Write subtitle extradata if setTomas Härdin2010-09-27
* Simplify include, since opt.c is now in libavutil there is no needStefano Sabatini2010-09-27
* Cosmetics: apply misc style fixes.Stefano Sabatini2010-09-27