summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Improve error concealment of lost framesJason Garrett-Glaser2010-09-27
* Make avfilter_destroy() code less convoluted, introducing a temporaryStefano Sabatini2010-09-27
* Bump version and update APIchanges after r25210.Stefano Sabatini2010-09-27
* yadif: remove unnecessary #includeMåns Rullgård2010-09-26
* Port MPlayer blackframe filter.Stefano Sabatini2010-09-26
* configure: detect nasm vs yasm and set flags correspondinglyMåns Rullgård2010-09-26
* ARM: change return type of AV_RN16() to unsignedMåns Rullgård2010-09-26
* fix typos and grammarRamiro Polla2010-09-26
* Make the avoptions list of sws more complete.Michael Niedermayer2010-09-26
* Split alloc and init of context so that parameters can be set in the contextMichael Niedermayer2010-09-26
* swscale: use full chroma input for point scalerRamiro Polla2010-09-26
* Bump minor version for the addition of the G.722 encoderMartin Storsjö2010-09-26
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-26
* RES_SM in WMV3 is really two flags, so split it in decoderKostya Shishkov2010-09-26
* Cosmetics: fix style nits.Stefano Sabatini2010-09-26