]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-01-23 kemurivfwcap: Include windows.h before vfw.h since the latter...
2010-01-23 kemuriReplace every usage of -lvfw32 with what is particularl...
2010-01-23 Ramiro PollaUse $vfwcap_indev_extralibs variable instead of duplica...
2010-01-23 Ramiro PollaIndent.
2010-01-23 Laurent AimarMoved reusable functions from dxva2_h264.c to dxva2.c
2010-01-23 Michael NiedermayerMove +52 from the loop filter to the alpha/beta offsets...
2010-01-23 Reimar DöffingerRelease buffer when the codec is closed.
2010-01-23 Reimar DöffingerUse qstride = 0 and allocate only a single line for...
2010-01-23 Laurent AimarAdded ff_dxva2_ prefix to get_surface(_index) and commi...
2010-01-23 Laurent AimarReindent the content of one if(){} in ff_dxva2_common_e...
2010-01-23 Laurent AimarMoved reusable code from dxva2_h264.c:end_frame to...
2010-01-23 Michael NiedermayerSet edges based on cbp and mv partitioning, not just...
2010-01-23 Reimar DöffingerUse AVPALETTE_COUNT instead of hard-coding 256.
2010-01-23 Reimar DöffingerRemove redundant initialization of the palette, it...
2010-01-23 Michael NiedermayerOptimize filter_mb_mbaff_edge*()
2010-01-23 Michael NiedermayerOptmize 8x8dct check used to skip some borders in the...
2010-01-23 Reimar DöffingerUse av_freep intead of av_free to free pointers in...
2010-01-23 Reimar DöffingerZero the frame data on allocation for VB codec, e.g...
2010-01-23 Reimar DöffingerMake url_read_complete retry on EAGAIN and return how...
2010-01-23 Ronald S. BultjePrint a warning when DATA chunk is encountered in the...
2010-01-23 Daniel VerkampExport wma_critical_freqs as ff_wma_critical_freqs
2010-01-23 Michael NiedermayerFix heap overflow with -async.
2010-01-22 Reimar DöffingerThe SSSE3 version of dct_quantize in mpegvideo_mmx_temp...
2010-01-22 Stefano SabatiniRemove conditional M_PI definition, it is already defin...
2010-01-22 Martin StorsjöReplace deprecated guess_format() with av_guess_format().
2010-01-22 Alex ConverseImplement an sse version of scalarproduct_float().
2010-01-22 Kostya ShishkovCheck for chunk boundaries when decoding VB codec data
2010-01-22 Kostya ShishkovZero palette in case not all entries are initialized...
2010-01-22 Ronald S. BultjeMake style a little bit more K&R'ish.
2010-01-22 Martin StorsjöRename a function which is no longer ipv6-specific...
2010-01-22 Alan SterembergUse the control URI from the SDP (if present) rather...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-22 Måns RullgårdSuppress TMS470 warnings about alignment directives
2010-01-22 Måns RullgårdDECLARE_ALIGNED macro for TMS470 compiler
2010-01-22 Måns RullgårdAdd an AV_PRAGMA() macro for constructing _Pragma(...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-22 Måns Rullgårdconfigure: fix --cpu=host
2010-01-22 Michael NiedermayerGcc idiocy fixes related to filter_mb_edge*.
2010-01-21 David ConradUpdate regression tests after r21372
2010-01-21 Michael NiedermayerMove dquant check into qscale overflow check.
2010-01-21 Rafaël Carrémkvenc: Write TrackTimecodeScale
2010-01-21 Ronald S. BultjeRemove reply and content_ptr arguments from rtsp_send_c...
2010-01-21 Ronald S. BultjeChange on rtsp_send_cmd() to the _async() version since...
2010-01-21 Ronald S. BultjeReindent after r21368.
2010-01-21 Ronald S. BultjePretty embarassing bug; we shouldn't use av_strlcatf...
2010-01-21 Martin StorsjöMake output-example.c handle AAC audio.
2010-01-21 Michael NiedermayerMake calculation of mask_edge free of branches, faster...
2010-01-21 Martin StorsjöRemove IPv4-only codepath. Patch by Martin Storsjö...
2010-01-21 Michael NiedermayerClarify CODEC_CAP_SUBFRAMES.
2010-01-21 Måns RullgårdMake DECLARE_ALIGNED macros work with external array...
2010-01-21 Måns RullgårdSet CODEC_CAP_SUBFRAMES for adpcm decoders
2010-01-21 David ConradMore const-correctness for sws_scale
2010-01-21 David ConradSet start_time and duration in AVStream instead of...
2010-01-21 David ConradUse two separate memory arguments since 8+() is invalid...
2010-01-20 Måns RullgårdIndent
2010-01-20 Måns RullgårdAlways call avcodec_thread_init()
2010-01-20 Måns RullgårdTranslate -mfpu=vfpv3 for TMS470
2010-01-20 Måns RullgårdIgnore annoying armcc warnings
2010-01-20 Michael NiedermayerAttempt to fix asm compilation failure.
2010-01-20 Laurent AimarAdded myself as dxva2 maintainer.
2010-01-20 Laurent AimarH264 DXVA2 implementation
2010-01-20 Martin StorsjöUse the configure check from r21351 and use it to prope...
2010-01-20 Ronald S. BultjeAdd a check for struct sockaddr->sa_len, which is an...
2010-01-20 Måns RullgårdUse $(CC_O) in %-test.o rules
2010-01-20 Måns Rullgårdconfigure: display --list-* output in three columns
2010-01-20 Måns Rullgårdconfigure: use nm -P on Solaris
2010-01-20 Måns RullgårdAdd -timelimit option
2010-01-20 Måns RullgårdMove COPY3_IF_LT to lavc/mathops.h
2010-01-20 Alexander StrangeH.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t...
2010-01-20 Ramiro PollaDocument some more of SwsContext.
2010-01-20 Michael NiedermayerSimplify/Optimize another of the mbaff loop filter...
2010-01-20 Ramiro PollaUpdate documentation for make test.
2010-01-20 Michael NiedermayerOnly calculate the second chroma qp if it differs from...
2010-01-20 Michael NiedermayerSet bS with 64bits at a time.
2010-01-20 Michael NiedermayerMerge multiple IS_* macro uses where possible.
2010-01-20 Michael NiedermayerSimplify and optimize intra code in h264_loopfilter.c
2010-01-20 Vitor SessakFloating point discrete cosine transform
2010-01-20 David ConradUse constant offsets for memory operands since gcc...
2010-01-20 Stefano SabatiniAvoid more pointless tests, the input and output format...
2010-01-20 Michael NiedermayerSightly simplify initialization of int start.
2010-01-19 Måns RullgårdMove FASTDIV macro to intmath.h
2010-01-19 Måns Rullgårdconfigure: do not use character classes with awk
2010-01-19 Michael NiedermayerMark the h264 c loop filter as av_always_inline av_flat...
2010-01-19 Michael Niedermayerskip outer pixels if possible in h264_loop_filter_luma_c().
2010-01-19 Stefano SabatiniSplit overly long line.
2010-01-19 John Van SickleAdds -aq documentation to the ffmpeg docs.
2010-01-19 John Van SickleImprove section 3.2 of the faq by providing more useful...
2010-01-19 Stefano SabatiniMake selfTest() perform tests where both the input...
2010-01-19 Baptiste Coudurierfetch flv duration from file if it is set to 0 in metadata
2010-01-19 Michael NiedermayerReenable ff_h264_filter_mb_fast() for all slices it...
2010-01-19 Michael NiedermayerFix h264_loop_filter_strength_mmx2() so it works with...
2010-01-19 Alexis BallierMake const prototypes for input sources of sws_scale_...
2010-01-19 Måns Rullgårdconfigure: inlcude sys/types.h when checking sys/socket.h
2010-01-19 Måns Rullgårdconfigure: drop -A flag to od
2010-01-19 Måns Rullgårdconfigure: be more liberal with nm output
2010-01-19 Ramiro Pollaswscale-example: Add comment about the use of av_{mallo...
2010-01-19 Michael NiedermayerRemove -2 -> -1 remapping, its not needed anymore as...
2010-01-19 Ramiro PollaRemove useless forward declaration.
2010-01-19 Zuxy MengUser friendly warning message that gives out names...
2010-01-19 Måns RullgårdUse avconfig.h in pixfmt.h
next